Re: Having a problem turning on window.
Re: Having a problem turning on window.
- Subject: Re: Having a problem turning on window.
- From: Shane Stanley <email@hidden>
- Date: Sun, 25 Jan 2015 23:21:40 +1100
On 25 Jan 2015, at 11:04 pm, Brian Christmas <email@hidden> wrote:
>
> Is my procedure correct, please?
It's hard to tell. You're showing the window (makeKeyAndOrderFront:) and then you're getting rid of it (orderOut:); that sounds like a recipe for a brief flicker.
Get rid of all that visible properties for windows crap and display. The way you show windows is with makeKeyAndOrderFront: or orderFront:, and you hide them with orderOut: or close. All that other stuff just serves to confuse things.
--
Shane Stanley <email@hidden>
<www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
applescriptobjc-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden