| Author |
Message |
Topic: Disappearing buttons *SOLVED* |
JerryDee
Replies: 2
Views: 13119
|
Forum: General Help Posted: Wed Mar 31, 2010 7:10 am Subject: Disappearing buttons *SOLVED* |
Hi bornsoft,
Thanks for you answer. Yes I know - this problem is combined only with OS Vista. It runs smoothly on my old desktop (XP).
Regards,
Jerry |
Topic: Disappearing buttons *SOLVED* |
JerryDee
Replies: 2
Views: 13119
|
Forum: General Help Posted: Tue Mar 30, 2010 10:16 am Subject: Disappearing buttons *SOLVED* |
Hi guys,
I encountered an unpleasant problem with 'group and line' commands. If you press Alt-key (for a menu item achievement), all buttons within a group/line range disappear.
If you press Alt- ... |
Topic: Convert table LIST into a line |
JerryDee
Replies: 7
Views: 23863
|
Forum: General Help Posted: Wed Apr 15, 2009 5:47 pm Subject: Convert table LIST into a line |
O.K. - my another attempt
# The @strrep() is accepted only for VDS6
list create,1
list loadtext,1
"John;
"Paul;
"George;
"Ringo;
%%linevar = @strrep ... |
Topic: Convert table LIST into a line |
JerryDee
Replies: 7
Views: 23863
|
Forum: General Help Posted: Wed Apr 15, 2009 5:10 pm Subject: Convert table LIST into a line |
Oh, I'm sorry - you are right, Garret, I looked at it only in "debug window" and was hasty  |
Topic: Convert table LIST into a line |
JerryDee
Replies: 7
Views: 23863
|
Forum: General Help Posted: Wed Apr 15, 2009 9:35 am Subject: Convert table LIST into a line |
Hi Gosha_Mala!
For your task you can also use right this function: @text(list)
e.g.
list create,1
list loadtext,1
"John;
"Paul;
"George;
"Ringo;
%%linevar = @t ... |
Topic: Is there a way to determine invalid hotkeys? |
JerryDee
Replies: 7
Views: 22844
|
Forum: General Help Posted: Wed Apr 08, 2009 7:35 pm Subject: Is there a way to determine invalid hotkeys? |
A work with global hotkeys isn't so simple. Once I concerned about it and found this link:
http://www.codeproject.com/KB/system/nishhotkeys01.aspx
maybe it inspires you. |
Topic: Is there a way to determine invalid hotkeys? |
JerryDee
Replies: 7
Views: 22844
|
Forum: General Help Posted: Wed Apr 08, 2009 6:30 pm Subject: Is there a way to determine invalid hotkeys? |
Well, I think you are afraid uselessly about it!
All applications can have the same hotkeys - but only the one which is actualy "in focus" respond at the hotkey. Can you imagine you have se ... |
Topic: Is there a way to determine invalid hotkeys? |
JerryDee
Replies: 7
Views: 22844
|
Forum: General Help Posted: Wed Apr 08, 2009 4:43 pm Subject: Is there a way to determine invalid hotkeys? |
Hi Boo,
I'm not sure I understand you well - I think that in Windows "Hotkey combination" pays allways only for the "focused" application. Or am I mistaken? |
Topic: Calendar question |
JerryDee
Replies: 1
Views: 9842
|
Forum: General Help Posted: Fri Jan 09, 2009 2:07 pm Subject: Calendar question |
Hi marty!
Yes, Calendar's weekdays ARE localized according to OS localization, in my case in Czech language. |
Topic: Magic Packet. WOL |
JerryDee
Replies: 8
Views: 22216
|
Forum: General Help Posted: Mon Dec 15, 2008 11:21 pm Subject: Magic Packet. WOL |
Hi briguy,
a character $ is used as a label for hexadecimal number
where
01,02,03,...,08, 09 are as decimal numbers 1 - 9
0A = 10
0B - 11
.
.
0F = 15
10 = 16
11 = 17
.
.
1F = 31
20 = ... |
Topic: Any News about Visual? |
JerryDee
Replies: 1
Views: 10240
|
Forum: General Help Posted: Sun Nov 30, 2008 10:32 pm Subject: Any News about Visual? |
Hi Tdk161,
I have conntacted Emmanuel about my wrong vds binaries maybe two month ago for the first time. Two weeks ago he sent me this message: "I'll send you in a minute a new download link ... |
Topic: Piping standard output |
JerryDee
Replies: 9
Views: 27739
|
Forum: General Help Posted: Wed Nov 05, 2008 5:42 pm Subject: Piping standard output |
| That is why I advised to add (e.g.) "10" like a parameter for the WAIT |
Topic: Piping standard output |
JerryDee
Replies: 9
Views: 27739
|
Forum: General Help Posted: Wed Nov 05, 2008 1:05 pm Subject: Piping standard output |
Hi David,
you can try this:
...
run cmd /c xcopy @chr(34)c:\documents and settings\dmonckt\my documents\my pictures\*.*@chr(34) h:\atest /s,WAIT 10,PIPE
... |
Topic: Piping standard output |
JerryDee
Replies: 9
Views: 27739
|
Forum: General Help Posted: Tue Nov 04, 2008 8:37 pm Subject: Piping standard output |
Hi David,
I think the xcopy command doesn't produce any "standard output", so that the value for the PIPE parameter is unrecognized. |
Topic: Weird Results - Never Seen This Before |
JerryDee
Replies: 9
Views: 31675
|
Forum: General Help Posted: Mon Sep 29, 2008 10:56 pm Subject: Weird Results - Never Seen This Before |
Sorry, I too long wrote my contribution ...  |
| |