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 


Table border

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


Joined: 10 May 2008
Posts: 155

PostPosted: Thu Feb 11, 2010 2:24 pm    Post subject: Table border Reply with quote

Hi, is there any way to remove table bordes and scrolls?
Any example?

Thanks a lot in advance.

Marcelo
Back to top
View user's profile Send private message
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Thu Feb 11, 2010 4:43 pm    Post subject: Reply with quote

There is a DSU called "VDS TABLE Control API" by Codescript that will do at least the border for you. Not sure if it offers any options regarding the scrollbar, but it might.

http://www.vdsworld.com/download.php?id=341&sid=819aac9ed209491499672b393040f43d

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
marcelo
Contributor
Contributor


Joined: 10 May 2008
Posts: 155

PostPosted: Fri Feb 12, 2010 8:19 pm    Post subject: Reply with quote

Thanks Garret, this method doesn't work for me, but i solved placing disabled BITBTNs over the table borders....
Back to top
View user's profile Send private message
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Fri Feb 12, 2010 9:24 pm    Post subject: Reply with quote

I don't understand why it does not work for you though... I have used this method many times for Tables and other Elements in VDS and it has never failed me.

Try the following code, which is the code that the DSU itself uses.

Code:
  DIALOG CREATE,New Dialog,-1,0,240,160
  DIALOG ADD,TABLE,TABLE1,7,9,223,144,Column 1[80]|Column 2[80]|Column 3[80]
  LOADLIB USER32
  %A = 80000
  %H = @STRDEL(@WINEXISTS(~TABLE1),1,1)
  IF %H
    %Z = @LIB(USER32,SetWindowLongA,INT:,%H,-20,%A)
  END
  %A = $200000
  IF %H
    %Z = @LIB(USER32,SetWindowLongA,INT:,%H,-20,%A)
  END
  FREELIB USER32
  DIALOG SHOW
  WAIT EVENT
  EXIT

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
Aslan
Valued Contributor
Valued Contributor


Joined: 31 May 2001
Posts: 589
Location: Memphis, TN USA

PostPosted: Sat Feb 13, 2010 4:15 pm    Post subject: Reply with quote

You could try my Extended Table DSU

http://forum.vdsworld.com/viewtopic.php?t=4937

It can also show/hide your scroll bars
Back to top
View user's profile Send private message Send e-mail
marcelo
Contributor
Contributor


Joined: 10 May 2008
Posts: 155

PostPosted: Tue Feb 16, 2010 2:45 am    Post subject: Reply with quote

Thanks a lot, i will try all of this.
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