requestfile

BlitzMax Forums/BlitzMax Programming/requestfile

drnmr(Posted 2005) [#1]
Is there a command like RequestFile that can be used for saving images? Also, when I defined the filename as a string and later called it a string it said "Identifier type does not match declared type".


Perturbatio(Posted 2005) [#2]
RequestFile displays a file requester dialogue, it can display an open or a save requester depending on the flags set (read the docs for more info on this). As regards your error, you need to post source for anyone to be able to help you.


drnmr(Posted 2005) [#3]
coding sample...



My code for loading is pretty much the same, except with loadimage instead of savepixmappng and no grabpixmap. when i load, it loads fine except the load window keeps popping back up after i close it.


Perturbatio(Posted 2005) [#4]
use flushkeys after calling RequestFile.


drnmr(Posted 2005) [#5]
as far as i know everything works now. thanks for the help.