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 


Add watermark to dialog

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


Joined: 30 Jul 2002
Posts: 172

PostPosted: Mon Jan 12, 2004 8:39 pm    Post subject: Add watermark to dialog Reply with quote

I'm trying to add a watermark to a dialog. Something like the below code. But I'm having a problem stopping the repeat function when it reaches the end of the dialog box. The dialog box will be different sizes depending on screen resolution. I tried using the @dlgpos(text1,TLWH) function but nothing changes as the text box does not change. Any help as always if very much appreciated.


Code:

Title test
  DIALOG CREATE,New Dialog,-1,0,441,476
  DIALOG ADD,STYLE,STYLE1,,,,,gray
%%text = Water Mark Test
DIALOG ADD,TEXT,text1,2,0,446,476,%%text,,TRANSPARENT,STYLE1
  DIALOG ADD,BUTTON,BUTTON1,10,354,,,test
  DIALOG SHOW
:Evloop
  wait event
  goto @event()

:button1button
  repeat
  wait .2
 DIALOG SET, text1, %%text
%%text = %%text %%text
  until @not(@ok())

:Close
  exit
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Mon Jan 12, 2004 9:45 pm    Post subject: Reply with quote

You could always use a bitmap, and then stretch it over the entire dialog. Smile
_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
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