Ask a Question related to Macromedia Director Lingo, Design and Development.
-
garwspeed #1
just open a folder
how can i open a folder with lingo...
....i mean just open and view from windows a specific folder
thank you
garwspeed Guest
-
pdf will open in a folder but not through IE Browser
I have a pdf burned on a CD. It has a link in an html page. When the link is pressed I receive an acrobat.exe error message. If I explore the CD... -
open a zip file or folder from a CD
I created a CD with an autorun file that launches a Director interface when the CD is inserted. On the Director interface I would like to have a... -
Open Folder (Mac & PC)
Is there a way to have director open Windows Explorer and the equivelent on the Mac. I need to build a crossplatform disc that launches a simple... -
Open folder?
Once the folder is copied OK, you can open it (Windows) with: open "path to folder" with "explorer.exe" -- Bertil Flink Creative Media -
Folder stays open?? Help!
In my local site view, File listing, I have one folder which opens any time the view is refreshed. I close it, and it pops open again if I expand... -
Nathan Friesen #2
Re: just open a folder
I'm pretty sure you can do it with the Buddy API Xtra. I believe you can use the baOpenFile() command and give it a folder path instead of a file path. You can get the Buddy API Xtra at [url]www.buddyapi.com[/url]
Nathan
Nathan Friesen Guest
-
Word of Mouth Productions #3
Re: just open a folder
It depends on what look you want to give. If you just want to get the
contents of a folder and display it in your own way, you can use
getNthFileNameInFolder () and loop through the folder to get each item and
put it into a field. That way you don't need an xtra.
If you want the user to be able to choose the folder whose contents you want
displayed then you'll need either buddyAPI or fileXtra4 (there are others as
well)
I like both but fileXtra4 if freeware for all features and functions where
buddyAPI only gives you 2 or 3 free functions before you have to buy it.
With fileXtra4 you would use the FileSelectDialog call to give the user the
choice of folder then use the folderToList call to get a list of file names
in that folder.
Of course even if you want to specify the folder yourself, you can use
folderToList to get a list of files of your specified path.
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"garwspeed" <info@garwspeed.com> wrote in message
news:boo6sj$3tn$2@forums.macromedia.com...>
> how can i open a folder with lingo...
> ...i mean just open and view from windows a specific folder
> thank you
>
>
>
>
>
Word of Mouth Productions Guest
-
Andrew Morton #4
Re: just open a folder
> I'm pretty sure you can do it with the Buddy API Xtra.
Yes, you can.
instead of a file path.> I believe you can use the baOpenFile() command and give it a folder path
Exactly right.
Andrew
Andrew Morton Guest
-
alchemist #5
Re: just open a folder
You mean something like this?
open ("explorer c:\windows")
"garwspeed" <info@garwspeed.com> wrote in message
news:boo6sj$3tn$2@forums.macromedia.com...>
> how can i open a folder with lingo...
> ...i mean just open and view from windows a specific folder
> thank you
>
>
>
>
>
alchemist Guest
-
Andrew Morton #6
Re: just open a folder
FTR, the buddyAPI method has the advantage of being cross-platform.
Andrew
Andrew Morton Guest
-
Word of Mouth Productions #7
Re: just open a folder
Advantage over what? FileXtra4 is, right? getNthFilenameInFolder is
internal to Lingo so it is.
I also like the idea that FileXtra4 is completely free although there are
functions in buddyAPI that aren't in FileXtra4.
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"Andrew Morton" <akm@in-press.co.uk.invalid> wrote in message
news:bosv6h$pcj$1@forums.macromedia.com...> FTR, the buddyAPI method has the advantage of being cross-platform.
>
> Andrew
Word of Mouth Productions Guest
-
Andrew Morton #8
Re: just open a folder
> Advantage over what?
The Lingo "open" command in conjunction with explorer.
</Yoda> ? :-)> FileXtra4 is, right? getNthFilenameInFolder is internal to Lingo so it is.
We're both going beyond the OP's question.
Me too, but I'd purchased buddyAPI long before fileXtra got past version 1.> I also like the idea that FileXtra4 is completely free
Andrew
Andrew Morton Guest
-
feno #9
Re: just open a folder
I use:
global path_of_folder
open path_of_folder with "explorer"
and work fine
Is it right?
Cheers
________________________________________________
Fernando Vallés "Feno"
Programador Multimedia Freelance
[email]feno@recover-dir.com[/email]
::: Recover-dir La esperanza es lo ultimo que se pierde :::
[url]http://www.recover-dir.com[/url]
_________________________________________________
"Andrew Morton" <akm@in-press.co.uk.invalid> escribió en el mensaje
news:bot8vn$bq2$1@forums.macromedia.com...is.>> > Advantage over what?
> The Lingo "open" command in conjunction with explorer.
>> > FileXtra4 is, right? getNthFilenameInFolder is internal to Lingo so it1.> </Yoda> ? :-)
>
> We're both going beyond the OP's question.
>>> > I also like the idea that FileXtra4 is completely free
> Me too, but I'd purchased buddyAPI long before fileXtra got past version>
> Andrew
feno Guest
-
Word of Mouth Productions #10
Re: just open a folder
If it works, I have no argument.
--
Craig Wollman
Word of Mouth Productions
phone 212 724 8302
fax 212 724 8151
[url]www.wordofmouthpros.com[/url]
"feno" <fenof@hotmail.com> wrote in message
news:botagq$eik$1@forums.macromedia.com...it> I use:
> global path_of_folder
> open path_of_folder with "explorer"
> and work fine
>
> Is it right?
>
> Cheers
> ________________________________________________
>
> Fernando Vallés "Feno"
> Programador Multimedia Freelance
> [email]feno@recover-dir.com[/email]
> ::: Recover-dir La esperanza es lo ultimo que se pierde :::
> [url]http://www.recover-dir.com[/url]
> _________________________________________________
> "Andrew Morton" <akm@in-press.co.uk.invalid> escribió en el mensaje
> news:bot8vn$bq2$1@forums.macromedia.com...> >> > > Advantage over what?
> > The Lingo "open" command in conjunction with explorer.
> >> > > FileXtra4 is, right? getNthFilenameInFolder is internal to Lingo so> is.> 1.> > </Yoda> ? :-)
> >
> > We're both going beyond the OP's question.
> >> >> > > I also like the idea that FileXtra4 is completely free
> > Me too, but I'd purchased buddyAPI long before fileXtra got past version>> >
> > Andrew
>
Word of Mouth Productions Guest
-
feno #11
Re: just open a folder
Im sure that work, in my last project make this
================================
global nombre
on mouseup me
ruta = ("c\proyect_folder\"&nombre&"\")
open ruta with "explorer"
end
================================
And works fine.
"Word of Mouth Productions" <lingoboy@spamershaveforcedmetofakethisname.com>
escribió en el mensaje news:botcau$hrs$1@forums.macromedia.com...version> If it works, I have no argument.
>
> --
> Craig Wollman
> Word of Mouth Productions
> phone 212 724 8302
> fax 212 724 8151
> [url]www.wordofmouthpros.com[/url]
>
>
> "feno" <fenof@hotmail.com> wrote in message
> news:botagq$eik$1@forums.macromedia.com...> it> > I use:
> > global path_of_folder
> > open path_of_folder with "explorer"
> > and work fine
> >
> > Is it right?
> >
> > Cheers
> > ________________________________________________
> >
> > Fernando Vallés "Feno"
> > Programador Multimedia Freelance
> > [email]feno@recover-dir.com[/email]
> > ::: Recover-dir La esperanza es lo ultimo que se pierde :::
> > [url]http://www.recover-dir.com[/url]
> > _________________________________________________
> > "Andrew Morton" <akm@in-press.co.uk.invalid> escribió en el mensaje
> > news:bot8vn$bq2$1@forums.macromedia.com...> > > > Advantage over what?
> > >
> > > The Lingo "open" command in conjunction with explorer.
> > >
> > > > FileXtra4 is, right? getNthFilenameInFolder is internal to Lingo so> > is.> > > </Yoda> ? :-)
> > >
> > > We're both going beyond the OP's question.
> > >
> > > > I also like the idea that FileXtra4 is completely free
> > >
> > > Me too, but I'd purchased buddyAPI long before fileXtra got past>> > 1.> >> > >
> > > Andrew
> >
>
feno Guest
-
feno #12
Re: just open a folder
Sorry
where wrotte:
ruta = ("c\proyect_folder\"&nombre&"\")
must be:
ruta = ("c:\proyect_folder\"&nombre&"\")
Cheers
Feno.
"feno" <fenof@hotmail.com> escribió en el mensaje
news:bote6n$nbf$1@forums.macromedia.com...<lingoboy@spamershaveforcedmetofakethisname.com>> Im sure that work, in my last project make this
> ================================
>
> global nombre
>
> on mouseup me
>
> ruta = ("c\proyect_folder\"&nombre&"\")
>
> open ruta with "explorer"
>
> end
>
> ================================
>
> And works fine.
>
>
>
>
>
> "Word of Mouth Productions"so> escribió en el mensaje news:botcau$hrs$1@forums.macromedia.com...> > If it works, I have no argument.
> >
> > --
> > Craig Wollman
> > Word of Mouth Productions
> > phone 212 724 8302
> > fax 212 724 8151
> > [url]www.wordofmouthpros.com[/url]
> >
> >
> > "feno" <fenof@hotmail.com> wrote in message
> > news:botagq$eik$1@forums.macromedia.com...> > > I use:
> > > global path_of_folder
> > > open path_of_folder with "explorer"
> > > and work fine
> > >
> > > Is it right?
> > >
> > > Cheers
> > > ________________________________________________
> > >
> > > Fernando Vallés "Feno"
> > > Programador Multimedia Freelance
> > > [email]feno@recover-dir.com[/email]
> > > ::: Recover-dir La esperanza es lo ultimo que se pierde :::
> > > [url]http://www.recover-dir.com[/url]
> > > _________________________________________________
> > > "Andrew Morton" <akm@in-press.co.uk.invalid> escribió en el mensaje
> > > news:bot8vn$bq2$1@forums.macromedia.com...
> > > > > Advantage over what?
> > > >
> > > > The Lingo "open" command in conjunction with explorer.
> > > >
> > > > > FileXtra4 is, right? getNthFilenameInFolder is internal to Lingo> version> > it> > > is.
> > > > </Yoda> ? :-)
> > > >
> > > > We're both going beyond the OP's question.
> > > >
> > > > > I also like the idea that FileXtra4 is completely free
> > > >
> > > > Me too, but I'd purchased buddyAPI long before fileXtra got past>> >> > > 1.
> > > >
> > > > Andrew
> > >
> > >
> >
>
feno Guest
-
Unregistered #13
Re: just open a folder
Strangely, using open doesn't work for me. I have a legacy bit of code (originally written w/ macromedia director) which uses open _directory_ with "explorer" and it doesn't do anything. Does anyone have any ideas why that might be?
Thanks so much!Unregistered Guest
-
Unregistered #14
Re: just open a folder
I've tracked it down a bit further - adding the absolute path works
open "C:\windows\explorer"
However this does not work
open "%systemroot%\explorer"
I'm not sure how to ensure explorer is called properly...
Thanks again in advance!Unregistered Guest
-



Reply With Quote


