AutoHotkey Community

It is currently May 27th, 2012, 1:02 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
PostPosted: December 28th, 2009, 1:30 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
Hi,
This is something I'm working on:
Image

Here's the download link:
http://www.autohotkey.net/~fincs/AhkRibbonDemo.zip

Internals:
The scenic ribbon (UIFramework) is a COM object that attaches itself to a window. It communicates with the application through the IUIApplication interface that the script must implement. The downside is that the ribbon apparently uses multithreading and AHK can break, so often-called methods (like AddRef) are dummy-implemented in MCode (with things like return 1).
The ribbon design must be loaded from an application resource, so this demo just uses a Windows SDK example executable as a resource DLL.

_________________
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  
 Post subject:
PostPosted: January 3rd, 2010, 6:16 am 
I don't know if i'm missing the point, but what exactly does it do?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: January 3rd, 2010, 11:03 am 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
It's a demo to prove that a Scenic Ribbon can be added to an AHK GUI.

_________________
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  
 Post subject:
PostPosted: January 3rd, 2010, 1:27 pm 
Offline

Joined: July 17th, 2008, 9:46 am
Posts: 225
wow!
thank you!
Very interesting to see how it works.
btw it doesn't work under Windows XP, or does it?
:wink:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: January 3rd, 2010, 3:10 pm 
Offline
User avatar

Joined: May 5th, 2007, 7:24 pm
Posts: 1240
Location: Seville, Spain
DHMH wrote:
Very interesting to see how it works.
btw it doesn't work under Windows XP, or does it?

No, it's Windows 7 only.

_________________
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  
 Post subject:
PostPosted: January 4th, 2010, 10:32 am 
absolutely amazing!! keep it up
Works in Vista too.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Bing [Bot] and 5 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