- Timestamp:
- 12/09/07 15:42:39 (4 years ago)
- Location:
- branches/beta
- Files:
-
- 6 edited
-
HandlerMenu_OSC.dcr (modified) (previous)
-
HandlerMenu_OSC.dir (modified) (previous)
-
castlib1/alexUtilities.ls (modified) (2 diffs)
-
castlib1/helptext.html (modified) (3 diffs)
-
castlib1/statusOutput.html (modified) (1 diff)
-
castlib1/svn_Utilities.ls (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/castlib1/alexUtilities.ls
r91 r92 407 407 -- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx 408 408 409 on mGetFolderPathFromUser me 409 on mGetFolderPathFromUser me, startFolder, theTitle, flags, instruction, offsx, offsy 410 410 retval = "" 411 411 … … 420 420 end if 421 421 422 retval = baGetFolder( "", "Select a folder", 3, "", 50, 50 ) 422 startFolder = string(startFolder) 423 instruction = string(instruction) 424 flags = integer(flags) 425 if ilk(flags) <> #integer then flags = 0 426 theTitle = string(theTitle) 427 428 offsx = integer(offsx) 429 if ilk(offsx) <> #integer then offsx = -1 430 431 offsy = integer(offsy) 432 if ilk(offsy) <> #integer then offsy = -1 433 434 retval = baGetFolder(startFolder, theTitle, flags, instruction, offsx, offsy ) 423 435 424 436 if resetUNames = 1 then baReturnUnixNames(1) -
branches/beta/castlib1/helptext.html
r65 r92 5 5 <body bgcolor="#FFFFFF"> 6 6 <br> 7 <font face="Arial" size=4><b>Handler Menu</font></b><font size=3> by Alex da Franca -- </font><a href="mailto:alex@farbflash.de"><font color="#000096"><u>alex@farbflash.de<p> 8 </a></font></u><font color="#000000">Quickly <b>execute handlers</b> which are found in the <b>currently open stage movie</b> from this menu.<br> 7 <font face="Arial" size=4><b>Handler Menu</font></b><font size=3> by Alex da Franca -- </font><a href="mailto:alex@farbflash.de"><font color="#000096"><u>alex@farbflash.de</a><br> 8 <br> 9 </font></u><font color="#000000">Quickly <b>execute handlers</b> which are found in the <b>currently open stage movie</b> from this menu.<br> 9 10 Holding the <b>Option/Alt</b> key pressed, while selecting a menu item <b>opens the script</b> and highlights the handler in the editor instead of executing the handler.<br> 10 11 Holding the <b>Shift key</b> pressed <b>copies the syntax</b> into the clipboard instead of executing the handler. So you can paste it in the script you are currently working in.<br> … … 14 15 </font><font size=4><b>Important Note!<br> 15 16 </font></b><font size=3>This movie calls the sleep method of the UIHelper xtra on idle, as otherwise the CPU usage would permantly be very high and not only consume my powerbook battery power, but also heat the computer up and make the fan spin as if there is no tomorrow. In order to avoid that stupid behavior I spin the performance down making the engine release the cpu for 1 tick on mac (1/60 second) and 1 millisecond on a windows PC on every idle event. This impacts the playback speed of your movie too. So keep in mind, to close the tool miaw, if you make performance tests with your movie. Or, if you prefer, turn this feature of by simply commenting the line in the "on idle" handler in the first movie script.<br> 16 <p> 17 <br> 18 <br> 17 19 </font><font size=4><b>Requirements:<br> 18 </font></b><font size=3>This movie requires the Xtra "BuddyMenu" from Gary Smith, the maker of many great Xtras, like for example the indispensable "BuddyAPI". Get it the latest version at: </font><a href="http://www.mods.com.au/BudMenu/index.htm"><font color="#000096"><u>http://www.mods.com.au/BudMenu/index.htm< p>19 </ a></font></u><font color="#000000">In order to open the script editor and highlight the match (selecting a handlername in the menu while pressing the Option/Alt key) the <b>UIHelper xtra (Win: JavaUiHelper.x32)</b> is required.<br>20 </font></b><font size=3>This movie requires the Xtra "BuddyMenu" from Gary Smith, the maker of many great Xtras, like for example the indispensable "BuddyAPI". Get it the latest version at: </font><a href="http://www.mods.com.au/BudMenu/index.htm"><font color="#000096"><u>http://www.mods.com.au/BudMenu/index.htm</a><p> 21 </font></u><font color="#000000">In order to open the script editor and highlight the match (selecting a handlername in the menu while pressing the Option/Alt key) the <b>UIHelper xtra (Win: JavaUiHelper.x32)</b> is required.<br> 20 22 The UIHelper Xtra is one of the standard Xtras, which were delivered with Director until version 8, as part of the 'save as java' xtra components.<br> 21 23 The UIHelper xtra is also in the standard-install of Director MX and MX2004. Director 8.5 is missing the xtra, but fortunately the UIHelper Xtra from version 8 works with 8.5 as well. If you use "HandlerMenu" with D 8.5, copy the UIHelper Xtra from previous versions over to your D 8.5 Xtras folder.<br> … … 24 26 Windows: run setup.exe which is contained in the folder 'Java Components' on the root level of the D8 CD).<br> 25 27 <br> 26 Some of the built-in "Utility" handlers also require Xtras. These are mostly the standard Xtras, but some handlers require Valentin Schmidts great <b>Shell Xtra</b>. Get it at: </font><a href="http://staff.dasdeck.de/valentin/xtras/shell/"><font color="#000096"><u>http://staff.dasdeck.de/valentin/xtras/shell/< p>27 </ a></font></u><font color="#000000">Since this movie is an opensource project you can put your own Utility handlers into it, which may require other xtras.<br>28 Some of the built-in "Utility" handlers also require Xtras. These are mostly the standard Xtras, but some handlers require Valentin Schmidts great <b>Shell Xtra</b>. Get it at: </font><a href="http://staff.dasdeck.de/valentin/xtras/shell/"><font color="#000096"><u>http://staff.dasdeck.de/valentin/xtras/shell/</a><p> 29 </font></u><font color="#000000">Since this movie is an opensource project you can put your own Utility handlers into it, which may require other xtras.<br> 28 30 If you want to add your own built-in handlers, add them to the parentscript "alexUtilities" and add the handlernames to the behaviorscript "simpleBMMenu", just like the already existing handlers. Two things to keep in mind:<br> 29 31 1.) the parameters are parsed form the menu string, so add the required parameters to the string, which appears in the menu, just like the other menu items.<br> -
branches/beta/castlib1/statusOutput.html
r65 r92 4 4 </head> 5 5 <body bgcolor="#FFFFFF"> 6 <font face="Arial">wait...</font></body> 6 <font face="Arial">The following operation may take some time...<br> 7 Saving movie...<br> 8 Processing member: thisMoviesScript<br> 9 Processing member: keyboardNavigation_FrameLoop<br> 10 Processing member: menu1_button<br> 11 Processing member: menu2_button<br> 12 Processing member: simpleBMMenu<br> 13 Processing member: OSCmenu_Utilities<br> 14 Processing member: alexUtilities<br> 15 Processing member: convert_Lingo_2_CSS_Html<br> 16 Processing member: OSCmenu_Handlers<br> 17 Processing member: pastefeld<br> 18 Processing member: oldclipboard<br> 19 Processing member: searchword<br> 20 Processing member: resizewindowfs<br> 21 Processing member: showHideHelp<br> 22 Processing member: helptext<br> 23 Processing member: texthyperlinkBehavior</font></body> 7 24 </html> -
branches/beta/castlib1/svn_Utilities.ls
r91 r92 2966 2966 2967 2967 if chooseNewPath = 1 then 2968 workingFolder = baGetFolder(the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2)2968 workingFolder = mGetFolderPathFromUser(me, the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 2969 2969 end if 2970 2970 … … 2976 2976 alert selectMsg 2977 2977 2978 workingFolder = baGetFolder(the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2)2978 workingFolder = mGetFolderPathFromUser(me, the moviepath, "Please select a working copy for SVN update", 3, "Select working copy", -2, -2) 2979 2979 end if 2980 2980
Note: See TracChangeset
for help on using the changeset viewer.
