View image in fullsize without path [message #253902] |
Wed, 25 July 2007 05:03 |
otakufran
Messages: 11 Registered: July 2007
|
Junior Member |
|
|
Hi plp.
I have my canvas where I show an image (it's 400x400px, but I resize it to 100x100 in code), and I want to let my users double-click it in order to view the image in fullsize. The problem is that I don't want them to see the full path of the image, and with my current method (I just execute an instance of IE with the path of the file as parameter) that's not possible. Is there any method to do that with Forms?
Thanks a lot for your help!
See u
|
|
|
|
|
Re: View image in fullsize without path [message #255004 is a reply to message #253902] |
Mon, 30 July 2007 06:54 |
otakufran
Messages: 11 Registered: July 2007
|
Junior Member |
|
|
I tried to put a double-click trigger in my image element, and then execute WEBUTIL_HOST.NONBLOCKING to launch a new instance of iexplore with the path of the image. The problem is that iexplore doesn't appear. I tried with other exes, like notepad, and everything is ok. Why is notepad being executed successfully and iexplore fails?
webutil_host.nonblocking('cmd /c notepad'); --> this works
webutil_host.nonblocking('cmd /c iexplore'); --> this doesn't work, the command windows appears a few seconds and nothing more
If I execute a cmd command and write 'iexplore', it works. Umm, I'm a bit confused with that, any help will be greatly appreciated.
Thanks!
|
|
|
|
|