AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

:: SmartGUI Creator ::
Goto page Previous  1, 2, 3 ... 39, 40, 41, 42  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
ispy



Joined: 22 Nov 2008
Posts: 3

PostPosted: Sun Nov 23, 2008 12:56 pm    Post subject: newbie ? Reply with quote

Hi Rajat Very Happy ,

Many thanks 1st of all for Smartgui creator!

However I am having difficulty (because I'm new to it) in undoing some of the selections I have made. I notice there is no facility to draw lines or change colours or draw circles etc to give a bit of eye-candy to the program window.

How do you undo selections made for editing or alteration please, I could not find a reference to it in the help file. I have used the group box to to draw a thin line as a workaround but am unable to change its colour.

Regards & Respect,

ispy Very Happy
Back to top
View user's profile Send private message
Talismaniac



Joined: 27 Nov 2008
Posts: 17
Location: Johannesburg, South Africa

PostPosted: Fri Feb 27, 2009 9:55 am    Post subject: Reply with quote

Hey Rajat
Awesome! Really great, and easy to use too.

Wish list item: Idea click and drag anchors for the controls, so that we can resize more easily than the current "move" menu option.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
mitre



Joined: 25 Mar 2008
Posts: 35

PostPosted: Wed Mar 04, 2009 1:46 pm    Post subject: Gui helper information does not match Reply with quote

Gui helper information does not match the generated code. Why?
Code:
Gui, Add, CheckBox, x36 y20 w100 h30 , CheckBox
; Generated using SmartGUI Creator 4.0
Gui, Show, x131 y91 h377 w477, New GUI Window
Return

GuiClose:
ExitApp
x36 y20


x40 y50
Back to top
View user's profile Send private message
trik



Joined: 15 Jul 2007
Posts: 1318

PostPosted: Thu Mar 19, 2009 11:06 am    Post subject: Reply with quote

If you will notice the grid in the back, that is what I am guessing the GUI Helper is using. If I am correct, it too, is correct.
_________________
Religion is false. >_>
Back to top
View user's profile Send private message
sdf
Guest





PostPosted: Fri Mar 20, 2009 1:31 pm    Post subject: sdggh Reply with quote

Laughing
Back to top
Lexikos



Joined: 17 Oct 2006
Posts: 4465
Location: Qld, Australia

PostPosted: Fri Mar 20, 2009 3:41 pm    Post subject: Reply with quote

Connect the dots:
  • Gui uses client co-ordinates, which excludes the title bar and borders.
  • ControlGetPos and WinGetPos are typically used to determine the position and size of a control or window.
  • ControlGetPos and WinGetPos use window or screen co-ordinates.
  • x40y50 - x36y20 = x4y30.
  • The left border is roughly 4 pixels wide, and title bar roughly 30 pixels high (depends on visual style, etc.).
Back to top
View user's profile Send private message Visit poster's website
mitre



Joined: 25 Mar 2008
Posts: 35

PostPosted: Wed Apr 15, 2009 6:41 pm    Post subject: Reply with quote

Great response
Thanks
Back to top
View user's profile Send private message
dreamkin
Guest





PostPosted: Fri May 15, 2009 10:04 am    Post subject: Reply with quote

Отличная работа!! Cool
Back to top
Petru



Joined: 17 Dec 2007
Posts: 139
Location: Galati, Romania

PostPosted: Fri May 15, 2009 1:15 pm    Post subject: Reply with quote

благодарю
Back to top
View user's profile Send private message Yahoo Messenger
Drugwash



Joined: 08 Sep 2008
Posts: 608
Location: Ploiesti, RO

PostPosted: Thu May 21, 2009 12:13 pm    Post subject: Win9x-compatible version of SmartGuiXP 4 released! Reply with quote

As a Win9x user, I'm trying hard to get some of the scripts posted around to work on my system. No easier was with Rajat's SmartGuiXP which excluded me from the user base right off the bat.
But I'm pretty stubborn when I know stuff can be done with a little (or more) effort. So I got down to work and the result is a Win9x-friendly version: SmartGuiXP v4.1b

To be honest, I haven't had the chance of testing it on a Win2000+ machine, but hopefully it will still work as originally designed, on such systems, since I did my best to encapsulate changes in If A_OSType switches by means of a w9x variable.

After some testing, I did find few small issues (under my Win98SE system) where an object would stay invisible until the user clicks in the editor window or the editor would just disallow selecting an object from the toolbar. The latter gets fixed when temporarily switching between SmartGui's window and another open app window and then back.

In time, these issues may get fixed, when I manage to get back on this project (since I already got too much on my plate). However, considering the previous version 3 - which used to be the only Win9x-compatible AHK editor - is pretty poor in options and extremely annoying with disabling certain keys (such as Backspace) throughout the system, I think these minor annoyances can well be accepted by a Win9x user that needs the help of a good editor.

I hope my changes would not bother Rajat or anyone else at the "higher quarters" and maybe - at some point - this version could be posted on the main page (instead of or along with v3) and even distributed with other powerful scripts such as SciTE4AutoHotkey v2 - which is the reason I decided to post this version here, since I saw it has Win9x-specific settings but only the original version of SmartGuiXP embedded with it.

If at least one other user finds this version useful then I am happy. Please enjoy!
Back to top
View user's profile Send private message Yahoo Messenger
andi1235



Joined: 02 Mar 2009
Posts: 10

PostPosted: Tue Jun 16, 2009 4:06 pm    Post subject: Reply with quote

Just wanted to say a quick thank you! I'm a totally untrained newbie programmer and am just starting to play with AHK, so this should be a huge help for my latest project! Very Happy
Back to top
View user's profile Send private message
Drugwash



Joined: 08 Sep 2008
Posts: 608
Location: Ploiesti, RO

PostPosted: Wed Jun 17, 2009 5:09 am    Post subject: Reply with quote

Just a heads up: v4.2 is now available for download here. A few fixes as well as enhancements and hopefully no extra bugs. Embarassed
• Font picker now shows a proper font selection dialog
• Custom option dialog is now a different beast: allows more options at once, both + and - at the same time
• helper/utility dialogs are now skinned (GUI helper still needs a retouch though)
• Ability to save to ini: Ask GUI count, Ask GUI label, Microediting options

[EDIT] File has been updated by adding compiled exe (forgot to pack it previously Embarassed ) and the original exe + sources.
[/EDIT]

I'm wondering why a couple of IniRead/IniWrites (in the control positioning routine) would screw up my mouse functions so that toolbar buttons can't be clicked anymore. Confused Hopefully I'll get to the bottom of this.

Enjoy! Wink

Later edit: Oh well, after longer testing I did find a few bugs in the saved script, namely duplicated font and custom options. Will try to iron them out when possible. In the mean time, please check the output script manually and remove any duplicate options. Sorry for the inconvenience. Embarassed
Back to top
View user's profile Send private message Yahoo Messenger
m0h4n



Joined: 22 Jul 2007
Posts: 85

PostPosted: Sun Jul 05, 2009 9:31 am    Post subject: Reply with quote

Preview of the font is not showing in font selection dialog box... I don't knw if this is happening only on my pc...
Back to top
View user's profile Send private message Yahoo Messenger
Drugwash



Joined: 08 Sep 2008
Posts: 608
Location: Ploiesti, RO

PostPosted: Sun Jul 05, 2009 2:24 pm    Post subject: Reply with quote

Is everything else working properly in the font selection dialog? Does the font name/type/size get properly selected and applied?

What is your operating system type and version (i.e. XP-SP3, English or Vista, Chinese) ? I've tested the modded script mostly in Win98SE and briefly in XP-SP2 (English version, both) and appeared to work fine in that regard. Unfortunately I do not have access to Vista/7 for tests. Sad
Back to top
View user's profile Send private message Yahoo Messenger
m0h4n



Joined: 22 Jul 2007
Posts: 85

PostPosted: Sun Jul 05, 2009 7:52 pm    Post subject: Reply with quote

I'm sorry it was my mistake... the preview appears when i select the font size. I only checked it by selecting different fonts....

Sorry again... Wink
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Goto page Previous  1, 2, 3 ... 39, 40, 41, 42  Next
Page 40 of 42

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group