Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

[AHK & AHK_L] Forms Framework 0.8


  • Please log in to reply
205 replies to this topic
ScottMattes
  • Members
  • 195 posts
  • Last active: Feb 16 2015 01:43 AM
  • Joined: 21 May 2007
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!

majkinetor
  • Moderators
  • 4512 posts
  • Last active: May 20 2019 07:41 AM
  • Joined: 24 May 2006

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:

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.
Posted Image

majkinetor
  • Moderators
  • 4512 posts
  • Last active: May 20 2019 07:41 AM
  • Joined: 24 May 2006
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.
Posted Image

ScottMattes
  • Members
  • 195 posts
  • Last active: Feb 16 2015 01:43 AM
  • Joined: 21 May 2007
Thank you majkinetor!

toralf n-l-i
  • Guests
  • Last active:
  • Joined: --
Hi Maj,

Congrats for the release of this framework.

Still haven't found the time to get deeper.

best wishes
toralf

majkinetor
  • Moderators
  • 4512 posts
  • Last active: May 20 2019 07:41 AM
  • Joined: 24 May 2006
Thx m8.

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

/cheer
Posted Image

HotKeyIt
  • Moderators
  • 7439 posts
  • Last active: Jun 22 2016 09:14 PM
  • Joined: 18 Jun 2008
Looks impressing, will have a look closer, thanks a lot ;)

majkinetor
  • Moderators
  • 4512 posts
  • Last active: May 20 2019 07:41 AM
  • Joined: 24 May 2006
I fixed several documenatation typos and outdated information.
Also, documentation style is changed using the latest NDoc custom installer to resemble AHK documentation style.
Posted Image

kdoske
  • Members
  • 138 posts
  • Last active: Nov 06 2012 01:58 AM
  • Joined: 17 Dec 2008
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....

automaticman
  • Members
  • 658 posts
  • Last active: Nov 20 2012 06:10 PM
  • Joined: 27 Oct 2006
Well, anything what majkinetor does is outstanding, or not? :)

Big respects to majkinetor and friends.

Mystiq
  • Members
  • 83 posts
  • Last active: Nov 06 2011 07:07 PM
  • Joined: 08 Jan 2007
Wow. Somehow managed to miss this one previously, thanks for this gem!

Tuncay n-l-i mobile
  • Guests
  • Last active:
  • Joined: --
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.

majkinetor
  • Moderators
  • 4512 posts
  • Last active: May 20 2019 07:41 AM
  • Joined: 24 May 2006
Yup. As long as you keep credits, form modules can be separated and used whatever way you want.
Posted Image

Tuncay n-l-i mobile
  • Guests
  • Last active:
  • Joined: --
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.

kdoske
  • Members
  • 138 posts
  • Last active: Nov 06 2012 01:58 AM
  • Joined: 17 Dec 2008
Bumping again for BadAssery....