AutoHotkey Community

It is currently May 27th, 2012, 12:59 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 816 posts ]  Go to page Previous  1 ... 44, 45, 46, 47, 48, 49, 50 ... 55  Next
Author Message
 Post subject:
PostPosted: November 2nd, 2011, 2:44 pm 
thanks


Report this post
Top
  
Reply with quote  
 Post subject: thumbs up
PostPosted: December 31st, 2011, 11:12 pm 
thumbs up... keep it updated. blessings


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 29th, 2012, 6:19 pm 
Offline

Joined: February 29th, 2012, 6:12 pm
Posts: 1
Hi DW,

Can you point to the most recent versions of the binaries and/or source? The most recent source I have makes a reference to an absolute folder e:\dos\batch folder, containing some external library.

Even if only the executable is available, that's fine. Just looking for the most recent version. The links

http://www.autohotkey.net/~Drugwash/Sma ... P432515.7z

and

http://www.autohotkey.net/~Drugwash/Sma ... 432515.exe

are nil.


Drugwash wrote:
Noman(1) wrote:
Also that last links are not working aswell
Yes, I know. My intention was to quickly fix a few annoying bugs and release the version I currently have in the works, but when I realized AHK_L gained momentum and knowing this script will have issues with it - especially under x64 - I decided to put it on hold.

You can still grab one of the older versions listed below on the download page, if you want.

As mentioned by GuiUser above, other programming languages don't use Windows common controls and instead prefer to build their own custom controls. Therefore, no tool in this world would know which class each control belongs to and ultimately they will fall through unrecognized.

If you use any of the dedicated class-revealing apps (AU3 Spy, Spy++, PIG, etc) you'll notice control classes do not belong to known common controls, in those applications.

A workaround could be provided through a tool, by building a list of all controls (complete with position and size) in the given window, regardless of their unknown classNN and then ask the user to assign a known classNN for each of them. Something like this shouldn't be hard to build, theoretically but personally I'm way too busy to take over such task. Maybe someone else here would find some spare time for this, willing.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 18th, 2012, 6:00 pm 
Offline
User avatar

Joined: February 19th, 2012, 11:21 pm
Posts: 471
Location: KDZ Ereğli, `nTürkiye
"4.0" have too many bugs .. must be fixed ... :S

_________________
OS : XP
♫♪♫♪♫♪♫♫♪♫♪♫♪♫♫

AHK_L / AHK COMPILED EXE / BIN ICON CHANGER
CHANGE BUTTON'S TEXT COLOR - just me's
VarReadLine() - FIXED (Useful)(Supports Lastlines)
GuiDrawBox() - (Useful)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 18th, 2012, 7:00 pm 
I fully agree. 4.0 was still under development when I left the scene (sorry), but there have been great projects like li'l builder.. have you tried them out?
These have taken benefit of some awesome features that weren't available initially .. I suggest you try it out.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 21st, 2012, 11:16 pm 
Offline
User avatar

Joined: February 19th, 2012, 11:21 pm
Posts: 471
Location: KDZ Ereğli, `nTürkiye
yeah I tried it but that program better than others ... Only big bug is when I add TAB and add control in tab .. then I'm trying to delete control in tab then I click other tabs then main tab .. I see my deleted control still there ... ^^

_________________
OS : XP
♫♪♫♪♫♪♫♫♪♫♪♫♪♫♫

AHK_L / AHK COMPILED EXE / BIN ICON CHANGER
CHANGE BUTTON'S TEXT COLOR - just me's
VarReadLine() - FIXED (Useful)(Supports Lastlines)
GuiDrawBox() - (Useful)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 24th, 2012, 8:58 am 
Offline

Joined: March 16th, 2012, 8:03 pm
Posts: 23
Location: Russia, Moscow
Why SmartGUI make me to resize control after I placed it? I want set picture and DONT resize it!!! Can you make option "Default size"??


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 28th, 2012, 12:58 am 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
My apologies - for some reason I have not received notifications from this topic for some time, for an unknown reason. :evil:

