hello
i've start imageviewer with an argument photo in this way:
file="E:\images\prova.jpg"
e32.start_exe("z:\\system\\programs\\apprun.exe","z:\\system\\apps\\ImageViewer\\ImageViewer.app \""+file+"\"")
imageviewer open the image prova.jpg correctly.
Now if i want to start more file.. two,three ecc...
How i can do?
i've tried:
file="E:\images\prova.jpg"
file2="E:\images\prova.jpg"
e32.start_exe("z:\\system\\programs\\apprun.exe","z:\\system\\apps\\ImageViewer\\ImageViewer.app \""+file+"\",\""+file2+"\"")
but imageviewer don't start!
and i've tried:
e32.start_exe("z:\\system\\programs\\apprun.exe","z:\\system\\apps\\ImageViewer\\ImageViewer.app \""+file+"\" \""+file2+"\"")
but imageviewer starts, but only with the first photo!
is it possible start imageviewer with one more photo? how? if it isn't possible in python, is there a way in c++ (to do myself an extension!)
help me plz! bye![]()

Reply With Quote


