What Command Do I Use To See If The Highlighted Text Is True Or False?
#1
Posted 18 March 2006 - 11:15 PM
Thanks in advance.
#2
Posted 25 March 2006 - 02:59 AM
uh... Exit() ?.. what command can I give the script to abort if "My Group Name" is not highlighted or the box is empty?
BTW, Why on earth would you start out learning on an obsolete version of AutoIT?
Edited by flyingboz, 25 March 2006 - 03:00 AM.
#3
Posted 02 April 2006 - 07:58 PM
uh... Exit() ?
BTW, Why on earth would you start out learning on an obsolete version of AutoIT?
Thanks. I think my question should have been, (if possible) "how does autoit know if the Group Membership box is empty"? Or if ^a highlighted anything at all? Can autoit know if ^a has highlighted anything (true/false)?
Guess I still use v2 because my needs are very basic and support dos pointofsale programs.
Same reason why I still use msdos, win98 and w2k; they just work.
I wouldn't call it obsolete as v2 does work, but I will have a peek at v3.
MS can kiss my a$$ and so can (hasta la)Vista.
Hello DesktopBSD!
Regards.
#4
Posted 05 April 2006 - 06:01 PM
you have to read the control - and then test the value. if you can simulate copy/paste, then you could use ClipGet() and StringLen() to test and branch accordingly.Thanks. I think my question should have been, (if possible) "how does autoit know if the Group Membership box is empty"? Or if ^a highlighted anything at all? Can autoit know if ^a has highlighted anything (true/false)?
If StringLen(ClipGet()) = 0 Then Skip
BTW, Obsolete does not mean nonfunctional. A slide rule still works... Most of us use other computing devices, however. A horse will still take you across the country. Most of us choose to fly or drive. WRT older O/S and applications, if they work great for you, great. But very few people (comparatively speaking) could help you learn how to use a slide rule, while many, many people can use a calculator or computer. So, if you have questions and need help, your chances of getting a response quickly improves when you are using current technologies.
#5
Posted 18 June 2006 - 10:24 AM
in V3 you can manipulate windows or directly controls like treeview/listview/...
So for your problem is really better to use Autoit V3.
#6
Posted 18 June 2006 - 10:35 AM
Got your coffee yet ZednaIn V2 you can manipulate only windows,
in V3 you can manipulate windows or directly controls like treeview/listview/...
So for your problem is really better to use Autoit V3.
Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
#7
Posted 18 June 2006 - 10:42 AM
Got your coffee yet Zedna
, nevermind the fact that the post is 4 months old, if you searched his name you would see, he made the switch
http://www.autoitscript.com/forum/index.ph...533;entry169002
@SmOke_N
I know it's very old
Because I'm still sometimes using also V2 along with main V3 Autoit,
I was looking for some "V2 exercise" in this V2 support forum,
where I could help somebody with something in V2...
#8
Posted 19 June 2006 - 10:01 AM
Really?@SmOke_N
I know it's very oldbut you never know ...
Because I'm still sometimes using also V2 along with main V3 Autoit,
I was looking for some "V2 exercise" in this V2 support forum,
where I could help somebody with something in V2...
I'm curious on why you would do that, is there functionality in V2 that V3 doesn't have that can't be recreated in V3?
I've never played with V2 so this is a serious question.
Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
#9
Posted 19 June 2006 - 10:08 AM
Really?
I'm curious on why you would do that, is there functionality in V2 that V3 doesn't have that can't be recreated in V3?
I've never played with V2 so this is a serious question.
Reasons for use V2 sometimes:
1) EXE size is about 45 KB (instead of 200 KB in V3)
2) in trivial scripts like Run, WinWait, Send is syntax very similar
3) some of my friends knows only V2
Have fun with Autoit V2 and V3
#10
Posted 20 June 2006 - 05:31 PM
Switch now if you don't to now!
i542
#11
Posted 20 June 2006 - 07:38 PM
What a... Someone is still on that forum? I thinked evryone switched to AutoIt3.
Switch now if you don't to now!
i542
I aqree.
Only rarely is preferable to use V2, V3 is mainstream and very good
#12
Posted 21 June 2006 - 05:11 PM
i542
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users





