AutoHotkey Community

It is currently May 26th, 2012, 3:41 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 816 posts ]  Go to page Previous  1 ... 37, 38, 39, 40, 41, 42, 43 ... 55  Next
Author Message
 Post subject: newbie ?
PostPosted: November 23rd, 2008, 12:56 pm 
Offline

Joined: November 22nd, 2008, 11:28 am
Posts: 3
Hi Rajat :D ,

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 :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 27th, 2009, 9:55 am 
Offline

Joined: November 27th, 2008, 10:15 am
Posts: 16
Location: Johannesburg, South Africa
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.


Report this post
Top
 Profile  
Reply with quote  
PostPosted: March 4th, 2009, 1:46 pm 
Offline

Joined: March 25th, 2008, 8:46 pm
Posts: 38
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

Image
x40 y50


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2009, 11:06 am 
Offline

Joined: July 15th, 2007, 1:43 am
Posts: 1320
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. >_>


Report this post
Top
 Profile  
Reply with quote  
 Post subject: sdggh
PostPosted: March 20th, 2009, 1:31 pm 
:lol:


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 20th, 2009, 3:41 pm 
Offline

Joined: October 17th, 2006, 4:15 pm
Posts: 7502
Location: Australia
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.).


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 15th, 2009, 6:41 pm 
Offline

Joined: March 25th, 2008, 8:46 pm
Posts: 38
Great response
Thanks


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 15th, 2009, 10:04 am 
Отличная работа!! 8)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: May 15th, 2009, 1:15 pm 
Offline

Joined: December 17th, 2007, 6:39 pm
Posts: 235
Location: Galati, Romania
благодарю


Report this post
Top
 Profile  
Reply with quote  
PostPosted: May 21st, 2009, 12:13 pm 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
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!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2009, 4:06 pm 
Offline

Joined: March 2nd, 2009, 4:48 pm
Posts: 14
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! :D


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 17th, 2009, 5:09 am 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
Just a heads up: v4.2 is now available for download here. A few fixes as well as enhancements and hopefully no extra bugs. :oops:
• 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 :oops: ) 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. :? 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. :oops:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 5th, 2009, 9:31 am 
Offline

Joined: July 22nd, 2007, 3:18 pm
Posts: 86
Preview of the font is not showing in font selection dialog box... I don't knw if this is happening only on my pc...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 5th, 2009, 2:24 pm 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
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. :(


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 5th, 2009, 7:52 pm 
Offline

Joined: July 22nd, 2007, 3:18 pm
Posts: 86
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:


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 816 posts ]  Go to page Previous  1 ... 37, 38, 39, 40, 41, 42, 43 ... 55  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Yahoo [Bot] and 14 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group