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 


Search found 46 matches
forum.vdsworld.com Forum Index
Author Message
  Topic: DNS address
attreus

Replies: 3
Views: 10392

PostForum: General Help   Posted: Fri Feb 20, 2009 2:51 pm   Subject: DNS address
i'm glad to help you.

but i wonder at the line:

runh subst b: \\@dns-ip(7)\c$

isn't there a problem with the @-sign without quotes ?

btw. you simply could extend your subroutin ...
  Topic: DNS address
attreus

Replies: 3
Views: 10392

PostForum: General Help   Posted: Thu Feb 19, 2009 7:41 pm   Subject: DNS address
hi,

of course. the dns server is not the same on all pc's. therefore you need to evaluate it i guess Wink

try it with this code (should work with all nt-based systems):



runh @windir( ...
  Topic: solution for changing tab captions
attreus

Replies: 1
Views: 7766

PostForum: General Help   Posted: Mon Feb 16, 2009 12:37 am   Subject: solution for changing tab captions
hi there,

working on an app with a tab-element i stumbled across the the problem with different labels for tabs when their names change.

here is a working solution for that. maybe it looks somew ...
  Topic: Problem assigning a variable
attreus

Replies: 3
Views: 10550

PostForum: General Help   Posted: Wed Feb 11, 2009 11:14 pm   Subject: Problem assigning a variable
thanks dragonsphere,

%T was assigned but in the debug-window it wasn't shown because of the amount of data.

later in my code the content of %T is sent via tcp using vdsipp.dll. now i do it with ...
  Topic: Problem assigning a variable
attreus

Replies: 3
Views: 10550

PostForum: General Help   Posted: Tue Feb 10, 2009 4:58 pm   Subject: Problem assigning a variable
hi,

got a problem loading text into a variable.
on computer 1 (athlon xp2200+, 1gb ram) this code works:

%T = @read(%F,%%Size,TEXT)

on computer 2 (intel celeron 1,6 ghz,512 mb ram) i ...
  Topic: help with external dll needed
attreus

Replies: 0
Views: 11410

PostForum: Advanced Help for VDS 5 & Up   Posted: Fri Dec 12, 2008 3:48 pm   Subject: help with external dll needed
hi,

i found a dll that provides a powerful syntax-highlighting edit-control. the programmer says: "You can use it with any programming language since it is packaged as a standard dll and a sta ...
  Topic: Negative number?
attreus

Replies: 5
Views: 11476

PostForum: General Help   Posted: Tue Jul 08, 2008 4:14 pm   Subject: Negative number?
how about with this:





:negative
if @numeric(@substr(%1,1))
exit
else
exit 1
end


or better


:negative
if @less(%1,0& ...
  Topic: Conditional includes not possible?
attreus

Replies: 3
Views: 10957

PostForum: General Help   Posted: Tue Jul 08, 2008 3:10 pm   Subject: Conditional includes not possible?
thank you, but still the same.

i'm afraid the preprocessor isn't able, to evaluate the condition.
hopefully i'm wrong with that.

greetings Confused
  Topic: Conditional includes not possible?
attreus

Replies: 3
Views: 10957

PostForum: General Help   Posted: Tue Jul 08, 2008 6:39 am   Subject: Conditional includes not possible?
hi,

i wanna check if a script in the same folder already exists an if so include it, if not create it.




if @file(test.dsc)
#INCLUDE test.dsc
else
bla bla ...
end ...
  Topic: only 29 includes possible in vds5 ??
attreus

Replies: 8
Views: 17717

PostForum: General Help   Posted: Mon Jun 09, 2008 3:37 pm   Subject: only 29 includes possible in vds5 ??
oh, that's a bad message, 'cause sooner or later the limit will be reached. i'll have to think of another way for my multiunitmaker. nevertheless thanks dave.

ps: does this limit exist in vds6 too?
  Topic: only 29 includes possible in vds5 ??
attreus

Replies: 8
Views: 17717

PostForum: General Help   Posted: Sat Jun 07, 2008 3:09 pm   Subject: only 29 includes possible in vds5 ??
for every additional function or command i wanna have a separate script. when programming i just include multiunit.dsu which should check the script and only compile functions and commands that are us ...
  Topic: only 29 includes possible in vds5 ??
attreus

Replies: 8
Views: 17717

PostForum: General Help   Posted: Thu Jun 05, 2008 10:13 pm   Subject: only 29 includes possible in vds5 ??
i always get an error "circular reference in include commands" if i try to compile a script with 30 or more includes this error appears. all scrippts are working well with each other if i pu ...
  Topic: working code to get left middle or right mouseclick
attreus

Replies: 1
Views: 16167

PostForum: Advanced VDS 5 Source Code   Posted: Wed Apr 25, 2007 8:48 am   Subject: working code to get left middle or right mouseclick
hi,

here is a script to get mouseclicks on all buttons. it works fine on winxp and
should do also on win2000. could not test it on 95,98,me,vista - please report.

i think this could be useful f ...
  Topic: API question ***Solved***
attreus

Replies: 23
Views: 63166

PostForum: Advanced Help for VDS 5 & Up   Posted: Mon Mar 26, 2007 10:57 pm   Subject: API question ***Solved***
hey, this is cool.

is there a way to update the table-record if only the checkbox is clicked?
thats why i thought about LVM_UPDATE instead of using list put.

attreus
  Topic: API question ***Solved***
attreus

Replies: 23
Views: 63166

PostForum: Advanced Help for VDS 5 & Up   Posted: Mon Mar 26, 2007 9:13 pm   Subject: API question ***Solved***
@dragonsphere

you are right, it's a strange behaviour. i now use dblclick to check.

i'd like to store checkstates in the table itself. i tried this but it doesn't work:


:table1Click
...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group