[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

MobileControl SelectionList is to small !!

Adam Edell via DotNetMonster.com

2/1/2005 5:22:00 PM

Hi Everybody!

I have a problem with MobileControls.SelectionList.
It can't get it wider than ca 80% of the screen's width.

I'm making an inventory app for Pocket PC.
Platform is Intermec 730 with PPC 2003

The items in the list consists of :
stock #, name, extended name, supplier, supp. stock #.
all of this cannot be read in the selectionlist which makes it impossible to see exactly which article i'm choosing.

I've tried to set wrapping=wrap to no avail. This should work according to DOM

I tried to use the onchange event to update a label with the full text but I can't cath the event

I've tried to put this in the form, focus works great
<ContentTemplate>
<script for="window" event="onload" language="jscript">
window.FormArt.slArt.focus();
</script>
<script for="window.FormArt.slArt" event="onchange()" language="javascript">
alert("OK");
</script>
</ContentTemplate>

I've tried slArt.CustomAttributes.Add("onchange", "alert('ok');")

Does anybody have an idea?
can I get a horizontal scrollbar?, or a tooltip?
Is this impossible in PIE?

--
Message posted via http://www.dotnetm...