Question regardin right-click menu

.NET Edition of the F-IN-BOX
dxmedia
Posts: 5
Joined: Sun Jul 11, 2010 3:26 pm

Question regardin right-click menu

Postby dxmedia » Sun Aug 01, 2010 10:12 pm

Hi,

I am experimenting with the demo version, building my application, and can't believe what a lifesaver F-In-Box is.

I would have a question regarding the context menu.

You have included a context menu disable function, which works great, completely removing the context menu.

But...

In the normal flash activex, without a disabled context menu, when you wight click the flash, the event actually arrieves in the swf, and can be intercepted with this:


Code: Select all

// Declare event Handler
var my_cm:ContextMenu = new ContextMenu(menuHandler);
function menuHandler(obj, menuObj) {MyFunction()}
this.menu = my_cm;

// Declare right click Function
function MyFunction(){

}


What I was wondering, Is there a way to disable the context menu "after" it raises the event in the swf so we can interact with the right mouse button ?

Looking forward for your answer.

Best regards,

Softanics
Site Admin
Posts: 1402
Joined: Sat Sep 18, 2004 3:03 am
Location: Russia, St. Petersburg
Contact:

Re: Question regardin right-click menu

Postby Softanics » Mon Aug 02, 2010 7:27 am

Thank you for your question.

dxmedia wrote:What I was wondering, Is there a way to disable the context menu "after" it raises the event in the swf so we can interact with the right mouse button ?


Unfortunaly, no: context menu disabling means that f-in-box doesn't pass any right-clicks to a flash window.

Thank you.
Best regards, Artem A. Razin,
F-IN-BOX support
Ask your question here: http://www.f-in-box.com/support.html

dxmedia
Posts: 5
Joined: Sun Jul 11, 2010 3:26 pm

Postby dxmedia » Tue Aug 03, 2010 2:39 pm

Thanks Razin,

No problem, I'll just have to completely disable right click for now, but it would be great if you would consider this for a future update.

Best regards,
Dan


Return to “.NET Edition”

Who is online

Users browsing this forum: No registered users and 7 guests

cron