Latest available sources should be those listed under 4.3v. I haven't been working on this project lately, however the private version I have at home (that should've become 4.3.25.15) has a few bugs introduced after some changes and I never got to fix them. Who knows if I ever will. :(

It's good to see Rajat back after such long leave. Hopefully I didn't break this script that much so as to be ashamed. :oops:

_________________
AHK tools by Drugwash (AHK 1.0.48.05 and Win98SE)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 28th, 2012, 3:18 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Laufer wrote:
Why SmartGUI make me to resize control after I placed it? I want set picture and DONT resize it!!! Can you make option "Default size"??

Yeah sorry about that mate, I still had to remove the Height/Width mandated placement for Picture controls. The easiest way around would be to remove Hxx and Wxx tags from the 'Gui, Add, Picture,....' line from code.

Drugwash wrote:
It's good to see Rajat back after such long leave. Hopefully I didn't break this script that much so as to be ashamed. :oops:

I'm rather glad to see the project still alive, thank you so much for that.

by the way, even I didn't receive a notification on this topic.. :roll:

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 28th, 2012, 3:44 am 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
Ah, don't mention it! In the beginning I only did it for selfish reasons, namely Win9x incompatibility. :roll: And now it works better in 9x than in XP+... :lol: (The Menu Editor window is resizeable in 9x but not in XP+ and it's not my fault... 8) )

Thing is, I got to a point where sticking to the current concept seems not feasible anymore. Some time ago I started another project with a different skeleton but using a few of the ideas that I put (or found) in this script, but got sidetracked by other and other projects until I forgot what I was trying to achieve. :D

Right now I'm not sure which way to go. When I get some spare time, that is. If you want to look through the latest sources - as buggy as they are - just say the word. ;)

_________________
AHK tools by Drugwash (AHK 1.0.48.05 and Win98SE)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 28th, 2012, 3:56 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
I guess I was mistaken in presuming Win9X was dead :)
And thank you for offering the source code.. though after such a long break, my AHK is rusty(at best)!
I have started to work on reviving some of my old projects - though currently SGUI is not one of them.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 28th, 2012, 4:12 am 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
Yeah, Win9x is still alive, here and there. I'm building my scripts exclusively under 98SE and occasionally I test them under XP-SP3 and 7. The screenshot you see on the SGUI page in my repository, was taken on my 98SE. 8)

All of the code I've been working on - whether mods or entirely my own - has always been free for anyone, save for a couple of scripts containing unfinished function libraries, but even those were/are available with a little bit of effort. ;) Current SGUI though, needs some elbow grease before going into the wild, that's why I didn't put it out there; to you it's always available, no charge. :P Whenever you decide to check it out. I'll try to fix a few things in the mean time.

Good luck taking the rust off! :D

_________________
AHK tools by Drugwash (AHK 1.0.48.05 and Win98SE)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2012, 2:12 am 
Offline
User avatar

Joined: September 8th, 2008, 12:26 am
Posts: 1048
Location: Ploieşti, RO
SmartGuiXP Creator mod v4.3.25.16 is out !!!

Download: source executable

Sorry for double-posting. Just wanted to let people know I finally uploaded the very latest version of this mod. After a few quick fixes (although many more are in order), I decided it was time to let it out of the cage, for better or for worse.

Please backup any existing script before trying to edit it in SmartGuiXP Creator Mod, because there still are bugs in parsing the source and certain (small) parts may be lost in the process. I'd hate you lose valuable work. :?

Oh and the tray balloon may misbehave and become annoying, so it may be a good idea to disable it from the main menu.

Here follows the changelog since the previously published version 4.3v:
Code:
v4.3w
===
* fixed Static label editor width & height considering non-display characters & and %

