forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


VDSELM.DLL Text over Image ?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Binary
Newbie


Joined: 02 Aug 2002
Posts: 13

PostPosted: Tue Aug 06, 2002 3:01 am    Post subject: VDSELM.DLL Text over Image ? Reply with quote

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
View user's profile Send private message
LOBO
Valued Contributor
Valued Contributor


Joined: 14 Mar 2002
Posts: 241
Location: Wilmington, Delaware, USA

PostPosted: Tue Aug 06, 2002 10:20 am    Post subject: Reply with quote

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
View user's profile Send private message AIM Address Yahoo Messenger
Binary
Newbie


Joined: 02 Aug 2002
Posts: 13

PostPosted: Tue Aug 06, 2002 10:35 am    Post subject: Reply with quote

thanks so far but this dont works too Crying or Very sad
Back to top
View user's profile Send private message
LiquidCode
Moderator Team


Joined: 05 Dec 2000
Posts: 1753
Location: Space and Time

PostPosted: Tue Aug 06, 2002 11:09 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
Binary
Newbie


Joined: 02 Aug 2002
Posts: 13

PostPosted: Tue Aug 06, 2002 11:46 am    Post subject: Reply with quote

thanks Liquid hmm ok I think I have to use vdsdll3.dll instead I think maybe this would work... Question
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
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

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group