AutoHotkey Community

It is currently May 27th, 2012, 3:01 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 177 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 12  Next
Author Message
 Post subject:
PostPosted: January 21st, 2010, 5:06 pm 
Offline

Joined: May 21st, 2007, 3:44 pm
Posts: 176
Location: USA
Thank you for the demo!

Question: I see that scrollbar can be glued, I'll assume that they are glued to the traditional right/bottom positions - would you consider making it possible to glue them to left/top positions? Most always it seems that my cursor is closer to the left side of the screen and having to move the cursor over to the right and then back seems such a waste.

I installed the files from the compressed file to "C:\Documents and Settings\scott.mattes\My Documents\AutoHotKey\Tests\forms"

When I click View I get "---------------------------
Documents
---------------------------
The script file "C:\Documents" does not exist. Create it now?
---------------------------
Yes No
---------------------------
"
under RaGrid, il.ahk does nothing

under DockA, _FormDock.ahk gives me "---------------------------
_FormDock.ahk
---------------------------
Error at line 41.

Line Text: Form1_Close
Error: Duplicate label.

The program will exit.
---------------------------
OK
---------------------------
"


Again, thank you for the demo!

_________________
-------------
Scott Mattes
Image
My small, and slowly growing, collection of scripts.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2010, 5:33 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Quote:
Question: I see that scrollbar can be glued, I'll assume that they are glued to the traditional right/bottom positions - would you consider making it possible to glue them to left/top positions? Most always it seems that my cursor is closer to the left side of the screen and having to move the cursor over to the right and then back seems such a waste.


You can do some of that with Scroller:
Documentation\Scroller\UpdateBars wrote:
You can change the position of the vertical scrollbars by setting WS_EX_LEFTSCROLLBAR=0x4000. For more control over scrollbars you need to use ScrollBar control.


Scrollbar control can't be glued on top left for now but they can be positioned by user using X-W parameters. Ill add your proposal on to do. Alternatively, you can use Align to position it. See Align\_Marker.ahk


About errors you reported, I fixed them and re-uploaded the archive.
Thanks for report.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2010, 6:23 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Btw, I uploaded Forms_Mini.7z on Projects page.
Its entire framework in single file (dll's are not included) without comments and blank lines.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2010, 7:13 pm 
Offline

Joined: May 21st, 2007, 3:44 pm
Posts: 176
Location: USA
Thank you majkinetor!

_________________
-------------
Scott Mattes
Image
My small, and slowly growing, collection of scripts.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2010, 7:41 pm 
Hi Maj,

Congrats for the release of this framework.

Still haven't found the time to get deeper.

best wishes
toralf


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2010, 7:50 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Thx m8.

I wish I can see you more often here. Actually, I was browsing your scripts this very day ... :)

/cheer

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 21st, 2010, 9:44 pm 
Offline

Joined: June 18th, 2008, 8:36 am
Posts: 4923
Location: AHK Forum
Looks impressing, will have a look closer, thanks a lot ;)

_________________
AHK_H (2alpha) AHF TT _Struct WatchDir Yaml _Input ObjTree RapidHotkey DynaRun :wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 24th, 2010, 10:58 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
I fixed several documenatation typos and outdated information.
Also, documentation style is changed using the latest NDoc custom installer to resemble AHK documentation style.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 26th, 2010, 11:49 pm 
Offline

Joined: December 17th, 2008, 5:36 am
Posts: 80
just wanted to chime back in and say how awesome this is. Everyone should have a go. I am actually surprised at how little attention this is receiving. Maybe the name is throwing people off....


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 27th, 2010, 12:48 am 
Offline

Joined: October 27th, 2006, 10:12 am
Posts: 649
Well, anything what majkinetor does is outstanding, or not? :)

Big respects to majkinetor and friends.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 13th, 2010, 6:17 pm 
Offline

Joined: January 8th, 2007, 1:14 pm
Posts: 83
Wow. Somehow managed to miss this one previously, thanks for this gem!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 4th, 2010, 12:01 pm 
hi majkinetor,
This is a really great work of you. I am interested in republishing some selected modules as separate libraries in my collection. Am i allowed to do that? Or i use your mini variant for stdlib inclusion, but without those requiring the custom dlls.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2010, 12:02 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Yup. As long as you keep credits, form modules can be separated and used whatever way you want.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: March 19th, 2010, 12:18 pm 
thx i love your work and the allways great library. Those libraries should know everyone. ... And i did integrate them already into my Ahk Standard Library Collection, with credit, link and license term.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: March 25th, 2010, 8:07 pm 
Offline

Joined: December 17th, 2008, 5:36 am
Posts: 80
Bumping again for BadAssery....


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 177 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 12  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 7 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