cgiogkarakis / wipflash

Automatically exported from code.google.com/p/wipflash
0 stars 0 forks source link

Right Click #56

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Given a UI Element with a right click option
2.When a right click command is sent via WiPFlash
3.Then the right click options are available

What is the expected output? What do you see instead?
Option currently unavailable. 

What version of the product are you using? On what operating system?
Version: WiPFlash 0.4
OS: Windows 7
Environment: Visual Studio 2010 - .Net Framework 4

Original issue reported on code.google.com by klee.ut on 1 Apr 2011 at 3:36

GoogleCodeExporter commented 8 years ago
Sorry, I meant to submit this as an enhancement not a bug, 

Sorry. 

Original comment by klee.ut on 1 Apr 2011 at 3:37

GoogleCodeExporter commented 8 years ago
Thanks for your input. This looks like a useful enhancement, and I'll look at 
this as soon as I have time. Patches also welcome (I can add relevant 
scenarios).

Original comment by featheredwings@gmail.com on 1 Apr 2011 at 1:36

GoogleCodeExporter commented 8 years ago
Hi Klee, after contact with people at Microsoft and considerable searching, 
I've found that it's not actually possible to do this with Microsoft UI 
Automation. For that reason I'll need to be careful with things like logging, 
etc. - I'm going to have to use SendInput, which grabs focus, unlike everything 
else in WiPFlash. However, I do agree that we need it.

I understand that you've gone over to White now. It's a good choice, especially 
if you've got things like drag-and-drop, which I also don't support yet. In the 
meantime, please allow me to thank you for drawing this to my attention! - Liz

Original comment by featheredwings@gmail.com on 3 Jul 2011 at 10:42

GoogleCodeExporter commented 8 years ago

Original comment by featheredwings@gmail.com on 3 Jul 2011 at 10:44

GoogleCodeExporter commented 8 years ago
I'm implementing this as "InvokeContextMenu" on all elements. It's ugly as hell 
because I have to use Win32 dlls. Microsoft are now aware.

Original comment by featheredwings@gmail.com on 26 Jul 2011 at 6:39

GoogleCodeExporter commented 8 years ago
Added. Sorry it took so long! That was a nasty one; hope I never have to 
program in Win32 again...

Original comment by featheredwings@gmail.com on 26 Jul 2011 at 6:06