Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

:: SmartGUI Creator ::


  • Please log in to reply
850 replies to this topic
Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
Titan, the non-comenting is secondary. i mentioned that i've not really decided about realeasing the source... but then, i'm quite intuitive so don't blame me if i release it tomorrow!

by the way if u need some specific coding assistance, maybe u can PM me... or ask in support section to get help from others too.

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
did a little change:
if the help is shown from menu, it was always on top..now fixed.

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


polyethene
  • Members
  • 5519 posts
  • Last active: May 17 2015 06:39 AM
  • Joined: 26 Oct 2012
Well now you mentioned it, I wanted to know the code of the About box in that program of yours (when you click the first option on the middle-mouse button list).

autohotkey.com/net Site Manager

 

Contact me by email (polyethene at autohotkey.net) or message tidbit


Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
oh that!... its just ControlSetText in a loop

Release = 2.1
relcount = 0
Loop
{
	relcount += 0.1
	ControlSetText, Static2, Release %relcount%, About SmartGUI Creator
	IfEqual, relcount, %release%, break
	sleep, 75
}

its just a matter of being creative!

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Jon
  • Members
  • 349 posts
  • Last active: Aug 30 2011 08:35 PM
  • Joined: 28 Apr 2004
Hi Rajat, Thanks for the changes you've made so far. When I tried to save a script with the latest version I got an error. Also, when you move a group of selected items, you've got to keep ticking and unticking check boxes. I think I prefered having the arrow buttons.

Thanks, Jon

Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004

When I tried to save a script with the latest version I got an error.

this doesn't help much Jon... u'll have to be descriptive. also try doing that process again and see if the error repeats.

I think I prefered having the arrow buttons.

if a couple more ppl think so, then maybe i'll put those back.

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Jon
  • Members
  • 349 posts
  • Last active: Aug 30 2011 08:35 PM
  • Joined: 28 Apr 2004
sorry...

Posted Image

I get that whenever I save a script. I've just realised that it only happens when I don't specify the .ahk extension when saving it.

Jon
  • Members
  • 349 posts
  • Last active: Aug 30 2011 08:35 PM
  • Joined: 28 Apr 2004

I think I prefered having the arrow buttons.

if a couple more ppl think so, then maybe i'll put those back.


it's more having to untick the boxes. For example if I want to move a selected group up then I need to click the top box and click move. If I then want to move down I need to untick the top bock, click the bottom box and click move.

Would it be possible to make it so that only one box can be ticked at a time. So that when I click to move up and then click to move down the up check box is automatically unticked.

Chris
  • Administrators
  • 10727 posts
  • Last active:
  • Joined: 02 Mar 2004
In case it winds up being needed for anything, the Run command now supports a UseErrorLevel parameter to prevent error dialogs. Example:
Run, %something%, , UseErrorLevel

if ErrorLevel = ERROR

     MsgBox There was a problem.


Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
Jon,
i'll fix that in next release..thanx.
in the meantime, do give .ahk extension while saving.

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
If somebody else also feels that the earlier Move Group controls were better then let me know. Also it'd help if somebody can give me Release 2.0 (i've not saved the earlier code, and this'll save me some coding time).

UseErrorLevel

this is a nice addition Chris... should help! :)

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


beardboy
  • Members
  • 443 posts
  • Last active: May 27 2017 08:41 AM
  • Joined: 02 Mar 2004

Also it'd help if somebody can give me Release 2.0 (i've not saved the earlier code, and this'll save me some coding time).

<!-- m -->http://24.10.181.209/smartgui.zip<!-- m -->

thanks,
beardboy

Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
Thanks beardboy!

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Rajat
  • Members
  • 1904 posts
  • Last active: Jul 17 2015 07:45 AM
  • Joined: 28 Mar 2004
Chris / beardboy / others... if u've used the move group option in 2.0 and 2.1 then what do you feel... which one's better? .. i still feel the change in 2.1 is an improvement.

(sorry. spelt beardboy wrongly)

MIA

CleanNews.in : Bite sized latest news headlines from India with zero bloat


Chris
  • Administrators
  • 10727 posts
  • Last active:
  • Joined: 02 Mar 2004
I haven't used that feature yet, so I'll leave it up to you and the rest to decide.