[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

Someone please help me with Selectionlist!

Adam Edell via DotNetMonster.com

2/16/2005 11:51:00 AM

I've had this question in six forums for over a month and _no one_ has
answered.
Is there anyone out there that knows something about this, or can at least
verify that this is a dead horse and I'd be better off not flogging it and
just give up.

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");
//update innerHTML here
</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...