Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Code Samples & Tips Share your recent discoveries and ideas with other users.

Splitter using a panel

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-28-2008, 04:12 PM
Junior Member
 
Join Date: Jul 2007
Location: Oakville, Ontario, Canada
Posts: 45
Default Splitter using a panel

This is a simple demo pgm on using a panel as a splitter control. I got the idea from a tip which used a panel as a movable window.

It has 3 examples: vertical, horizontal and finally an explorer demo. The latter uses the listview.dll from Filippo (you can use a table too).

The zip has compiles for PC and PPC as well as source. Instruction are in the pgm.
Attached Files
File Type: zip splitter.zip (58.6 KB, 121 views)
Reply With Quote
  #2 (permalink)  
Old 11-30-2008, 10:03 PM
Senior Member
 
Join Date: Sep 2008
Posts: 161
Default

I was about to post a similar tutorial. You can use FormLib to change a panel's parent to another panel. You can then use a scrollbar control to scroll the panel up and down in the other panel:

Scrollbar.Value=Childpanel.height-parentpanel.height

Sub Scrollbar_Valuechanged
ChildPanel.top=-Scrollbar.value
End Sub

It's a great way to display more information onscreen
__________________
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
a panel question Ricky D Questions (Windows Mobile) 2 10-23-2008 08:08 AM
Panel Georg Questions (Windows Mobile) 1 08-06-2008 09:01 AM
autoscrollable panel Henry Questions (Windows Mobile) 7 11-12-2007 06:40 PM
How to draw into a Panel? BasicUser Questions (Windows Mobile) 1 07-21-2007 06:28 AM
Input Panel Erel Code Samples & Tips 17 07-04-2007 03:29 AM


All times are GMT. The time now is 10:14 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0