| View previous topic :: View next topic |
| Author |
Message |
Serge Professional Member


Joined: 04 Mar 2002 Posts: 1480 Location: Australia
|
Posted: Sat Sep 06, 2003 7:10 am Post subject: |
|
|
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
serge _________________
|
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sat Sep 06, 2003 8:40 am Post subject: |
|
|
| 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. |
This is the Courier New font...
| Code: | | <font face="Courier New" color="blue" size="-2"> <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 |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sat Sep 06, 2003 9:10 am Post subject: |
|
|
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
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Sat Sep 06, 2003 10:31 am Post subject: |
|
|
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 .
What do you all think of the 'download script' feature?
Any other comments/suggestions?
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Sat Sep 06, 2003 10:54 am Post subject: |
|
|
And have you all seen this feature :
| 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 |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Sep 06, 2003 11:12 am Post subject: |
|
|
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.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Rinauld Raymond VDS Pirate


Joined: 22 Aug 2003 Posts: 32 Location: Aix (France)
|
Posted: Sat Sep 06, 2003 2:36 pm Post subject: |
|
|
Hi
Could the font code be a little bigger than now cause
it's very little on my screen 1024*768 |
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Sat Sep 06, 2003 2:49 pm Post subject: |
|
|
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.  |
|
| Back to top |
|
 |
Rinauld Raymond VDS Pirate


Joined: 22 Aug 2003 Posts: 32 Location: Aix (France)
|
Posted: Sat Sep 06, 2003 3:02 pm Post subject: |
|
|
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 |
|
 |
Rinauld Raymond VDS Pirate


Joined: 22 Aug 2003 Posts: 32 Location: Aix (France)
|
Posted: Sat Sep 06, 2003 3:13 pm Post subject: |
|
|
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 |
|
 |
Rinauld Raymond VDS Pirate


Joined: 22 Aug 2003 Posts: 32 Location: Aix (France)
|
Posted: Sat Sep 06, 2003 3:15 pm Post subject: |
|
|
now it works
when i downdloaded the media player script and search tree for file scripts
there were some missing  |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Sep 06, 2003 3:42 pm Post subject: |
|
|
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.  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
|