| View previous topic :: View next topic |
| Author |
Message |
Quatre87 Valued Newbie
Joined: 07 Jan 2004 Posts: 25
|
Posted: Fri Jan 30, 2004 1:51 am Post subject: Some questions.. |
|
|
1st - How i can do Bitbuttons with a colour background? because ever the background of the Bitbuttons is graw.
2nd - How i can do Lists with splited columns like "Size" "Filename" "Path" etc.. ? |
|
| Back to top |
|
 |
SnarlingSheep Professional Member


Joined: 13 Mar 2001 Posts: 759 Location: Michigan
|
Posted: Fri Jan 30, 2004 2:39 am Post subject: |
|
|
1st Question:
You can do something like:
| Code: |
DIALOG CREATE,New Dialog,-1,0,240,160
DIALOG ADD,STYLE,STYLE1,,,,0080FF,0080FF
DIALOG ADD,GROUP,GROUP1,33,33,45,40,,,STYLE1
DIALOG ADD,BITBTN,BITBTN1,35,35,40,35
DIALOG SHOW
:Evloop
wait event
goto @event()
:BITBTN1BUTTON
info Replace this line with code to process the BITBTN1BUTTON event
goto evloop
:Close
info Replace this line with code to be executed before the dialog closes
exit
|
2nd Question:
You might want to check out the VDSLists DLL at:
http://www.vdsworld.com/index.php?page=search&keywords=vdslists.dll _________________ -Sheep
My pockets hurt... |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Fri Jan 30, 2004 2:43 am Post subject: |
|
|
For the 2nd - If you have VDS 5 you can add a table object. That has columns. If not, you need an external dll. You can use VDSLists.dll for that. _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Quatre87 Valued Newbie
Joined: 07 Jan 2004 Posts: 25
|
Posted: Sun Feb 01, 2004 8:25 pm Post subject: |
|
|
| But, in the 1st question. i have a bitbutton, using a circle image, but out of the image is graw, like the original dialog (i'm using a invisible dialog with a blue image like background) |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sun Feb 01, 2004 8:36 pm Post subject: |
|
|
If you are using an invisible dialog, you may consider using a bitmap
element instead of the bitbtn and give the bitmap element the invisible
style so that anything around your image is also invisible. Oh, and
give the bitmap the click style also.  _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|