AutoHotkey Community

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

All times are UTC [ DST ]




Post new topic Reply to topic  [ 70 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
 Post subject:
PostPosted: June 7th, 2010, 2:23 am 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
It needs to be ported to AHK_L.
I am porting each Forms module when I find time.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2010, 9:09 am 
Offline

Joined: December 17th, 2007, 6:39 pm
Posts: 235
Location: Galati, Romania
Could you please tell me what are the changes that need to be made to Toolbar.ahk? I urgently need this...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2010, 11:42 am 
Offline

Joined: February 11th, 2007, 4:10 pm
Posts: 185
majkinetor wrote:
It needs to be ported to AHK_L.
I am porting each Forms module when I find time.


I have not transfered my scripts to AHK_L because of incompatiablity between your forms and AHK_L.
Come on, baby :lol:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2010, 2:28 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Not much actually. Mostly functions having "str" as DllCall argument.

Toolbar is worst of all controls because I compile binary structures in the memory for best performance.

OK, I will try to make it work with AHK_L, since I also, don't use mainstream ahk anymore.

In the meantime, anybody is free to port any Forms module 1 by 1 and I will include it in the main release.

Currently, only Attach is ported.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2010, 3:41 pm 
Offline

Joined: May 24th, 2006, 2:49 pm
Posts: 4511
Location: Belgrade
Ok, this was fast.

Toolbar now supports AHK_L. There are no 2 versions, single version supports both AHK branches. Toolbar.ahk is still ANSI encoded, its enough to save your main script as Unicode and include Toolbar.ahk normally.

Since Toolbar is updated via Forms framework, you should see the note there.

_________________
Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 7th, 2010, 7:28 pm 
Offline

Joined: December 17th, 2007, 6:39 pm
Posts: 235
Location: Galati, Romania
Wow, thank you so much!


Report this post
Top
 Profile  
Reply with quote  
 Post subject: Error on Toolbar.ahk
PostPosted: January 6th, 2012, 6:10 am 
Offline

Joined: January 12th, 2011, 4:04 pm
Posts: 93
Location: Kansas City, USA
Toolbar.ahk
OK
Error: Duplicate declaration.

Salvete! I tried this, and get this error. I am using Autohotkey_L version 1.1.05.01 on Windows XP Pro SP3.

How can I fix it?

------------------------------------------------------
Specifically: TBN_BEGINADJUST=-703, TBN_ENDADJUST=-704, TBN_RESET=-705, TBN_TOOLBARCHANGE=-708, TB_COMMANDTOINDEX=...

Line#
877: NM_LDOWN := -20
877: TBN_DROPDOWN := -710
877: TBN_HOTITEMCHANGE := -713
877: TBN_ENDDRAG := -702
877: TBN_BEGINADJUST := -703
877: TBN_GETBUTTONINFOA := -700
877: TBN_QUERYINSERT := -706
---> 877: TBN_QUERYDELETE := -707

The program will exit.
------------------------------------------------------


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 17th, 2012, 4:31 pm 
It seems that this module can't work on AHK_L


Report this post
Top
  
Reply with quote  
PostPosted: April 17th, 2012, 4:38 pm 
Online
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
I also had that problem, and I managed to fix it. The problem was that... there was a duplicate declaration :p

_________________
fincs
Highly recommended: AutoHotkey_L (see why) (all my code snippets require it)
Formal request to polyethene - I support the unity of the AutoHotkey community
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]


Report this post
Top
 Profile  
Reply with quote  
PostPosted: April 26th, 2012, 6:03 pm 
Offline

Joined: January 12th, 2011, 4:04 pm
Posts: 93
Location: Kansas City, USA
@fincs - thank you! That works now with my AutoHotkey_L (ansi).


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 Previous  1, 2, 3, 4, 5

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot], Google Feedfetcher, Yahoo [Bot] and 6 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