Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Word of Mouth Productions #1
fileXtra4
The following line of code doesn't open a dialog, it just loads an empty
string as a result of the operation. Any clues why?
cueFileName is a string with a valid value
cueSaveAsFileName = fileXtra.fx_FileSaveAsDialog (the moviePath &
"cuePoints", cueFileName, "*.txt", TRUE)
cueSaveAsFileName is always "" and a dialog is not opened.
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
Word of Mouth Productions Guest
-
fileXtra4?!?
Heya, I'm one of Kent's old officemates, I'll ask him about the site, I bet he just forgot to renew his domain..... -scott "Ned"... -
Mac version of FileXtra4
Hello fellow director programmers, we are working on a director project that is a Hybrid and we need a copy of Mac version of FileXtra4 (classic).... -
FileXtra4-Win
Can someone show a newbie like me a script code of how to use FileXtra4-Win with my primitive flash player that i made...? -
FileXtra4 - FileSave problem
Hi there, I have a problem with the FileXtra4. I want to use the FileSaveAsDialog. It has to work for both Mac and PC. I used this script but it... -
fileXtra4 -- Opening PDFs
I am trying to open a PDF using fileXtra 4, and am having no luck. I can use the script successfully to open any other files, but not PDFs. I am... -
Ned #2
Re: fileXtra4
Hi,
I just tested it, everything seems ok, as long as you set properly
"FileXtra" variable (imho, i'd use an other name, to avoid misunderstanding)
.....
FxObj = xtra("FileXtra4").new()
.....
cueSaveAsFileName = FxObj .fx_FileSaveAsDialog (the moviePath &"cuePoints",
cueFileName, "*.txt", TRUE)
I' m using wXP & DirMX
--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
Ned Guest
-
Word of Mouth Productions #3
Re: fileXtra4
Thanks. Very strange. I guess I'll try another name but other than it's
being easier to understand it certainly shouldn't give me a problem.
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Ned" <nednet_HATES_SPAM@wanadoo.fr> wrote in message
news:bmgv0t$s72$1@forums.macromedia.com...misunderstanding)> Hi,
> I just tested it, everything seems ok, as long as you set properly
> "FileXtra" variable (imho, i'd use an other name, to avoid&"cuePoints",>
> ....
> FxObj = xtra("FileXtra4").new()
> ....
> cueSaveAsFileName = FxObj .fx_FileSaveAsDialog (the moviePath> cueFileName, "*.txt", TRUE)
>
> I' m using wXP & DirMX
> --
> ----------------
> -- Ned
> ----------------------------------------
> Bien faire et laisser braire
> ----------------------------------------
>
>
Word of Mouth Productions Guest
-
Ned #4
Re: fileXtra4
you're right, I said that just to say something ;o) since your code is ok
:o/
I guess you tried alerts just before calling FileSaveAsDialog to check your
variables contents, and check that lingo does reach that point, didn't you ?
--
----------------
-- Ned
----------------------------------------
Bien faire et laisser braire
----------------------------------------
"Word of Mouth Productions" <lingoboy@wordofmoe.com> a écrit dans le message
de news:bmh64n$bp7$1@forums.macromedia.com...
| Thanks. Very strange. I guess I'll try another name but other than it's
| being easier to understand it certainly shouldn't give me a problem.
|
|
| --
| Craig Wollman
| Word of Mouth Productions
| phone 212 724 8302
| fax 212 724 8151
| [url]www.wordofmouthpros.com[/url]
Ned Guest
-
Word of Mouth Productions #5
Re: fileXtra4
Yes, usually I use the debugger and as it passes that line of code the
variable = ""
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Ned" <nednet_HATES_SPAM@wanadoo.fr> wrote in message
news:bmh7bl$dtc$1@forums.macromedia.com...your> you're right, I said that just to say something ;o) since your code is ok
> :o/
> I guess you tried alerts just before calling FileSaveAsDialog to check?> variables contents, and check that lingo does reach that point, didn't youmessage>
> --
> ----------------
> -- Ned
> ----------------------------------------
> Bien faire et laisser braire
> ----------------------------------------
> "Word of Mouth Productions" <lingoboy@wordofmoe.com> a écrit dans leit's> de news:bmh64n$bp7$1@forums.macromedia.com...
> | Thanks. Very strange. I guess I'll try another name but other than> | being easier to understand it certainly shouldn't give me a problem.
> |
> |
> | --
> | Craig Wollman
> | Word of Mouth Productions
> | phone 212 724 8302
> | fax 212 724 8151
> | [url]www.wordofmouthpros.com[/url]
>
>
Word of Mouth Productions Guest
-
Word of Mouth Productions #6
Re: fileXtra4
What's more bazzaar is that it works when put in the message window. I just
replace the variable with hard coded text in the call and it opens the box.
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Word of Mouth Productions" <lingoboy@wordofmoe.com> wrote in message
news:bmi6km$26e$1@forums.macromedia.com...ok> Yes, usually I use the debugger and as it passes that line of code the
> variable = ""
>
> --
> Craig Wollman
> Word of Mouth Productions
> phone 212 724 8302
> fax 212 724 8151
> [url]www.wordofmouthpros.com[/url]
> "Ned" <nednet_HATES_SPAM@wanadoo.fr> wrote in message
> news:bmh7bl$dtc$1@forums.macromedia.com...> > you're right, I said that just to say something ;o) since your code isyou> your> > :o/
> > I guess you tried alerts just before calling FileSaveAsDialog to check> > variables contents, and check that lingo does reach that point, didn't> ?> message> >
> > --
> > ----------------
> > -- Ned
> > ----------------------------------------
> > Bien faire et laisser braire
> > ----------------------------------------
> > "Word of Mouth Productions" <lingoboy@wordofmoe.com> a écrit dans le> it's> > de news:bmh64n$bp7$1@forums.macromedia.com...
> > | Thanks. Very strange. I guess I'll try another name but other than>> > | being easier to understand it certainly shouldn't give me a problem.
> > |
> > |
> > | --
> > | Craig Wollman
> > | Word of Mouth Productions
> > | phone 212 724 8302
> > | fax 212 724 8151
> > | [url]www.wordofmouthpros.com[/url]
> >
> >
>
Word of Mouth Productions Guest
-
Word of Mouth Productions #7
Re: fileXtra4
I figured it out. The field that is supposed to contain a file name to use
for saving actually was: "file name:"
fileXtra4 didn't like the colon and of course I didn't look at the error
code. Now it works fine.
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Word of Mouth Productions" <lingoboy@wordofmoe.com> wrote in message
news:bmibe1$7rm$1@forums.macromedia.com...just> What's more bazzaar is that it works when put in the message window. Ibox.> replace the variable with hard coded text in the call and it opens the>
>
> --
> Craig Wollman
> Word of Mouth Productions
> phone 212 724 8302
> fax 212 724 8151
> [url]www.wordofmouthpros.com[/url]
> "Word of Mouth Productions" <lingoboy@wordofmoe.com> wrote in message
> news:bmi6km$26e$1@forums.macromedia.com...> ok> > Yes, usually I use the debugger and as it passes that line of code the
> > variable = ""
> >
> > --
> > Craig Wollman
> > Word of Mouth Productions
> > phone 212 724 8302
> > fax 212 724 8151
> > [url]www.wordofmouthpros.com[/url]
> > "Ned" <nednet_HATES_SPAM@wanadoo.fr> wrote in message
> > news:bmh7bl$dtc$1@forums.macromedia.com...> > > you're right, I said that just to say something ;o) since your code is> you> > your> > > :o/
> > > I guess you tried alerts just before calling FileSaveAsDialog to check> > > variables contents, and check that lingo does reach that point, didn't>> > ?> > message> > >
> > > --
> > > ----------------
> > > -- Ned
> > > ----------------------------------------
> > > Bien faire et laisser braire
> > > ----------------------------------------
> > > "Word of Mouth Productions" <lingoboy@wordofmoe.com> a écrit dans le> > it's> > > de news:bmh64n$bp7$1@forums.macromedia.com...
> > > | Thanks. Very strange. I guess I'll try another name but other than> >> > > | being easier to understand it certainly shouldn't give me a problem.
> > > |
> > > |
> > > | --
> > > | Craig Wollman
> > > | Word of Mouth Productions
> > > | phone 212 724 8302
> > > | fax 212 724 8151
> > > | [url]www.wordofmouthpros.com[/url]
> > >
> > >
> >
>
Word of Mouth Productions Guest
-
steeban #8
filextra4
Hi All,
I'm struggling with exporting a Mac projector from MX 2004 10.1 on windows.
I've trawled the net and worked out what to change in the configuration
directory etc.., but I need two files that are made by splitting FileXtra4's
Mac Xtra file using this program:
[url]http://www.updatestage.com/xtras/downloads/binaryio/splitMacXtra.sit[/url]
problem is, it only works on a Mac
As a lot of people use FileXtra4, I thought maybe someone has already split
the xtra and has the files to hand.
If anyone does, could they email them to [email]steeban007@rediffmail.com[/email]
or tell me where I can download them?
please help!!!!!! very urgent!!!!!!!!!!!!!!!!!!!!!!!!!!
steeban Guest



Reply With Quote

