Within the data store area ( i believe to be used for the end product) are a few files that i can't open, no extension. except .DS_Store logic which i don't know what to open with either. On testing i now find this file in the Pictures folder.
vvpict_2_3_1
What is this exactly and how do i open it. Can it be removed if not needed.
My reason for this question is that on looking through the the guide to find out more for image saving (canvas graphics, files graphics and image banks) and testing, i am wondering if the above file has appeared in the data/pictures folder because of this or because of the placeholder image on the canvas.
I am basicly trying to get the button to save to the Data/Pictures folder without displaying the option to save elsewhere. Is my code on the right track and could this be the reason for the above file appearing in there.
If you have any thoughts on the following then feel free to help me again.
I have one canvas with three independant button controls.
The 'new' button with
local fname
CanvasLoadAsk(1,fname,0)
the save button with
local fname
ImageCanvasToBank(1,2,0)
Is this right?
On the other hand the delete button i can't work out through the guide.
I want to be able to remove it from the card/page and from the internal Data storing place. Is that possible?
The reason for this is that i want to be able to run the exe file directly from a 4gig usb data device, so as to stock the info directly to the USB device. (Sorry i only know what they call it in French). Or am i barking up the wrong tree? :|
Take 2:
Iv'e just found this,
Clears the image from the specifed image bank so freeing up memory. This also sets the image bank status to invalid.
ImageBankClear(bid)
obviously i only want to remove the particular image for that page, but still have the option of replacing it. what happens will a new image bank be created?