| View previous topic :: View next topic |
| Author |
Message |
Aaron Newbie
Joined: 08 Mar 2003 Posts: 2
|
Posted: Sat Mar 08, 2003 6:26 am Post subject: Update System Personnal Edition dialog errors |
|
|
hi
i found this link
http://www.vdsworld.com/forum/viewtopic.php?t=1240&highlight=i+update
but i when i try to run it i get error 14. i'am using vds 3.0 ( if been awhile i would like to get back into it again)
i get a invaild parameter to command error starting at this line:
dialog add,gradient,main,0,0,427,359,D6EBFF,D6EBFF
how can i fix this?
thanks |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Sat Mar 08, 2003 6:40 am Post subject: |
|
|
hi Aaron
welcome to the board
I don't know the answer to your question BUT i did fine this code its not i.updated but its a good starting point..this should work with vds 3.0
note code was make by GeoTrail
sorry i don't have the link to the thread handy
| Code: |
external vdsipp.dll
%%CurrentVer = 1.0
%%CurrentBuild = 230
INTERNET HTTP,CREATE,1
INTERNET HTTP,THREADS,1,OFF
INTERNET HTTP,PROTOCOL,1,1
INTERNET HTTP,USERAGENT,1,"GeoTrail Corporation"
INTERNET HTTP,DOWNLOAD,1,http://192.168.1.3/version.ini,@PATH(%0)\version.ini
INTERNET HTTP,DESTROY,1
rem INIFILE OPEN,@path(%0)settings.ini
INIFILE OPEN,@PATH(%0)\version.ini
%%AppVersion = @INIREAD(Software info,Version)
%%AppBuild = @INIREAD(Software info,Build)
IF @GREATER(%%AppVersion.%%AppBuild,%%CurrentVer.%%CurrentBuild)
INFO There is a new version available.@cr()You have version v%%CurrentVer.%%CurrentBuild.@cr()Latest version is v%%AppVersion.%%AppBuild.
Else
INFO You have the latest version.
END
file delete,@PATH(%0)\version.ini
:Close
Exit
|
|
|
| Back to top |
|
 |
Tommy Admin Team
Joined: 16 Nov 2002 Posts: 746 Location: The Netherlands
|
Posted: Sat Mar 08, 2003 6:45 am Post subject: Re: Update System Personnal Edition dialog errors |
|
|
Hi Aaron,
It seems that you are still using VDS version 3. The gradient element is only supported
in VDS version 4. Why not update?
Tommy
| Aaron wrote: | hi
i found this link
http://www.vdsworld.com/forum/viewtopic.php?t=1240&highlight=i+update
but i when i try to run it i get error 14. i'am using vds 3.0 ( if been awhile i would like to get back into it again)
i get a invaild parameter to command error starting at this line:
dialog add,gradient,main,0,0,427,359,D6EBFF,D6EBFF
how can i fix this?
thanks |
|
|
| Back to top |
|
 |
Aaron Newbie
Joined: 08 Mar 2003 Posts: 2
|
Posted: Sat Mar 08, 2003 6:51 am Post subject: |
|
|
thanks tommy and tim6389
tim6389 - I will give that a try...thanks
tommy - yes i just came from the site I see there is a version 4.0...wow I have been out of this to long. you are right its time to upgrade. I have alot of catching up to do
thanks again guys |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sat Mar 08, 2003 7:53 am Post subject: |
|
|
"Cough!! Cough!"
The waiting is freaking killing me here!!!
Bite your tongue Garrett! Bite your tongue!
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
LOBO Valued Contributor


Joined: 14 Mar 2002 Posts: 241 Location: Wilmington, Delaware, USA
|
Posted: Sat Mar 08, 2003 5:05 pm Post subject: |
|
|
Garrett,
The waiting is killing us too! Isn't there anything you can say? Like maybe *cough3coughcoughmonths* or maybe *cough8coughcoughweekscough*
- Mark |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Sat Mar 08, 2003 7:07 pm Post subject: |
|
|
Hi Aaron,
If you need Gradient's for VDS 3 take a look at my Gadget.dll... It has a command called GADGET SETWIN,BackGround,<Window ID>,Gradient,Vert/Horz,<First RGB Color>,<Second RGB Color>,<Top|Left|Right|Bottom> _________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
Garrett Moderator Team
Joined: 04 Oct 2001 Posts: 2149 Location: A House
|
Posted: Sat Mar 08, 2003 7:57 pm Post subject: |
|
|
| LOBO wrote: | Garrett,
The waiting is killing us too! Isn't there anything you can say? Like maybe *cough3coughcoughmonths* or maybe *cough8coughcoughweekscough*
- Mark |
Ooooohhhhh I wish I could!!!! But even I don't know that! And if I
say anything else, I fear France will invade the US and make us all eat
snails and garlic for rest of our lives!!!
Mr Rogers says "Can you say - BARF, PUKE, RAAALPHHHH! Good, I
knew you could"
RIP Mr Rogers.
-Garrett _________________ 'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.) |
|
| Back to top |
|
 |
|
|
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
|
|