Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Changeset 175 for trunk


Ignore:
Timestamp:
06/06/08 01:23:04 (4 years ago)
Author:
alex
Message:

fixed unusable bagetfilename dialog, flag was wrong

Location:
trunk/lingosource
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/alexUtilities.ls

    r165 r175  
    394394    --    if the platform contains "mac" then filter = "" 
    395395    --    else filter = "*.*" 
    396     return baGetFilename("Please select file", "", "Filename",  "*.*", 1, "Select file", 1, -2, -2) 
     396    return baGetFilename("Please select file", "", "Filename",  "*.*", 524288+2+4+4194304, "Select file", false, -2, -2) 
    397397     
    398398  else 
  • trunk/lingosource/castlib1/helptext.html

    r63 r175  
    55<body bgcolor="#FFFFFF"> 
    66<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> 
     7<font face="Arial, Helvetica" 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> 
    88</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> 
    99Holding the <b>Option&#47;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> 
  • trunk/lingosource/castlib1/menu1_button.html

    r63 r175  
    44</head> 
    55<body bgcolor="#FFFFFF"> 
    6 <font face="Arial" size=4 color="#141414">Utilities</font></body> 
     6<font face="Arial, Helvetica" size=4 color="#141414">Utilities</font></body> 
    77</html> 
  • trunk/lingosource/castlib1/menu2_button.html

    r63 r175  
    44</head> 
    55<body bgcolor="#FFFFFF"> 
    6 <font face="Arial" size=4 color="#141414">Handlers</font></body> 
     6<font face="Arial, Helvetica" size=4 color="#141414">Handlers</font></body> 
    77</html> 
  • trunk/lingosource/castlib1/statusOutput.html

    r161 r175  
    44</head> 
    55<body bgcolor="#FFFFFF"> 
    6 <font face="Arial">The following operation may take some time...</font></body> 
     6<font face="Arial, Helvetica">The following operation may take some time...</font></body> 
    77</html> 
  • trunk/lingosource/castlib2/GetSetPrefs.ls

    r163 r175  
    184184  else 
    185185    olddelim = the itemdelimiter 
    186     the itemdelimiter = "À" 
     186    the itemdelimiter = "¿" 
    187187     
    188188    anz = prefsText.line.count 
     
    335335    repeat with n = 1 to anz 
    336336       
    337       if objectP(prefliste) then prefStr = string(prefliste.getPropAt(n))&"À" 
     337      if objectP(prefliste) then prefStr = string(prefliste.getPropAt(n))&"¿" 
    338338       
    339339      dieserWert = prefliste[n] 
     
    342342         
    343343        repeat with m = 1 to count(dieserWert) 
    344           put dieserWert[m]&"À" after prefStr 
     344          put dieserWert[m]&"¿" after prefStr 
    345345        end repeat 
    346346         
    347347      else 
    348         put prefliste[n]&"À" after prefStr 
     348        put prefliste[n]&"¿" after prefStr 
    349349      end if 
    350350       
  • trunk/lingosource/castlib2/commonMovieScript.ls

    r163 r175  
    387387  --         ACTION: Create/Get timeout object 
    388388  --                 This handler works the same with the old player <10 and the new player >=10 
    389   --         INPUT: ||ÊtheName     || string  || name for new timeout object|| 
    390   --                ||ÊtheDuration || integer || timeout perios in milliseconds|| 
     389  --         INPUT: || theName     || string  || name for new timeout object|| 
     390  --                || theDuration || integer || timeout perios in milliseconds|| 
    391391  --                || theHandler  || symbol  || handler to be called on each timepout event|| 
    392392  --                || theTarget   || object  || object to be sent the timeout event <theHandler>|| 
     
    19161916  end if 
    19171917   
    1918   -- pUPPERCASE = "ABCDEFGHIJKLMNOPQRSTUVWXYZZçË"&vA& "€Ì‚ƒéæèêíëì„îñï 
    1919 Íòôۆ®¯ÎÙ" 
    1920   -- pLowercase = "abcdefghijklmnopqrstuvwxyz‡ˆ"&"‰"&"Š‹ŒŽ‘’“”•–—˜™š›œžŸŸ¿ÏØ" 
    1921   pCaseLists.setaprop(#uppercase, ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "ç", "Ë", vA, "A", "€", "Ì", "", "‚", "ƒ", "é", "æ", "è", "ê", "í", "ë", "ì", "„", "î", "ñ", "ï", " 
    1922 ", "Í", "ò", "ô", "U", "†", "®", "¯", "Î", "Ù"]) 
    1923   pCaseLists.setaprop(#lowercase, ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "‡", "ˆ", vA, "‰", "Š", "‹", "Œ", "", "Ž", "", "", "‘", "’", "“", "”", "•", "–", "—", "˜", "™", "š", "›", "œ", "", "ž", "Ÿ", "Ÿ", "¿", "Ï", "Ø"]) 
     1918  -- pUPPERCASE = "ABCDEFGHIJKLMNOPQRSTUVWXYZZÁÀ"&vA& "ÄÃÅÇÉÈÊËÍÌÎÏÑÓÒÔÖÕÚÙ€ÜÆØŒŸ" 
     1919  -- pLowercase = "abcdefghijklmnopqrstuvwxyzáà"&"â"&"äãåçéèêëíìîïñóòôöõúùûüæøœÿ" 
     1920  pCaseLists.setaprop(#uppercase, ["A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "Á", "À", vA, "A", "Ä", "Ã", "Å", "Ç", "É", "È", "Ê", "Ë", "Í", "Ì", "Î", "Ï", "Ñ", "Ó", "Ò", "Ô", "Ö", "Õ", "Ú", "Ù", "U", "Ü", "Æ", "Ø", "Œ", "Ÿ"]) 
     1921  pCaseLists.setaprop(#lowercase, ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "á", "à", vA, "â", "ä", "ã", "å", "ç", "é", "è", "ê", "ë", "í", "ì", "î", "ï", "ñ", "ó", "ò", "ô", "ö", "õ", "ú", "ù", "û", "ü", "æ", "ø", "œ", "ÿ"]) 
    19241922   
    19251923end 
     
    19391937      li = ["Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag","Sonntag"] 
    19401938    "pt": 
    1941       li = ["Segunda-feira","Tera-feira","Quarta-feira","Quinta-feira","Sexta-feira","S‡bado","Domingo"] 
     1939      li = ["Segunda-feira","Terça-feira","Quarta-feira","Quinta-feira","Sexta-feira","Sábado","Domingo"] 
    19421940    "fr": 
    19431941      li = ["Lundi","Mardi","Mercredi","Jeudi","Vendredi","Samedi","Dimanche"] 
    19441942    "es": 
    1945       li = ["Lunes","Martes","MiŽrcoles","Jueves","Viernes","S‡bado","Domingo"] 
     1943      li = ["Lunes","Martes","Miércoles","Jueves","Viernes","Sábado","Domingo"] 
    19461944    "it": 
    1947       li = ["Luned“","Marted“","Mercoled“","Gioved“","Venerd“","Sabato","Domenica"] 
     1945      li = ["Lunedì","Martedì","Mercoledì","Giovedì","Venerdì","Sabato","Domenica"] 
    19481946    "nl": 
    19491947      li = ["Maandag","Dinsdag","Woensdag","Donderdag","Vrijdag","Zaterdag","Zondag"] 
Note: See TracChangeset for help on using the changeset viewer.