Ask a Question related to Macromedia Director Lingo, Design and Development.
-
SimonBaum webforumsuser@macromedia.com #1
PiMZ PropSave Xtra: can't open saved file
hello
i would like to use PiMZ PropSave Xtra but unfortunately i can't open the files that i saved to the harddisk. i used it in authoring mode with director 8.5 on mac os 9.2.
this is one example: the file "save1" is saved on the harddisk but i cannot open it, with file type description (four letter-file type?) it doesn't work either.
on mouseUp
myList=[#one:"cat",#two:"dog"]
savePropsToDisk(the moviePath & "save1", myList)
end
on mouseUp
myList=[#one:"cat",#two:"dog"]
savePropsToDisk(the moviePath & "save1", myList,[#type:"TEXT"])
end
is there anyone who has experience with the propsave xtra? thanks for your answer.
simon baumgartner
SimonBaum webforumsuser@macromedia.com Guest
-
Illustrator saved pdf files open as blank
Recently, illustrator CS files saved as pdf's open as blank. Not sure how to track down the cause of this. -
Illustrator won't open the SVG file I just saved
Illustrator CS 11.0.0 under Windows 2000 Yesterday, worked on an AI file tweaking design, etc. Made slices so it can be brought into GoLive. Saved... -
PDF with fill-in fields saved in Standard 6 - open in any version of Reader?
This is a format backwards compatibility question. If I save IRS forms with filled-in fields from Standard version 6.0, will someone be able to open... -
Xtra Xtra Xtra User required to download Xtra
Hi there, this is ghostie* from Berlin, Germany. I am using the Animated Gif Xtra in Shockwave. All tests on my Desktop CPU were successfully... -
Open file, make changes, save file, close, re-open, file contents not changed
I've now run into this several times and it's completely destroyed all of my confidence in Ilustrator CS on Mac. I'm hoping someone can confirm that... -
Desmond22 webforumsuser@macromedia.com #2
Re: PiMZ PropSave Xtra: can't open saved file
Try adding .prp to the saved filename:
savePropsToDisk(the moviePath & "save1.prp", myList)
I?ve used the propsave extra to save data like this:
on mousedown me
tname=member("fname").text
tfilename=the moviePath & tname & ".prp"
e=savePropsToDisk(tfilename, Lmatrix)
if e<> void then alert "error"
end
Lmatrix is a list I want to save.
Fname is an editable text field.
E checks to make sure there was no error when saving the file.
I learn?t how to use propsave from a book called Director 8.5 the complete reference by David Mennenoh. I highly recommend it.
Des
Desmond22 webforumsuser@macromedia.com Guest
-
mango #3
Re: PiMZ PropSave Xtra: can't open saved file
I recently had a problem with propsave. I solved it by downloading a newer
version of the xtra. changed from 1.0.3 to 1.0.5.
If that donīt work for you then you can try the vlist xtra from
[url]www.updatestage.com[/url] It can do as much as propsave for free. If you pay for
it you can compress and encrypt the data to be saved.
Mango
mango Guest



Reply With Quote

