Re: app with quick-entry dialog

2010-08-22 Thread Martin Hewitson
In the end I solved this by: 1) Not showing the quick-entry dialog as modal 2) Setting the quick-entry window to 'Non Activating' in IB 3) Setting the panel to 'Utility' (so it stays in front of the other apps) That seems to do the trick. Thanks to everyone for the ideas. Martin On Aug 22, 20

Re: app with quick-entry dialog

2010-08-22 Thread AppleLists_Jim Witte
>> Thanks for the clues. This almost does what I want - I can now jump back to >> the original app the user was working in. Two problems remain: >> >> 1) There is an unpleasant visual jump for the user as the quick-entry app >> jumps to the front and then then original app jumps back to the fro

Re: app with quick-entry dialog

2010-08-22 Thread Ken Thomases
On Aug 22, 2010, at 2:37 AM, Martin Hewitson wrote: > Thanks for the clues. This almost does what I want - I can now jump back to > the original app the user was working in. Two problems remain: > > 1) There is an unpleasant visual jump for the user as the quick-entry app > jumps to the front

Re: app with quick-entry dialog

2010-08-22 Thread Martin Hewitson
Hi Mike, Thanks for the clues. This almost does what I want - I can now jump back to the original app the user was working in. Two problems remain: 1) There is an unpleasant visual jump for the user as the quick-entry app jumps to the front and then then original app jumps back to the front. 2

Re: app with quick-entry dialog

2010-08-21 Thread Michael Ash
On Sat, Aug 21, 2010 at 12:16 PM, Martin Hewitson wrote: > Dear list, > > I'm building an app which supports a quick-entry dialog triggered by a global > hot-key so that the user can make entries while working in another app. I > have this all working fine except for one thing. When the quick-en