![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Hi Andrew,
I had a look at your example. In this case are the LargeChange, SmallChange and Value parameters also accessible and be changed ? The landing of the F111 is somewhat risky, isn't it ? Thanks in advance
__________________
Klaus Switzerland |
|
||||
|
Quote:
Code:
pnl1obj.FromControl("Panel1")
pnl1obj.SetProperty("AutoScroll", true)
hscrollobj.value = pnl1obj.GetProperty("HorizontalScroll") ' returns an HScrollProperties type
hscrollobj.SetProperty("LargeChange", 20)
Quote:
|
|
||||
|
Hi Andrew,
Following my previous question, is it possible to add the ValueChanged event to the panel's scrollbars and of course how? I did not succeed yet. Thank you in advance and Best regards.
__________________
Klaus Switzerland |
|
||||
|
Quote:
. The Door library can see two scroll bar property objects but not the scroll bars themselves. This is because the Panel is a native control, and so are its' scroll bars and the scroll bars are not exposed as .NET controls - only the Panel itself is. There is a Scroll event for the panel for the desktop but not on the device. However even on the desktop this event can't be used as the Door library doesn't know about the ScrollEventHandler object which this event returns. |
|
||||
|
Actually
![]() Using the dzEventsMagic library ![]() EDIT : Note that if you want to try this on the device that Line 14 should be changed to "MouseDown", as a Panel does not have a MouseClick event on the device, and lines 19,20 and 21 removed as on the device a Panel does not have HorizontalScroll and VerticalScroll properties. The scroll events will work. Last edited by agraham : 05-26-2008 at 03:56 PM. |
![]() |
| Currently Active Users Viewing This Thread: 2 (1 members and 1 guests) | |
| karmba_a |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| a bigger SQL sample and/or tutorial ? | SpaceCruiser | Questions & Help Needed | 1 | 06-14-2008 09:54 PM |
| Drawing on image control | derez | Basic4ppc Wishlist | 10 | 01-16-2008 05:51 PM |
| bigger menu | Zemog | Questions & Help Needed | 3 | 07-21-2007 06:02 PM |
| Drawing parts of a large image. | Erel | Code Samples & Tips | 0 | 06-07-2007 09:07 AM |
| Move an image inside an image control | Cableguy | Questions & Help Needed | 5 | 05-14-2007 08:40 PM |