AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[Windows 7] Scenic Ribbon Demo

 
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
fincs



Joined: 05 May 2007
Posts: 1162
Location: Seville, Spain

PostPosted: Mon Dec 28, 2009 12:30 pm    Post subject: [Windows 7] Scenic Ribbon Demo Reply with quote

Hi,
This is something I'm working on:


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
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
Guest






PostPosted: Sun Jan 03, 2010 5:16 am    Post subject: Reply with quote

I don't know if i'm missing the point, but what exactly does it do?
Back to top
fincs



Joined: 05 May 2007
Posts: 1162
Location: Seville, Spain

PostPosted: Sun Jan 03, 2010 10:03 am    Post subject: Reply with quote

It's a demo to prove that a Scenic Ribbon can be added to an AHK GUI.
_________________
fincs
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
DHMH



Joined: 17 Jul 2008
Posts: 225

PostPosted: Sun Jan 03, 2010 12:27 pm    Post subject: Reply with quote

wow!
thank you!
Very interesting to see how it works.
btw it doesn't work under Windows XP, or does it?
Wink
Back to top
View user's profile Send private message Visit poster's website
fincs



Joined: 05 May 2007
Posts: 1162
Location: Seville, Spain

PostPosted: Sun Jan 03, 2010 2:10 pm    Post subject: Reply with quote

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
Get SciTE4AutoHotkey v3.0.00 (Release Candidate)
[My project list]
Back to top
View user's profile Send private message
Guest






PostPosted: Mon Jan 04, 2010 9:32 am    Post subject: Reply with quote

absolutely amazing!! keep it up
Works in Vista too.
Back to top
Display posts from previous:   
Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group