Wrox Programmer Forums
|
Classic ASP Professional For advanced coder questions in ASP 3. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Professional 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 January 18th, 2005, 01:53 PM
Registered User
 
Join Date: Jun 2004
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Default MobileControls.SelectionList is too small !!

Hi E'rybody!

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?






Similar Threads
Thread Thread Starter Forum Replies Last Post
2 small questions aspcoder BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 1 July 9th, 2008 03:09 PM
A small puzzle marianeeli C++ Programming 9 September 5th, 2006 12:02 AM
Need Small Help From a Noob!!! maximus101 VB.NET 2002/2003 Basics 9 April 7th, 2006 10:30 PM





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