Ask a Question related to Mac Programming, Design and Development.
-
ifiaz #1
Fixing Tab Order in Cocoa Window
I am a Cocoa Newbie who comes from VB.
In VB, you can choose from properties whether
I have a "TabStop" on a particular command button,
option button, etc. and also the order the TAB
should follow by setting "TabIndex".
Say I have 5 CheckBox, The higher the "TabIndex"
for that particular CheckBox, the later the
button is selected. This way I can choose
whichever order is suitable for that particular
App.
How can we do this in Cocoa?
I see that there is no property setting for this.
The Tab order seems to be fixed from the position
a button is located.
Top Left -> Bottom Right
and also, there is no way to set a particular button
not to have Tab Stop when the user tabs.
Please help.
ifiaz Guest
-
Modeless dialog parent window in Cocoa
I'm trying to use Cocoa dialog in my plug-in. It opens OK and works properly except that it can "hide" behind active doc's window. I can't work out... -
Fixing window size of flash projector
Hi, I am using the fscommand to fix the width of the my movie, but I want to be able to stop people resizing the projector window because I have... -
Cocoa, changing window close behavior?
Is there an easy way to change the window closing behavior in Cocoa? I'd like to have a slightly unorthodox behavior, in which the main document... -
multiple document and window types in cocoa
In <210720030631331455%none@none.com> None wrote: Use the existing document framework. Let the AppKit do the work. You don't need to store... -
Fixing registry
Gavin Deadman wrote: In case you hadn't noticed, this group is called microsoft.public.windowsxp.basics. It is not called... -
John C. Randolph #2
Re: Fixing Tab Order in Cocoa Window
ifiaz wrote:
In the interface builder, you'll find that controls have a "nextText"> Say I have 5 CheckBox, The higher the "TabIndex"
> for that particular CheckBox, the later the
> button is selected. This way I can choose
> whichever order is suitable for that particular
> App.
>
> How can we do this in Cocoa?
outlet. Try connecting it.
-jcr
John C. Randolph Guest
-
matt neuburg #3
Re: Fixing Tab Order in Cocoa Window
ifiaz <ifiaz@hotmail.com> wrote:
In Interface Builder, choose Help -> Interface Builder Help. Read that> I am a Cocoa Newbie who comes from VB.
>
> In VB, you can choose from properties whether
> I have a "TabStop" on a particular command button,
> option button, etc. and also the order the TAB
> should follow by setting "TabIndex".
>
> Say I have 5 CheckBox, The higher the "TabIndex"
> for that particular CheckBox, the later the
> button is selected. This way I can choose
> whichever order is suitable for that particular
> App.
>
> How can we do this in Cocoa?
documents, especially part under Cocoa Objects called "Enabling Tabbing
Between Objects".
--
matt neuburg, phd = [email]matt@tidbits.com[/email], [url]http://www.tidbits.com/matt/[/url]
Read TidBITS! It's free and smart. [url]http://www.tidbits.com[/url]
matt neuburg Guest



Reply With Quote

