AutoHotkey Community

It is currently May 26th, 2012, 11:30 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 70 posts ]  Go to page 1, 2, 3, 4, 5  Next
Author Message
 Post subject: [module] Toolbar v2.31
PostPosted: November 8th, 2008, 9:45 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
OUTDATED. Toolbar is now maintained via Formsframework.


_________________
Image


Last edited by majkinetor on June 7th, 2010, 3:42 pm, edited 18 times in total.

Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 8th, 2008, 10:18 pm 
Excellent! 8) (as always...)


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 9th, 2008, 12:50 am 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 774
Location: Texas, USA
Very comprehensive. Thanks for sharing. :)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 13th, 2008, 3:20 pm 
Offline

Joined: July 29th, 2005, 5:32 pm
Posts: 179
This is baddass, & very thoroughly documented. Thanks for the update! :D

_________________
.o0[ corey ]0o.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 14th, 2008, 2:01 pm 
Offline

Joined: July 17th, 2008, 9:46 am
Posts: 225
Thx!
Your scripts are always useful!:D


I have a question:
How can i change the position of the toolbar?
I have a custom skin and the gui hasn´t a caption! And the toolbar is always in the foreground!

Thx in advance!
Greets,
DHMH


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 14th, 2008, 5:03 pm 
Code:
h3 := Toolbar_Add(hGui, "OnToolbar", "vertical wrapable nodivider", "3L", "x100 y120 w200 h150")


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: November 14th, 2008, 5:46 pm 
Offline

Joined: July 17th, 2008, 9:46 am
Posts: 225
Thanks Banana!
Greets,
DHMH


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 26th, 2008, 7:41 pm 
Offline

Joined: August 9th, 2007, 10:18 am
Posts: 11
_Test.ahk delivers:

Error at line 815 in #include file "C:\....\Toolbar.ahk"
Line Text: %fun%
Error: Dynamic function calls are not supported.

What needs to be done to enable the missing support ?


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: November 26th, 2008, 7:53 pm 
Online
User avatar

Joined: December 26th, 2005, 4:40 pm
Posts: 8776
Buddy wrote:
What needs to be done to enable the missing support ?


Download latest version of AutoHotkey


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 4:35 pm 
Offline

Joined: July 17th, 2008, 9:46 am
Posts: 225
Can you help me ?
How can i make my own imagelist ?
Greets,
DHMH


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 5:54 pm 
Yes, see docs.

Just create image list and put its handle in Add func


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 6:00 pm 
Offline

Joined: July 17th, 2008, 9:46 am
Posts: 225
Does the imagelist have got a special format ? Must i create for every button one graphic ?
Greets,
DHMH


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 17th, 2009, 6:49 pm 
No.

Read the manual, please.


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: February 18th, 2009, 1:25 pm 
Offline

Joined: July 17th, 2008, 9:46 am
Posts: 225
Ok, thank you!
Is it also possible to make a toolbar like microsoft word, where you can choose the font size, font, etc. ?
Greets,
DHMH

// EDIT:
I found this, only:
http://www.bettersolutions.com/excel/EV ... 512321.htm

or this: http://www.devcomponents.com/dotnetbar/


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: February 19th, 2009, 7:13 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
No, its standard OS toolbar. Font can be customized like this:

Code:
h1 := Toolbar_Add(hGui, "OnToolbar", "vertical flat nodivider border", 3, "x0")
hFont := CreateFont("s12 italic, Courier New")                           
SendMessage, 0x30, %hFont%, 1,, ahk_id %h1%  ;WM_SETFONT = 0x30


http://www.autohotkey.com/forum/viewtop ... createfont

_________________
Image


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

All times are UTC [ DST ]


Who is online

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