Wrox Programmer Forums
Go Back   Wrox Programmer Forums > ASP.NET and ASP > ASP.NET 1.0 and 1.1 > ASP.NET 1.1
|
ASP.NET 1.1 As of 10/6/2005, this forum is locked as part of the reorganization described here: http://p2p.wrox.com/topic.asp?TOPIC_ID=35394. No posts have been deleted. Open ongoing discussions from the last week have been moved to either ASP.NET 1.0 and 1.1 Beginners http://p2p.wrox.com/asp-net-1-0-1-1-basics-60/ or ASP.NET 1.0 and 1.1 Professional. http://p2p.wrox.com/forum.asp?FORUM_ID=50. See my sticky post inside for more.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.1 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 16th, 2005, 08:07 AM
Registered User
 
Join Date: Jun 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default Need MobileControl.SelectionList Guru badly!!

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?







Similar Threads
Thread Thread Starter Forum Replies Last Post
MobileControls.SelectionList is too small !! Ryden Classic ASP Professional 0 January 18th, 2005 01:53 PM
Newbie Need Help Badly! joan03 ASP.NET 1.0 and 1.1 Basics 2 March 10th, 2004 12:34 PM
Access behaving badly mega Classic ASP Databases 6 November 17th, 2003 02:27 PM
Hey, JavaScript guru lcsgeek Classic ASP Databases 2 September 11th, 2003 08:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.