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 


[vds] tag will be available again very soon
Goto page Previous  1, 2, 3, 4, 5  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous
View previous topic :: View next topic  
Author Message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Sep 06, 2003 7:10 am    Post subject: Reply with quote

looks fantastic...never saw the previous one so i can't say...perhaps the current font type is a tad too small

i really like the feature Very Happy

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: Sat Sep 06, 2003 8:40 am    Post subject: Reply with quote

Garrett wrote:
Stick with the Arial or whatever font is used now. Use Courier or Courier New and due to the equal proportioning of the letters, it makes the code extend to the right too much. Currently, it's more compact and viewable without scrolling, at least with the example above.


Code:
info Hello world!


This is the Courier New font... Confused

Code:
<font face="Courier New" color="blue" size="-2">&nbsp;&nbsp;<font face="Courier New" color="black" size="-2"><b>info</b></font> Hello world! <br></font>

_________________
[ 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
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Sat Sep 06, 2003 9:10 am    Post subject: Reply with quote

May be courier new will cause a slight increase in the width of the script
but VDS IDE uses Courier New font Size 2. I don't know if it can't be displayed properly here but when inserted into a webpage using frontpage looks just like in VDS IDE.
The size is just optimal.
Current font is verdana I think and if you increase the size with that it will be too large.
EDIT:
http://codescript.vdsworld.com/VDS5src/test.htm
I think Courier New font Size 2 takes more width than verdana although it looks better.

In any case I feel font size has to be increased.

_________________
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 Sep 06, 2003 10:31 am    Post subject: Reply with quote

Hmmm....

I had the same problem (Arial instead of Courier New) when I was testing it on my own server. I resolved the problem using
Code:

<font class="vdscode">

instead of
Code:

<font face="Courier New">


I don't know if one of the admins changed this in vds_code.php, but I thought I used 'font class'. I'll have a look at it and mail the new vds_code.php as soon as possible to a member of the site team. Also I'll change 'Visual DialogScript Code:' to 'VDS Code:', just like FF said. Or did a admin alreay inserted 'Visual DialogScript Code'? I don't know anymore how the script looked like when I mailed it to Tommy Confused.

What do you all think of the 'download script' feature?

Any other comments/suggestions?

Vic

_________________
phpBB Development 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 Sep 06, 2003 10:50 am    Post subject: Reply with quote

Test message:

Code:
rem ----------
rem 1234567890
rem ----------

_________________
[ 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
Vic D'Elfant
Past Contributor
Past Contributor


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

PostPosted: Sat Sep 06, 2003 10:54 am    Post subject: Reply with quote

And have you all seen this feature Very Happy:
Code:

# Let's define a command
#define command, test_command

# And now call it... Watch the color:
test_command hello!

# And this even works with functions:
#define function, test_function

#And now call it
info @test_function(Hello!)


Vic

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


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Sep 06, 2003 11:12 am    Post subject: Reply with quote

I like it. Still I wish it had the white background like the [ code ]
tag. Also I think that Courier New (Thanks for correcting me CodeScript)
would be more beneficial because arial/verdana is not a good font
for editing code. I don't find that the majority of scripts I post with
[ code ] wrap too early and I really think it should be using Courier New. 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 Sep 06, 2003 11:40 am    Post subject: Reply with quote

Please note that the [code:1:] tag is only implented correctly in the subSilver theme...
_________________
[ 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
Rinauld Raymond
VDS Pirate
VDS Pirate


Joined: 22 Aug 2003
Posts: 32
Location: Aix (France)

PostPosted: Sat Sep 06, 2003 2:36 pm    Post subject: Reply with quote

Hi

Could the font code be a little bigger than now cause
it's very little on my screen 1024*768
Back to top
View user's profile Send private message Visit poster's website
Tommy
Admin Team


Joined: 16 Nov 2002
Posts: 746
Location: The Netherlands

PostPosted: Sat Sep 06, 2003 2:49 pm    Post subject: Reply with quote

It seems like it is having some initial flaws for now, I'm pretty sure those could be fixed.
Only after all the little bugs are out it will be officially announced on this forum.

Also please realize that all this is thanks to Vic. Even though I wrote the initial version
of the VDS tag, it never got reimplemented by me because I thought it would take
too much work on each update. I had no real plans anymore to reimplement it,
but Vic did it, together with many improvements. Very Happy
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Rinauld Raymond
VDS Pirate
VDS Pirate


Joined: 22 Aug 2003
Posts: 32
Location: Aix (France)

PostPosted: Sat Sep 06, 2003 3:02 pm    Post subject: Reply with quote

There is some bugs in the vds tag

Code:

rem the label b4 has 2 colors
dialog ADD,TEXT,b4,125,94,26,22,,,HAND,CLICK,TRANSPARENT



info when the string end with a var like %e
info look the color is not blue

Back to top
View user's profile Send private message Visit poster's website
Rinauld Raymond
VDS Pirate
VDS Pirate


Joined: 22 Aug 2003
Posts: 32
Location: Aix (France)

PostPosted: Sat Sep 06, 2003 3:13 pm    Post subject: Reply with quote

Another bug

when downloading the vds script

the two last chars (and the two first chars) of this one are truncated

if the script ends with

EXIT %A

the we only find EXIT

test of script
Code:

Title hello
info I'm Raymond
Back to top
View user's profile Send private message Visit poster's website
Rinauld Raymond
VDS Pirate
VDS Pirate


Joined: 22 Aug 2003
Posts: 32
Location: Aix (France)

PostPosted: Sat Sep 06, 2003 3:15 pm    Post subject: Reply with quote

Shocked now it works

when i downdloaded the media player script and search tree for file scripts
there were some missing Question
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 Sep 06, 2003 3:28 pm    Post subject: Reply with quote

Rinauld, I think you downloaded that script just before we updated it. It should work propper now... Smile
_________________
[ 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 Sep 06, 2003 3:42 pm    Post subject: Reply with quote

Also, I think the comments should be bright green, like in the editor.
Personally I think it will be plenty legible because the background of the
editor is white with light green comments too. 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 -> Miscellaneous All times are GMT
Goto page Previous  1, 2, 3, 4, 5  Next
Page 2 of 5

 
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