Jump to content

ISN AutoIt Studio [old thread]


ISI360
 Share

Recommended Posts

The contents of the file look fine in notepad.  I moved the entire folder to my C: drive, and it seems to open fine now.  Odd.  Not sure why it would not like tabs on a network drive.  I have full domain admin permissions on the drive.  May have just been a fluke.

Any thoughts on the missing navigation when browsing for an icon?

Link to comment
Share on other sites

Link to comment
Share on other sites

you don´t need this! (you mean generate the code with event mode, right?)

This button makes ONLY a runnable version of your GUI. But an .isf file can even more:

As you can see in the testproject (if you don´t have it -> Settings -> Advanced -> Extract testproject) you can include your .isf GUI right in your script!

Open an .isf file with notepad to see what´s happening: In an is file is the raw autoit code of your GUI! (But without loops/includes or other things)

So you include it and can do what you want with it (in gui event or oneventmode mode).

The best of this methode is: when you want to edit your GUI..just open the .isf...edit it...save and done! No code editing...no copy/paste things in your script!

See the testproject for example! ;)

Edited by ISI360
Link to comment
Share on other sites

you don´t need this! (you mean generate the code with event mode, right?)

This button makes ONLY a runnable version of your GUI. But an .isf file can even more:

As you can see in the testproject (if you don´t have it -> Settings -> Advanced -> Extract testproject) you can include your .isf GUI right in your script!

Open an .isf file with notepad to see what´s happening: In an is file is the raw autoit code of your GUI! (But without loops/includes or other things)

So you include it and can do what you want with it (in gui event or oneventmode mode).

The best of this methode is: when you want to edit your GUI..just open the .isf...edit it...save and done! No code editing...no copy/paste things in your script!

See the testproject for example! ;)

sorry didn't looked at the test file because well yeah xD

maybe that's something to check out :) thought it was weird that u need to save the gui files while i only use it for design and weird u could add functions xd makes sense now.

well thanks for this awesome reply ^^

Link to comment
Share on other sites

sorry that i reply again but might have found a bug.

Problem is i made a function to open a new gui and close the existing one but when i assign the function to that button nothing happen and when i then add the function close to Exit the script it does go to the gui i want it to go xD

kinda strange still works tho just not as it meant to be i guess.

Link to comment
Share on other sites

Hi people!

Version 0.95 BETA is now online !

You can also check the new forum for the ISN: http://www.isnetwork.at/forum
-> If no competition to autoit.de or autoitscript.com / forum or so ... but the one thread is already way too confusing !

So have fun with the update. ( Feedback is welcome ;) )

Changes Version 0.95 BETA : (translated by google)

