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 


Option Tipevent
Goto page Previous  1, 2, 3
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Wish List
View previous topic :: View next topic  
Author Message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Fri Oct 10, 2003 8:08 am    Post subject: Reply with quote

Hi Vic
It didn't work on XP until I set
Option Fieldsep to ","
How about using "." since that is more widely used.

How does this window look ?
I have used multiple shapes and invisible style to shape
to reduce the broken pixels at the edges and give shadow effect.
as well as prevent grayed outline of the window.
Also you can use the animate window script/unit to provide alpha blend in all OS in which it is supported i.e all NT based OS.(if not supported the API just fails without errors)
You can also consider adding arrow pointer if say popping the balloon at the cursor position.
Just a few sugestions. It looks good even now.
Code:

  DIALOG CREATE,New Dialog,-1,0,303,82,notitle,invisible,ontop
  DIALOG ADD,STYLE,STYLE1,,,,$00F46700,
  DIALOG ADD,SHAPE,SHAPE1,13,18,270,51,DFDFDF,DFDFDF,,ROUNDRECT,INVISIBLE
  DIALOG ADD,SHAPE,SHAPE2,14,18,269,50,$00E1FFFF,666666,,ROUNDRECT,INVISIBLE
  DIALOG ADD,SHAPE,SHAPE3,14,18,269,50,$00E1FFFF,666666,,ROUNDRECT,INVISIBLE
  DIALOG ADD,SHAPE,SHAPE4,14,18,269,50,$00E1FFFF,666666,,ROUNDRECT,INVISIBLE
  DIALOG SHOW

:EVLOOP
WAIT EVENT
GOTO @EVENT()


:CLOSE
EXIT

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Sat Oct 11, 2003 12:42 pm    Post subject: Reply with quote

Thanks CodeScript!

I'll have a look at your ideas Very Happy

Vic

_________________
phpBB Development 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 -> Wish List All times are GMT
Goto page Previous  1, 2, 3
Page 3 of 3

 
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