I gave up and decided to use the menukey+down instead of CTRL+V.
It works...
If you guys want to get to the bottom of this ill be happy to help anyway.
Thanks for all the help!
Search found 32 matches
- Tue Sep 06, 2005 12:33 pm
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
- Tue Sep 06, 2005 12:05 pm
- Forum: Technical / Scripting
- Topic: 58 charecters in a memo
- Replies: 1
- Views: 3486
58 charecters in a memo
I need a memo that the user can enter no more than 58 chars to it.
How can this be done?
Thanks!
How can this be done?
Thanks!
- Tue Sep 06, 2005 11:44 am
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
Here are the logs. as you can see Releasing the keys (as suggested) does not help and the logs seem identical. Hebrew: 06/09/2005 14:29:36:975 - Started Macro : GET EMAIL AND SMS 06/09/2005 14:29:36:985 - Day>TheDay 06/09/2005 14:29:36:985 - Month>TheMonth 06/09/2005 14:29:36:985 - Year>TheYear 06/0...
- Tue Sep 06, 2005 10:32 am
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
- Mon Sep 05, 2005 8:26 pm
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
Thanks for the replies! when i say "Writing in Hebrew/English" I am refering to the text im manually typing into the dialog box, the text that the script copies and pastes into the text file. and before pressing CTRL+V manually i do not do anything special... the script stops working and then i immi...
- Sat Sep 03, 2005 3:30 pm
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
Thanks for the replies! and sorry i wasn't clear on my previous post. Are you saying if that file content is English then all is OK, but if the file contents are hebrew it fails? Yes. That is exactly what im saying. The only thing that is hebrew is the content of the file. And JRL I dont think thats...
- Thu Aug 18, 2005 1:49 pm
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
- Thu Aug 18, 2005 1:48 pm
- Forum: Technical / Scripting
- Topic: wait for a keystroke
- Replies: 2
- Views: 4597
wait for a keystroke
i want the script to work and while its working i want it to do something if a specific key or key combination is pressed.
I need the script to "wait" for the keystroke and at the same time keep working.
Can it be done?
Thanks.
I need the script to "wait" for the keystroke and at the same time keep working.
Can it be done?
Thanks.
- Sun Aug 14, 2005 9:30 am
- Forum: Technical / Scripting
- Topic: need strategy...
- Replies: 1
- Views: 4142
ull need a dictionary... and compare words to it... and one way of reading the letters is to choose a few specific points which you see what their color is in each letter. if ull choose the points correctly than each letter will have its own set of points, thus enabling you to read the letters. assi...
- Sat Aug 13, 2005 3:41 pm
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
i managed to get the hebrew text into the clipboard using PutClipBoard>String. and when i manually press CTRL-V everything is fine. The Problem is when i tell ms to press CTRL-V its like it cant press anything between the Press CTRL and the Release CTRL. Even weirder is that if the clipboard is load...
- Sat Aug 13, 2005 12:30 pm
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
- Wed Aug 03, 2005 7:45 pm
- Forum: Technical / Scripting
- Topic: Writing in a non english language
- Replies: 18
- Views: 24332
Writing in a non english language
I need to write in hebrew. and its not supported. I dont need to read any hebrew i just need to send hebrew letters. I got hebrew on my computer so if i could just give a command that sends specific KEYS and NOT LETTERS (meaning that the script will press the button "a" thus sending either a or ש de...
- Wed Aug 03, 2005 7:18 pm
- Forum: Technical / Scripting
- Topic: inactive part of a dialog
- Replies: 3
- Views: 6196
- Sat Jul 30, 2005 6:27 pm
- Forum: Technical / Scripting
- Topic: simple dialog problem
- Replies: 2
- Views: 5109
- Sat Jul 30, 2005 1:20 pm
- Forum: Technical / Scripting
- Topic: simple dialog problem
- Replies: 2
- Views: 5109
simple dialog problem
I'm very confused... Shouldn't this script display "Something I Wrote"? Dialog>Dialog1 Caption=Dialog2 Top=192 Width=170 Left=16 Height=109 Edit=Name,24,16,121,Something I wrote. Button=In a Message,40,40,75,25,1 EndDialog>Dialog1 Show>Dialog1,result If>result=1 Message>%Name% ENDIF Instead it just ...