Jump to content

Recommended Posts

Posted (edited)

Oh yes, I ignore those because I like declaring consts within if and switch cases.  AutoIt3 doesn't complain but Au3Check does.

Edit: Actually, I did miss two of those.  Thanks for pointing that out.

Edited by jaberwacky
Posted
  On 2/23/2015 at 10:40 AM, jaberwacky said:

Oh yes, I ignore those because I like declaring consts within if and switch cases.  AutoIt3 doesn't complain but Au3Check does.

Edit: Actually, I did miss two of those.  Thanks for pointing that out.

Compile (x86) working!

Regards,
 

Posted

What exciting adventures await you when you download GuiBuilderNxt?

Join us in our mad tale of a young man enduring the trials of script development.

>Tune in for the latest installment in the ongoing tale of sadness and ephemeral, fleeting joy.

Posted

When copy and paste some controls 

eg. Button

then Name is changed with Incrementation but the Text/Caption does not change

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted (edited)

I was wondering what to do about that.  Technically, if a control is copied then I wonder the text should be copied too?  Or no?

Name is what will be used to make the variable name for code generation.

Edited by jaberwacky
Posted (edited)

EDIT: Drag Move Mouse and select multiple controls.

Now they are selected.

Try to drag selected controls, if you still hung them up then you can still drag them.

But when you drop down selected controls then selections disappears.

EDIT: Typo and wording

Edited by mlipok

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 2/24/2015 at 4:45 AM, jaberwacky said:

I was wondering what to do about that.  Technically, if a control is copied then I wonder the text should be copied too?  Or no?

Name is what will be used to make the variable name for code generation.

Text should change in the same way like name, of course only when new controls is created.

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 2/24/2015 at 4:54 AM, jaberwacky said:

So, basically, it isn't useful to copy the controls text too?  So if I had a button with the text, "My Awesome Button".  Then if I copied that control, it should then have the text "Button2"?

"My Awesome Button2"

"My Awesome Button3"

......

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 2/24/2015 at 4:47 AM, mlipok said:

EDIT: Drag Move Mouse and select multiple controls.

Now they are selected.

Try to drag selected controls, if you still hung them up then you can still drag them.

But when you drop down selected controls then selections disappears.

EDIT: Typo and wording

 

  On 2/24/2015 at 4:55 AM, jaberwacky said:

Drop down selected controls?

 

Just select few buttons.

Move them all.

When you release the mouse button, the selection disappears.

Selection should be active until you click outside the selected region .

Signature beginning:
Please remember: "AutoIt"..... *  Wondering who uses AutoIt and what it can be used for ? * Forum Rules *
ADO.au3 UDF * POP3.au3 UDF * XML.au3 UDF * IE on Windows 11 * How to ask ChatGPT for AutoIt Codefor other useful stuff click the following button:

  Reveal hidden contents

Signature last update: 2023-04-24

Posted
  On 2/24/2015 at 4:54 AM, jaberwacky said:

So, basically, it isn't useful to copy the controls text too?  So if I had a button with the text, "My Awesome Button".  Then if I copied that control, it should then have the text "Button2"?

No, I believe it should show "My Awesome Button" as well, just the handle ($variable name) for the button should be incremented.

When you copy, it should be copied.

Still, you could make an option to do otherwise if a user preferred ... personally i wouldn't bother.

Make sure brain is in gear before opening mouth!
Remember, what is not said, can be just as important as what is said.

  Reveal hidden contents

I may have the Artistic Liesense ;) to disagree with you. TheSaint's Toolbox (be advised many downloads are not working due to ISP screwup with my storage)

userbar.png

Posted
  On 2/24/2015 at 2:53 PM, TheSaint said:

No, I believe it should show "My Awesome Button" as well, just the handle ($variable name) for the button should be incremented.

When you copy, it should be copied.

Still, you could make an option to do otherwise if a user preferred ... personally i wouldn't bother.

I agree completely.

Posted
  On 2/24/2015 at 3:28 PM, Andreik said:

I get this message after I changed the main text and I focus the next control.

I'll look into it.  Thanks for trying the script!  What version of Windows is that btw?

Posted (edited)

  Quote

 

>"C:\Program Files (x86)\AutoIt3\SciTE\AutoIt3Wrapper\AutoIt3Wrapper.exe" /run /prod /ErrorStdOut /in "C:UsersIonutDesktopGUIBuilderNxtGuiBuilderNxt.au3" /UserParams    

+>00:55:48 Starting AutoIt3Wrapper v.14.801.2025.0 SciTE v.3.4.4.0   Keyboard:00000809  OS:WIN_81/  CPU:X64 OS:X64    Environment(Language:0809)

+>         SciTEDir => C:Program Files (x86)AutoIt3SciTE   UserDir => C:UsersIonutAppDataLocalAutoIt v3SciTEAutoIt3Wrapper   SCITE_USERHOME => C:UsersIonutAppDataLocalAutoIt v3SciTE

>Running:(3.3.13.19):C:\Program Files (x86)\AutoIt3\Beta\autoit3.exe "C:UsersIonutDesktopGUIBuilderNxtGuiBuilderNxt.au3"    

--> Press Ctrl+Alt+Break to Restart or Ctrl+Break to Stop

"C:UsersIonutDesktopGUIBuilderNxtGuiBuilderNxt.au3" (1157) : ==> Variable must be of type "Object".:

$mControls.Selected1.Text = $new_text

$mControls.Selected1^ ERROR

->00:55:52 AutoIt3.exe ended.rc:1

+>00:55:52 AutoIt3Wrapper Finished.

>Exit code: 1    Time: 4.706

 

Edited by Andreik

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...