Jump to content

Recommended Posts

Posted

Is it possible to make a group that will act as if the group was never made? I want the "frame" created, but without the functionality of it.

INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Posted (edited)

maybe try this at the bottom of the creation of the GUI

GUICtrlCreateGroup ("",-99,-99,1,1) ;close group

8)

That didn't work for me. I've decided to go another route though that may do the same thing for me, sorry. Edited by strate
INI TreeViewA bus station is where a bus stops, a train station is where a train stops. Onmy desk I have a work station...
Posted

That didn't work for me. I've decided to go another route though that may do the same thing for me, sorry.

do you maybe want to post your 'other route' so that others may find help in your solution...
  • Moderators
Posted

do you maybe want to post your 'other route' so that others may find help in your solution...

Oh c'mon man, guessing is half the fun!! :lmao:

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.

Posted

Not sure how to explain it, give me a little

well if you have a working script, posting the code would probably be enough without an explanation... and don't mind smoke, he means well...

If BitAnd($Smoke,$Sleepy) Then $Smoke = "Jackass"
If $EnergyDrinkCount >= 2 Then CameronsDad = "Jackass"
  • Moderators
Posted

well if you have a working script, posting the code would probably be enough without an explanation... and don't mind smoke, he means well...

If BitAnd($Smoke,$Sleepy) Then $Smoke = "Jackass"
If $EnergyDrinkCount >= 2 Then CameronsDad = "Jackass"
You forgot a '$' for CameronsDad :lmao:

If $Smoke = 'Jackass' And $CameronsDad = 'Jackass' Then $Response = "Don't Mind Us!"

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.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...