Jump to content

Recommended Posts

Posted (edited)

@philpw99 

; ... Other AutoIt code lines

; include the gui code
Include "myGui.isf"

; run the main declaration function then get a map variable, which contains all control handles.
$mMyGUI = mygui()

; Manipulate the controls
GUICtrlSetData( $mMyGUI.MyTextCtrl, "Text for my edit")
GUICtrlSetData( $mMyGUI.MyList, "item1|item2|item3")

; Show the GUI by using gui handle.
GuiSetState($mMyGUI.handle)

How did you do that? The function mygui() ist not part of the automatic gernerated code or did i miss something? 

I created a form project and included testform.isf and i have not been able to call the testform() function.

Regard

Sascha

 

 

Edited by Sascha
Posted

I'm a Korean.
Korean language is lost in logs and console windows.
Korean is also broken in au3 files.
I can't even comment

The tools are great.
But my Korean is broken, so I can't use it.

 

Posted
  On 8/22/2023 at 12:17 PM, Sascha said:

@philpw99 

; ... Other AutoIt code lines

; include the gui code
Include "myGui.isf"

; run the main declaration function then get a map variable, which contains all control handles.
$mMyGUI = mygui()

; Manipulate the controls
GUICtrlSetData( $mMyGUI.MyTextCtrl, "Text for my edit")
GUICtrlSetData( $mMyGUI.MyList, "item1|item2|item3")

; Show the GUI by using gui handle.
GuiSetState($mMyGUI.handle)

How did you do that? The function mygui() ist not part of the automatic gernerated code or did i miss something? 

I created a form project and included testform.isf and i have not been able to call the testform() function.

Regard

Sascha

 

 

Expand  

You need to switch to "Return the gui in a map"-mode in the Formstudio. (ItΒ΄s in the GUI Settings -> AutoIt Code Settings)
You can also check the Testproject 4 on my website, itΒ΄s all about that new feature.

Posted
  On 8/26/2023 at 4:14 PM, ISI360 said:

You need to switch to "Return the gui in a map"-mode in the Formstudio. (ItΒ΄s in the GUI Settings -> AutoIt Code Settings)
You can also check the Testproject 4 on my website, itΒ΄s all about that new feature.

Expand  

@ISI360

Thank you. Now  it works. Nice job.

Regards

Sascha

 

  • 8 months later...
Posted

Hi folks

ItΒ΄s update time again! ISN AutoIt Studio version 1.16 is now online!

Have fun with it, and as always: Feedback is welcome! 😎


Here the detailed changelog (translated by google):

  Reveal hidden contents

 

Posted

Built-in update feature for ISN Autoit studio not working.  I click "check for updates" in the main menu, the application detects there is a more up-to-date version available, the program exits to "apply the update," and I am immediately met with this:

 

4PYLRtK.png

Process terminates, and re-launching ISN autoit studio shows that update has not been installed.  Just a heads up.

Posted (edited)

I just started testing this out, and can't seem to find an option to import an au3 file or copy pasting code to generate the UI in the .isf file, similar to how it would work in other GUI creators like Koda.

Edited by JonJablonowski

I'm new to all this so excuse my beginner questions πŸ˜•

Posted
  On 5/10/2024 at 7:02 PM, MattHiggs said:

Built-in update feature for ISN Autoit studio not working.  I click "check for updates" in the main menu, the application detects there is a more up-to-date version available, the program exits to "apply the update," and I am immediately met with this:

Expand  

If the included updates does not work, just download the latest version from my website (installer) and overwrite your installation. And donΒ΄t worry..none of your user data or ISN settings will be touched at this process.

Posted
  On 5/16/2024 at 3:13 PM, JonJablonowski said:

I just started testing this out, and can't seem to find an option to import an au3 file or copy pasting code to generate the UI in the .isf file, similar to how it would work in other GUI creators like Koda.

Expand  

The ISN does not (exacly) work like that. In the ISN you create .isf files. These files are oppened with the integrated form designer (isn form studio 2). Here you design your GUI and save it back to the ISF. The nice part about: .isf files contains the raw autoit Code of your gui..so you dont ned to "generate autoit code" from your gui and past it in your script, like in koda. You simply can include the .isf file in your script and thatΒ΄s it.

See the demo projects on my website for some examples.
And note: There is a Koda to .isf Converter plugin on my Website, if needed.

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