| View previous topic :: View next topic |
| Author |
Message |
Quatre87 Valued Newbie
Joined: 07 Jan 2004 Posts: 25
|
Posted: Wed Mar 24, 2004 12:56 am Post subject: More Style |
|
|
| When you change the style (or try it) of some elements (Like Trackbart, Bitbtn or Piechart) the color change, but not the background, that continue being silver, Is posible change it? |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Wed Mar 24, 2004 1:36 am Post subject: |
|
|
I think you will be able to change it if you define a dialog background
color for your dialog, for example:
| Code: | | DIALOG CREATE,<dialog>,<top>,<left>,<width>,<height>,COLOR WHITE |
_________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Quatre87 Valued Newbie
Joined: 07 Jan 2004 Posts: 25
|
Posted: Wed Mar 24, 2004 2:53 am Post subject: |
|
|
| Thanks, i didn't know it and many elements change the background color.. but, the Piechart continue being silver.. |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Wed Mar 24, 2004 4:04 pm Post subject: |
|
|
and if you want a different color for each of the trackbars and a custom colored border to it then you can do with VDSGUI extension using :
GUI DYNACOLOR,STATIC command.
I think this won't work for pie chart - as pie chart is not a true window with a hwnd - it's simply a painting on your dialog. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
|