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 and ide bugs
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Jun 21, 2003 12:39 am    Post subject: table and ide bugs Reply with quote

hi all,

i found a couple of "bugs"...perhaps somebody can confirm:

- using the TABLE element with the C option, i can't get the first left column centered although the second column does centre ok

- sometimes, for reasons unknown, the RUN button on the ide looks pressed even though i am not pressing it

- the line position of the cursor as reflected in the status bar is slow to respond and sometimes doesn't seem to until i move it using one of the directional arrows

overall, i think that vds 5 is awesome with lots of new and handy features

how come it says now COMMERCIAL RESEARCH LTD...what happened to SADE? in case i missed the news, can someone bring me up to speed please Very Happy

thanks

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Jun 21, 2003 10:49 am    Post subject: Re: table and ide bugs Reply with quote

Serge wrote:
- using the TABLE element with the C option, i can't get the first left column centered although the second column does centre ok

...

how come it says now COMMERCIAL RESEARCH LTD...what happened to SADE? in case i missed the news, can someone bring me up to speed please Very Happy

thanks

Serge


What is the "C" option? Confused

Also, Commercial-Research, Ltd. is a new company formed and it will make
the future of VDS better... It's actually the same developers I think. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sat Jun 21, 2003 11:36 am    Post subject: Reply with quote

The "C" option is to center the columns of a table. Wink
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Jun 21, 2003 1:08 pm    Post subject: Reply with quote

But where was that ever documented? I can't find it in the help file.
_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sat Jun 21, 2003 2:22 pm    Post subject: Reply with quote

Code:
  DIALOG CREATE,Nieuw Dialoog,-1,0,240,160
  DIALOG ADD,STYLE,STYLE1,,,IUC,,
  DIALOG ADD,TABLE,TABLE1,8,16,216,144,Column 1[80]|Column 2[80]|Column 3[80],STYLE1
  DIALOG SHOW

list add,table1,sdfsdf@tab()sdfsdf@tab()sdfsdf
list add,table1,sdfsdf@tab()sdfsdf@tab()sdfsdf
wait event


This way only the first column is centered... Confused

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Dr. Dread
Professional Member
Professional Member


Joined: 03 Aug 2001
Posts: 1065
Location: Copenhagen, Denmark

PostPosted: Sat Jun 21, 2003 2:36 pm    Post subject: Reply with quote

FreezingFire wrote:
But where was that ever documented? I can't find it in the help file.


See "Dialog Elements" -> "TABLE"

Greetz
Dread

_________________
~~ Alcohol and calculus don't mix... Don't drink and derive! ~~

String.DLL * advanced string processing
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Jun 21, 2003 2:41 pm    Post subject: Reply with quote

Oh I see now... thanks. Smile

Code:
  DIALOG CREATE,Nieuw Dialoog,-1,0,240,160
 DIALOG ADD,TABLE,TABLE1,8,16,216,144,Column 1[80C]|Column 2[80C]|Column 3[80C]
  DIALOG SHOW

list add,table1,sdfsdf@tab()sdfsdf@tab()sdfsdf
list add,table1,sdfsdf@tab()sdfsdf@tab()sdfsdf
wait event


Then I think it would be like that.

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sun Jun 22, 2003 12:07 am    Post subject: Reply with quote

hi ff,

that is what i did but it does not centre the first column...resize the column and you will see what i mean...the others are but not the first one

hi skit,

thanks for your idea...i was really after trying to make what ff did work (which is what i did)

thanks for your help

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Jun 22, 2003 10:53 am    Post subject: Reply with quote

Hmm... Skit's example doesn't work here... (also I had to add a comma
for the style to work)


_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sun Jun 22, 2003 12:11 pm    Post subject: Reply with quote

It doesn't even center the first column... Confused I'll upload a screenshot as fast as possible... May be a 'real' bug...
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
NathanH
Valued Newbie


Joined: 05 Sep 2001
Posts: 32

PostPosted: Tue Jul 01, 2003 7:03 pm    Post subject: Reply with quote

I found that I could put in a zero width for the first column, and my 2nd column now shows up first, and the C L and R commands now work properly (of course you'll have to add a TAB to the front of each line of source data!)

This also gets rid of that gab that appears on the left hand edge of the first column.

A work around until it's fixed anyway

** This is good for display only, you now won't be able to click the first column to select a row, as you can't click in any other column besides the first to select rows...

Code:

DIALOG ADD,TABLE,TABLE1,40,1,420,280,EMPTY[0]|IP Address[120C]|User[160]
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Tue Jul 01, 2003 11:17 pm    Post subject: Reply with quote

interesting idea nathanh...but like you said, only for display purposes

Smile Smile Smile

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Wed Jul 02, 2003 9:20 am    Post subject: Reply with quote

In reply to FreezingFire's uploaded picture: this is my screenshot (I only changed the X and Y positions of the table a bit for a better view)...



Confused

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Wed Jul 02, 2003 11:44 am    Post subject: Reply with quote

Remember that you're forgetting a comma in the source code you posted.
I had to add the comma in order for the style to work. Wink

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Wed Jul 02, 2003 1:32 pm    Post subject: Reply with quote

I still can't get it to work... Sad
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
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 -> Bug Reports All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
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