| View previous topic :: View next topic |
| Author |
Message |
Binary Newbie
Joined: 02 Aug 2002 Posts: 13
|
Posted: Tue Aug 06, 2002 3:01 am Post subject: VDSELM.DLL Text over Image ? |
|
|
Hi,
I tried to add an jpeg background image to my application.
All went fine so editboxes or combos were visible and the image was in background.
But texts are not visible so I tried and tried but it wont work that a text is over an image.
for example:
DIALOG ADD,COMBO,EXAMPLE,92,465,180,21,,Style2,Click,List
ELEMENT ADD,IMAGE,IMAGE1,Dlg,13,455,,,background.jpg
=works great, combo is visible
DIALOG ADD,TEXT,EXAMPLE,61,173,,,TEXT1,Style2
ELEMENT ADD,IMAGE,IMAGE1,Dlg,13,455,,,background.jpg
=ive no idea why it isnt working |
|
| Back to top |
|
 |
LOBO Valued Contributor


Joined: 14 Mar 2002 Posts: 241 Location: Wilmington, Delaware, USA
|
Posted: Tue Aug 06, 2002 10:20 am Post subject: |
|
|
VDS elements in the same location are "stacked" as they
are added. Change it so that the background is loaded first and the text is added after
ELEMENT ADD,IMAGE,IMAGE1,Dlg,13,455,,,background.jpg
DIALOG ADD,TEXT,EXAMPLE,61,173,,,TEXT1,Style2 |
|
| Back to top |
|
 |
Binary Newbie
Joined: 02 Aug 2002 Posts: 13
|
Posted: Tue Aug 06, 2002 10:35 am Post subject: |
|
|
thanks so far but this dont works too  |
|
| Back to top |
|
 |
LiquidCode Moderator Team
Joined: 05 Dec 2000 Posts: 1753 Location: Space and Time
|
Posted: Tue Aug 06, 2002 11:09 am Post subject: |
|
|
The image elements from VDSelm are always onto of text. They
are painted after VDS text is so they would always be ontop. I think the
only way text could be put ontop is if a text element is written into
the VDSElem.dll _________________ Chris
Http://theblindhouse.com |
|
| Back to top |
|
 |
Binary Newbie
Joined: 02 Aug 2002 Posts: 13
|
Posted: Tue Aug 06, 2002 11:46 am Post subject: |
|
|
thanks Liquid hmm ok I think I have to use vdsdll3.dll instead I think maybe this would work...  |
|
| 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
|
|