I agree this should be a parameter! Or at least there should be a 
documented and less 'hacky' way to change it.
This is a detail but 'the devil is in them' ;)

BoD

sherod wrote:
> You need to download the dtfx.js and modify it as the images are hard
> coded:
>
> if (width >= 100 && height >= 100) {
>             imgURL = 'http://dl.javafx.com/javafx-
> loading-100x100.gif';
>             imgWidth = 100;
>             imgHeight = 100;
>         }
>         else {
>             imgURL = 'http://dl.javafx.com/javafx-loading-25x25.gif';
>             imgWidth = 25;
>             imgHeight = 25;
>         }
>
> I would suggest that 'your own please wait logo' should become a
> parameter to the javascript function asap.
>
> I'll muck around with it tonight and also run it through a minifier
> and see if I can get it smaller.
>
> On Dec 7, 10:17 pm, Joshua Marinacci <[EMAIL PROTECTED]> wrote:
>   
>> I believe so.  If nothing else you can download the dtfx.js, customize  
>> it, and put it next to your app.
>> -j
>> On Dec 6, 2008, at 6:35 AM, Mark Derricutt wrote:
>>
>>     
>>> Is there a way to replace that with your own application specific  
>>> splash
>>> screen
>>>       
>>> On Sat, Dec 6, 2008 at 7:24 PM, Michael Neale  
>>> <[EMAIL PROTECTED]>wrote:
>>>       
>>>> I think Joe referred to that logo flash screen as "pissing all over
>>>> your brand".
>>>>         
>>> --
>>> "It is easier to optimize correct code than to correct optimized  
>>> code." --
>>> Bill Harlan
>>>       
> >
>   

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "The 
Java Posse" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to