Sorting everything and ask Settings for sorting
Sorting everything and ask Settings for sorting
- Subject: Sorting everything and ask Settings for sorting
- From: Bjorn Van Blanckenberg <email@hidden>
- Date: Thu, 27 Jun 2002 16:53:05 +0200
Want to display dialog with Dialog Director
With 3 popup's
First one you can choose Client
Second one has to look at the server client folder (wich is the chosen
client of first popup) and list the folders wich are the client jobs
third one has to look at the server client folder and then the client job
(wich is the chosen job of second popup) folder and list the folder in the
job wich are the pages
property theClientDialog : {size:[280, 160], name:"Settings", style:movable
dialog, contents:[,
{class:push button, bounds:[198, 120, 258, 140], name:"OK"}, ,
{class:pop up, bounds:[240, 33, 275, 53], contents:Client_list, text
field:3}, ,
{class:text field, bounds:[140, 35, 235, 51], name:"Wich Client?", name
bounds:[10, 35, 130, 51], value:""}, ,
{class:pop up, bounds:[240, 58, 275, 78], contents:Client_job, text
field:3}, ,
{class:text field, bounds:[140, 60, 235, 76], name:"Wich job of Client?",
name bounds:[10, 60, 130, 76], value:""}, ,
{class:pop up, bounds:[240, 83, 275, 103], contents:Client_Page, text
field:3}, ,
{class:text field, bounds:[140, 85, 235, 101], name:"Wich Client page?",
name bounds:[10, 85, 130, 101], value:""}, ,
{class:static text, bounds:[10, 10, 180, 19], contents:"Instellingen."}]}
It would be nice if the client, job and page that is altered manually is
recognized.
I mean jobfolder on server always starts with 1 letter and 4 numbers
-> f2564 ....
And pagefolder contains 3 letters-3 letters or
-> SNF-SNG
3 numbers- 3numbers
-> 028-029
Or plain 3 numbers
-> 028
Then the script has to look at the files of the dropped folder and copy
everything to the SERVER -> clients folder -> clients job -> clients page
wich are al chosen in theclientDialog
The files that are copied need to be sorted by file type
if the file type is XDOC of XTMP copy it to the layout folder
If the file type is 8BIM or other file format of images copy these files to
the image folder
If the file type is ART5 or freehand file copy these files to the
illustration folder
--
Oooo.
oooO ( )
( ) ) /
\ ( (_/
\_)
Thanks
Bjorn Van Blanckenberg
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.