Hi there. Today I edited this
mouse gesture win8 volume (which BTW is an amazing, very handy widget,
thanks to
qiancang) and xWidget just doesn't want to run the Open path function.
I need some help with this
portion of the code: ( if needed, I can post the whole code)
Code:
if (!isKeyDown(1) && isKeyDown(2))
{
if(mouseX>1300)
{
Open("C:\Program Files\eclipse\eclipse.exe"); // <<< here on this line, Open function doesnt open any path, only URLs
}
}
Some info about how should the widget work: the widget is made visible by pressing both left and right clicks, and then after releasing the left click, by simply moving the mouse cursor to the right edge of the screen, the widget should open a desired file or path. The widget disappears after releasing the right click.
Everytime I trigger the Open(string) function, it just doesn't open the path. It only works with URLs. This is so frustrating... Any ideas?
I am using Windows 8, xWidget ver: 1.8.4.716