HELP!! Blank Window on Standalone????

Bill Marriott wjm at wjm.org
Thu Jan 4 01:10:43 EST 2007


Dave,

In the very short time you have before the demo, I would try just hacking it 
to get the standalone to behave properly. Something like:

on openstack
    send "fixme" to me in 2 sec
    -- the rest of your openstack handler
end openstack

on fixme
    click at 1,1
    set the width of this stack to the width of this stack +1
    set the width of this stack to the width of this stack -1
    revUpdateGeometry
    -- other stuff that might force the window contents to appear
end fixme

You can finagle whatever you like in the fixme handler to make things 
display including resizing the stack, maximizing the window, or whatever it 
takes. Finding the true cause of the problem could take a lot longer.

You might also try downloading the 2.7.4 trial software and seeing if 
building a standalone in that version eliminates the problem.

"Dave" <dave at looktowindward.com> wrote in 
message news:CB0D0346-CFFC-4B75-B058-8F3747D4E6D7 at looktowindward.com...
> Hi Again,
>
> Here is some more info. I am running RunRev 2.6.6.152 under the  latest 
> version of Mac OS Tiger. I've noticed that if I him the Window  Zoom 
> Button the window resizes and the contents display or the "Send  to Dock" 
> button and then bring the window back, the contents also  appear. Also 
> clicking in the window causes the contents to appear.
>
> I'm really stumped on how even to debug this since it only happens on  the 
> Standalone???!!! I have to deliver this demo tomorrow in order to  get a 
> contract. It all works fine except it won't display the window  in 
> standalone mode until one of the above actions by the user.
>
> Any ideas?????
>
> HELP!!!!!!!
>
> Thanks a lot,
> All the Best
> Dave
>
>
> ------------------------------------------------------------------------ 
> ---------------------
> Hi,
>
> I have a stack that works fine while running under the IDE, however  when 
> I build a standalone, the initial window displays but none of  the objects 
> inside it do!!!! If I click once anywhere in the window,  the contents of 
> the window display ok and everything works as expected!
>
> Any Ideas on what is happening??? This was working fine and then  modified 
> it and this has started to happen. However I can't how the  mods I made 
> could cause this to happen????
>
> Thanks in Advance
> All the Best
> Dave
>
> _______________________________________________
> 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