| View previous topic :: View next topic |
| Author |
Message |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Sun Nov 09, 2003 8:42 am Post subject: Bug or Not a Bug ? |
|
|
When using the table element in VDS5,
list add,opttable1,Running@tab()URL Recorder@tab()1.1.0.2|#connecteda.bmp
Works great and shows the bitmap in the table,
But when you compile the exe, the bitmap does not show, if if you create a seperate resource file and read it in that way. Am i doing something wrong or is it a bug?
Nathan |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sun Nov 09, 2003 8:48 am Post subject: |
|
|
Did U try additionally adding the bitmap as a resource ?
Although there should be no need of one
| Code: | | #resource add, bitmap, file.bmp, {id} |
_________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Nov 09, 2003 1:59 pm Post subject: |
|
|
You need to add the resource. The compiler only auto-adds the resource
if it has been used in the dialog definitions.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|