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 


BITMAP DRAW,<bit1>,LINE. Possible bug in style DASH|DO

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
uvedese
Contributor
Contributor


Joined: 21 Jan 2006
Posts: 169
Location: Spain

PostPosted: Tue Apr 14, 2009 10:51 am    Post subject: BITMAP DRAW,<bit1>,LINE. Possible bug in style DASH|DO Reply with quote

Hi guys:

I do not know if anyone has used the style DASH|DOT to try to draw a line with the BITMAP DRAW,<bitmap element>,LINE command in VDS6.

I fail to implement these styles. Can anyone help me? Could it be a bug?

Code:
  DIALOG CREATE,New Dialog,-1,0,350,364
  dialog add,bitmap,bitmap1,10,10,100,70,c:\bitmap.bmp
  DIALOG SHOW
 
  bitmap draw,bitmap1,line,0,0,90,0,RED,5,,DASH
Stupid No clue Question Question Question

Thank in advance[/code]
Back to top
View user's profile Send private message Visit poster's website
DaveR
Valued Contributor
Valued Contributor


Joined: 03 Sep 2005
Posts: 413
Location: Australia

PostPosted: Wed Apr 15, 2009 10:42 am    Post subject: Reply with quote

Width must be 0 or 1 for DOT or DASH

If INVERSE not used then DASH or DOT must be first 'style' (no , , )

Code:
  DIALOG CREATE,New Dialog,-1,0,350,364
  dialog add,bitmap,bitmap1,10,10,100,70,c:\bitmap.bmp
  DIALOG SHOW
 
  bitmap draw,bitmap1,line,0,0,90,0,RED,1,DASH

  bitmap draw,bitmap1,box,10,10,80,50,RED,,1,CLEAR,DOT

_________________
cheers

Dave
Back to top
View user's profile Send private message
uvedese
Contributor
Contributor


Joined: 21 Jan 2006
Posts: 169
Location: Spain

PostPosted: Wed Apr 15, 2009 3:39 pm    Post subject: Reply with quote

Ok Dave. Thumbs Up

In the VDS documentation there was no information about DASH&DOT styles.

Thank you very much.
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 -> Bug Reports 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