AutoHotkey Community

It is currently May 26th, 2012, 1:19 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 816 posts ]  Go to page Previous  1 ... 22, 23, 24, 25, 26, 27, 28 ... 55  Next
Author Message
 Post subject:
PostPosted: February 26th, 2005, 9:44 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
jonny wrote:
I've never had problems understanding it even after I haven't looked at it for a long time. I understand that this is a problem for many people, though.


atleast for SGUI i don't have problem of not understanding what's going on at a particular place... by the maintenance problem i meant the extent of (undesired) effects of a small change, because most of the functions are connected and one variable is used at so many places.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 26th, 2005, 9:48 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
NEWS : The Win9x version is now open source. Get the source from main download page. I've lost the commented code so the originally commented lines show up blank in the code made available.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 26th, 2005, 11:25 pm 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2542
Thanks again Rajat :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 2nd, 2005, 4:30 am 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
Rajat

Quote:
NEWS : The Win9x version is now open source. Get the source from main download page. I've lost the commented code so the originally commented lines show up blank in the code made available.


where is the source Rajat on the ahk main download page ?
cant find it :roll:

thanks

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 2nd, 2005, 4:48 am 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
He didn't mean the main download site... SGUI has its own! 8)

[link]


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 2nd, 2005, 4:57 am 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
thanks jonny i did not no there was SGUI site i always download from ahk site thanks again :lol:

ps.jonny what happin to your whatnot lol

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 2nd, 2005, 6:16 am 
Offline

Joined: November 13th, 2004, 4:08 am
Posts: 2951
Location: Minnesota
I decided to ditch the distracting graphic sigs for a text one. It'll change every couple of weeks, Rajat-style.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: April 13th, 2005, 9:33 pm 
Rajat, I've been tinkering around on a 9x machine. Would you please post the grid.gif used for smartgui9x, or the dimensions of the gif?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: April 13th, 2005, 10:24 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
olaf wrote:
Rajat, I've been tinkering around on a 9x machine. Would you please post the grid.gif used for smartgui9x, or the dimensions of the gif?

here you can d/l some grids. (link also added to main post)

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2005, 12:57 am 
Offline

Joined: February 24th, 2005, 8:45 am
Posts: 278
I dont know if this has been reported already... so if it has .. i m sorry... the thing is that when i click on CHANGE FONT... and the window appears.. so if i've already copied the name of the font i want to change.. and just RIGHT CLICk on the Edit Box of FONT Name (or any other edit) the PASTE button seems not to work.. and the Menu doesnt disappear until i close Smart Gui Creater

i've SGUI 3.4


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 20th, 2005, 10:13 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Fix : rt. click tray icon to close the stuck menu.

Explanation : Its probably because of rt. click being a hotkey and script halting when that menu appears.

Thanx!

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 28th, 2005, 4:14 am 
Offline

Joined: July 22nd, 2004, 6:33 am
Posts: 193
Location: cedar city UT
Hi Rajat
i just got back on xp and download smartgui for xp and i wanted to come by and say that it looks so good and works great and to thank you for all the work you put into smartgui.
Michael

_________________
^sleepy^


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: May 29th, 2005, 1:38 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Thanx Michael! :)
and i hate that i can't support win9x anymore.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 6th, 2005, 1:50 pm 
Hello Rajat,

thanks for your SmartGUI program. I really like it. I've got one idea about it, and wonder if it would be possible.
It's about the positioning of the controls in SmartGui. It generates fixed controls with x and y coordinates. My wish would be relative positioned controls with the help of xm, ym, xp, yp, xs, ys, ...

Till now making a Gui means for me:
  • Using SmartGui to generate a first layout of the Gui
  • Edit the script and change the fixed position to relative position line by line


It would be great, when SmartGui would generate Gui's with relative positioned controls. That would save me a lot of work. :)

What about some flags for every controls to choose from, like ( border = xm, section = xs, previous = xp) Just a first thought.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 6th, 2005, 3:08 pm 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
@AGU
its a li'l unlikely that relative positioning might be supported anytime soon... sgui is all centred around exact positioning.
but Chris has enabled a nice system of relative positioning that ought to be enough for all needs.
still, thanx for the feedback.

_________________
Image


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 ... 22, 23, 24, 25, 26, 27, 28 ... 55  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: maraskan_user and 18 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