-> AutoIt ISN Studio: <-
-----------------------------------
- Fix: Fixed bug in " Compiling file " macro in conjunction with network drives
- Fix : Includes with are " or " be declared now displayed correctly in the script tree
- Fix: Fixed a bug in the code folding
- Fix: Sometimes the complete code has been highlighted in the Script Editor . This should be fixed now !
- Fix: Changes to the new domain ( More info below ... ) . Also, the automatic update and the bug tracker now works again as usual !
- Bugfix : Various bug fixes
- NEW : Danish language update ( thx to Rex )
- NEW: New Credit song
- NEW: In the editor mode a shortcut to My Documents is now available
- NEW : In project mode can now all " ISN AutoIt Studio Projects" will be displayed in the project tree ( needs to be in the program settings ( enabled under General) )
- NEW: The toolbar of ISN AutoIt studio is now in the program settings ( Appearance -> Toolbar ) can be configured as desired !
- NEW: In a project, an extensive change log can now be performed . > Change logs enable the function - this must only project. You'll then be asked if something was changed at each close of the project. If so can you summarize in your text changes . From the stored change logs can also be quickly and easily create a comprehensive report that you can make your own ! ( How it should look like and what should be in it) So you can eg. Changelog can generate a report for a specific release ! ;)
- NEW: The bugtracker of the window can be enlarged at
- NEW: Custom Functions (UDFs ) are now displayed in the AutoComplete list ( currently only from geöfnetem script! )
- NEW: The program settings from ISN AutoIt Studio can now be exported to an ini or imported. ! ( It's under General - > Advanced)
- NEW: In the program settings under "Display" you can now choose whether the ISN is to start always on primary monitor
- NEW: added some help
- NEW: The plugin system has been completely renewed. Plugins no longer communicate on the window title of the special mailbox UDF . This all now runs faster and is less error prone. Furthermore, available in isnautoitstudio_plugin.au3 new features . Thus, from a Plugin as good as anything can be checked or changed in the ISN ( eg. Hole variable from the ISN to the plugin , or Start function in the ISN , etc.). Furthermore Plugins are now NOT refer only to more special file types can also be on the "Tools " menu or the toolbar open " without a file " ! In addition, you need to deliver as . Exe your plugin no longer mandatory . It is now also easy . Au3 files are used (see help). It's best to invite you the ' demo plugin " from my homepage ( Downloads - > Plugins ) Download and test yourself how powerful plugins can now be !
More information about the new plugin system can be found in the Help under " Plugin SDK " !
IMPORTANT: Ancient third-party plugins will NOT work and must be updated !
- NEW: Some new hotkeys
- NEW: There is now a separate forum for the ISN AutoIt Studio: http://www.isnetwork.at/forum ( This is also about the help - to be attained > Forum )
- NEW: About the script tree , there is now a small " settings " button. There, among other things, can also be a filter for the script tree can be created by unwanted entries ( eg. $ x ) hide .


-> ISN form Studio 2 : <-
-----------------------------------
- Bugfix : Various bug fixes
- Fix: adapting to the new plugin system
- Fix: The Mark by wind a frame with the mouse now works a little smoother . Move the unwanted Controls is now impossible.
- Fix: When a tab is locked can now no more pages are created / deleted
- NEW : You can now also COM objects are created in the GUI
- NEW: For icons and images is now " Change Picture " option available via right click


-> Simple File Viewer : <-
-----------------------------------
- Bugfix : Various bug fixes
- Fix: adapting to the new plugin system


-> Homepage ( http://www.isnetwork.at ) : <-
-----------------------------------
- NEW: The website is now to be attained under the new domain http://www.isnetwork.at !
- IMPORTANT : It may be that the automatic update does not work correctly through the ISN AutoIt studio by the domain change ! Charging you know of my website ( www.isnetwork.at ) the latest version and update manually ( also install / copy). Then the Automatic Update should run again !
- NEW: There is now a separate forum for the ISN AutoIt studio which is to be attained under http://www.isnetwork/forum !

Link to comment
Share on other sites

OK im not really sure what you meaning...but tomorrow i release the next update (0.95).

If the Problem still exists please send me your Project via E-Mail (isi.3d@gmx.at) so i can test it.

PS: You can easily Export you porject in the Project Manager. (Export as an .isp file)

thanks

Updating the new version right as i write. so let u know in mail if the problem still exists.

Link to comment
Share on other sites

-> ISN form Studio 2 : <-

-----------------------------------

- NEW: For icons and images is now " Change Picture " option available via right click

Both the right-click -> "Change Picture" and the "..." button take you to a "Choose file" window that has no navigation controls.  You cannot browse to an image file.  You only get an empty box with "OK" and "Cancel" buttons.

The rest of it all looks great!  An otherwise great application. 

Link to comment
Share on other sites

Hi people!

Version 0.95 BETA is now online !

You can also check the new forum for the ISN: http://www.isnetwork.at/forum

-> If no competition to autoit.de or autoitscript.com / forum or so ... but the one thread is already way too confusing !

So have fun with the update. ( Feedback is welcome ;) )

 

Danish lang updated to .95 :)

In str959 the word "Protocol" ? shouldn't it be "project"?

Really like the change log function with report generation :) Just what i needed to get better structure for my changes. ;)

On wish list for next update, is an option to enable version control when creating a new project - And maybe an option to always use version logging, in main settings.

Cheers

c;") /Rex

Edit: Reupdatede language file ("Protocol" but should be Project)

c;") /Rex

ISN Autoit Studio(Danish v0.95 Beta).rar

Edited by Rex
Link to comment
Share on other sites

Hi ISI :)

Okay ill update the danish language file accordantly, and reuploade it tonight ;)

How about my sug. with the option to enable logging at start of new project, and maybe an always enabled option?

A Q. I haven't had the time to look further into the time recording of the project log, but as I understands it's only shows time in ms and not in H:M:S? or did I miss it?

Cheers

c;") /Rex

Link to comment
Share on other sites

Thanks ;)

Oh sorry i forgot to answer this question :P
Yeah its possible...already with 0.95. Just open the default project template (or edit your own one), and enable the project logging. Now if you create a new project the logging is automaticly enabled ;) ;)

You can define anything you want in the template for example macros or files.

Maybe it helps you ;)

And about time...it records the time in ms..thats right, but in the manager (or the report) you should see it in h:m:s.

Link to comment
Share on other sites

Thanks ;)

Oh sorry i forgot to answer this question :P

Yeah its possible...already with 0.95. Just open the default project template (or edit your own one), and enable the project logging. Now if you create a new project the logging is automaticly enabled ;) ;)

You can define anything you want in the template for example macros or files.

Maybe it helps you ;)

And about time...it records the time in ms..thats right, but in the manager (or the report) you should see it in h:m:s.

Hi ISI

Ahh okay yes that helps, but what if you create an empty project (no template) is the logging still on then?

Was trying to add a checkbox to "create new project" gui to allow logging for that new project, but your code is way to complex for me to edit :( I'm still at beginner level regarding AutoIT  :P , and it didn't help me that the German language isn't what i do best ;), haven't used it sins I was sailing back in the good old days, and that was mostly spoken, not reading (zwei bier mehr danke) :D .

Cheers

c;") /Rex

Link to comment
Share on other sites

 haven't used it sins I was sailing back in the good old days, and that was mostly spoken, not reading (zwei bier mehr danke) :D .

 

:D :D :D

And yes you are right...if you create a empty project...the loggins is disabled for default.

But it´s an good idea to simply add a checkbox which enabled the logging in the project. I will include it in the next update ;)

Link to comment
Share on other sites

  • Jos locked this topic
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...