[BUG] MacOS X 10.4.7 Rev 2.7.3 Intel Mac standalones look like classic.
Andre Garzia
soapdog at mac.com
Sat Jul 22 11:59:57 EDT 2006
Paul,
thats some nice code!!! You know that the IDE sends a standaloneSaved
message when it builds a standalone, this appears to be the perfect
place to put this code.
:-)
Cheers
andre
On Jul 22, 2006, at 12:50 PM, Paul Claude wrote:
> Andre, I've posted this some days ago.
>
> ---------------------------------------
>
> Tired of manually copying the Plugins folder each time I test my app
> building a new standalone, I've made a little script to automate
> this task.
>
> Put it in a button handler, if you want.
>
> on mouseUp
> -- put below your actual Revolution application path
> put "/Applications/Revolution Studio/2.7.0-gm-1/Revolution.app" into
> revPath
> answer file "Choose your app to add plugins:" with
> "/Applications/Revolution Studio/"
> put it into filePath
> set cursor to watch
> put "/Contents/PlugIns/" after filePath
> put "/Contents/PlugIns/" after revPath
> revCopyFolder revPath&"coreimage_support.bundle",filePath
> revCopyFolder revPath&"jaguar_theme_support.bundle",filePath
> revCopyFolder revPath&"panther_theme_support.bundle",filePath
> revCopyFolder revPath&"tiger_theme_support.bundle",filePath
> get the result
> if it <> empty then answer it -- some error?
> end mouseUp
>
>
> Regards,
>
> Paul Claude
> ZiggySoft™ Software
> http://www.ziggy-soft.com/
> revcommunity at ziggy-soft.com
> ------------------------------------------
>
>
>
> on 17-07-2006 3:35, Andre Garzia at soapdog at mac.com wrote:
>
>> Friends,
>>
>> please take a look at the following shots:
>>
>> http://andregarzia.com/snap1.png
>> http://andregarzia.com/snap2.png
>> http://andregarzia.com/snap3.png <-- this is the 'good' one
>>
>> As you can see the border looks like acqua but the inner controls
>> look like classic. There's something wrong with the appearance
>> manager? Why it is looking like classic? This happens only in
>> standalones, inside the IDE everything looks acqua, this standalones
>> are universal binaries. Did anyone experienced this kind of trouble?
>> I sent this standalons to Sivakatirswami so that he could run on a
>> PPC g4 machine and they look wrong just like here. My standalones are
>> with the wrong look and feel! I never fiddled with the templates or
>> the appearance manager.
>>
>> Check the third shot and you'll see that all controls are being
>> rendered as classic controls.... weird, very weird!!!
>>
>> Please help, I can't ship apps that look like classic even if they
>> behave like 2006 apps...
>>
>> Both rev 2.7.3 and 2.7.2 are building these strange standalones
>> here...
>>
>> I am on an intel macbook with mac os x 10.4.7 and rev 2.7.3 (and
>> 2.7.2)
>>
>> HELP!
>> Andre
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> Please visit this url to subscribe, unsubscribe and manage your
>> subscription
>> preferences:
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-revolution
More information about the use-livecode
mailing list