v4.3x
===
* fixed longstanding bug with duplicated font settings in 'Gui, Font' commands
* fixed bug in 'Custom option' with +/- option not properly processed
* fixed vulnerability in 'Save as' routine when chosen file extension's length not equals three
+ added ability to specify GUI name (only when saving to clipboard or as new GUI)
* enlarged GUI Helper and Group Move windows to accomodate long control names
* changed temporary repository to TempDir (%Temp%\SGUI) for better containment of related files
* fixed a few minor issues in FontEx
* fixed group selection not working when grid was disabled (hack to create window color-bitmap on-the-fly)
+ added skin changing capabilty
+ added grid changing capability

v4.3y (renamed to 4.3.25.x)
===
* fixed regression with GUI count not applied to saved script
* fixed GUI name asked when testing script (Menu -> File -> Test script)
* changed first parameter options in FontEx to literal (A=apply "Gui, Font" command, R=Return font parameters string)
* changed 'Duplicate control' behavior to include custom options for most accurate duplication (not fully tested)
+ added ask rows or height before adding ComboBox or DropDownList
+ added  ask vertical position before adding UpDown, Progress or Slider
+ added GUI options dialog to ask GUI properties (gets saved only for newly created scripts)
* fixed duplicated control shows 'ERROR' when custom option dialog invoked
* fixed  GUI name gets lost when resaved after modification
+ added (admittedly, with huge delay) fasto's fix for keeping control's initial position when 'move control' is performed
* changed the Save dialog appearance and, partly, its functionality
* minor changes to GUI Options dialog appearance and functionality
+ added classic toolbar using own Toolbar and Rebar functions (both incomplete but working to the extent required by this app)
- Removed GUI4 (font selector dialog) since font selection now works directly through toolbar
* minor code cleanup
* fixed control name inconsistencies (RichEdit20A/RichEdit20W)
+ added StatusBar control creation (work in progress)
* slightly changed delete/restore control function for Menu, StatusBar and Tab
+ added color option for Main Menu
* fixed mouse and control position display in GUI Helper (old issue)
* fixed control and window coordinates inconsistencies between workspace and saved script (old issue)
* fixed Show Window to hide only when main window titlebar is right-clicked
* improved options recognition in editing external script by adding 'Gui, Color' and 'Gui, Margin' (work in progress)
* fixed deleted controls' restoration
+ added tray balloon tip (tested in Win98SE and XP-SP3)
* changed tray icon behavior: left-click shows main menu, double-click shows/hides main window, right-click shows tray menu
* replaced multi-select tooltip with drawn rectangle, to overcome Vista/7 tooltip growth limitation (known issue: workspace flickers)
+ added menu options to disable/enable toolbar balloons and tray balloon
* minor changes to Mini-Help window
* changed adding Picture with original size (resizing is possible afterwards)
* fixed wrong coordinates displayed and/or applied to moving control
* changed update check routine and added new version download
* fixed wrong coordinates saved when adding/removing Menu
* fixed 'MenuCol' not initialized (menu color picker box in Menu Editor always black on startup)

_________________
AHK tools by Drugwash (AHK 1.0.48.05 and Win98SE)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2012, 9:33 am 
Offline

Joined: March 28th, 2004, 3:53 pm
Posts: 1870
Looks great!.. and I especially like the info/tooltips on the toolbar.
I gave it a go, but while messing around it got stuck (I think I was trying to move some control). But lot of great improvements, way to go

Please let me know if you would want me to update the first post of this topic with a link to your mod.
Thanks

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 29th, 2012, 11:38 am 
Offline
User avatar

Joined: February 19th, 2012, 11:21 pm
Posts: 471
Location: KDZ Ereğli, `nTürkiye
Drugwash Again again again !

why I cant delete any control in TAB control :( ???????

_________________
OS : XP
♫♪♫♪♫♪♫♫♪♫♪♫♪♫♫

AHK_L / AHK COMPILED EXE / BIN ICON CHANGER
CHANGE BUTTON'S TEXT COLOR - just me's
VarReadLine() - FIXED (Useful)(Supports Lastlines)
GuiDrawBox() - (Useful)


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 ... 44, 45, 46, 47, 48, 49, 50 ... 55  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bon, sks and 21 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