discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

TR: Question about NSCell and NSMatrix


From: Peron, Stéphane
Subject: TR: Question about NSCell and NSMatrix
Date: Wed, 24 Oct 2001 12:10:11 +0200

> Ok thanks Nicola !
> 
> Concerning Gorm, I really would like to use it but I've not found the
> NSMatrix object....
> I saw all the objects but none of this one. I only saw one icone that show
> such a Matrix but when I try to click on or to drag it on my panel,
> nothing appends.
> 
> I surely don't know how to use it...if you can help me on, you are welcome
> :-)
> 
> Bye
> 
> stef
> 
> -----Message d'origine-----
> De:   Nicola Pero [SMTP:nicola@brainstorm.co.uk]
> Date: mercredi 24 octobre 2001 11:59
> À:    Peron, Stéphane
> Cc:   'discuss-gnustep@gnu.org'
> Objet:        Re: Question about NSCell and NSMatrix
> 
> > I have downloaded appkit methods from apple site (thanks to you :-) ).
> > 
> > Well, I'm working on an application for which the main panel would
> display a
> > matrix of objects. 
> > First, I ve tried to init an NSMatrix object  like that :
> > 
> > NSMatrix matrice = [[NSMatrix alloc] initWithFrame:
> > rect:NSTrackModeMatrix:classcell:5:1]
> 
>  NSMatrix *matrice = [[NSMatrix alloc] initWithFrame: ...];
> 
> 
> > Secondly, I'd like to display objects in this matrix. I've read the
> > documentation concerning NSCell and it seems that we only can display
> text
> > and images into.
> > So, Does anyone know how I could display for exemple a button or a
> > checkbutton in an NSCell object ?
> > I think the better for me is to have sources of an application that use
> > these collection of objects. Is there actually such an application among
> the
> > Gnustep apps ?
> 
> Have a look into examples/gui/, you should find example code for most
> objects there.
> 
> You might want to try out Gorm ... that should allow you to create a
> matrix of buttons without having to write any code.

Ce message contient des informations confidentielles ou appartenant au
Crédit Lyonnais et est établi à l'intention exclusive de ses
destinataires. Toute divulgation, utilisation, diffusion ou reproduction
(totale ou partielle) de ce message, ou des informations qu'il contient,
doit être préalablement autorisée. Tout message électronique est
susceptible d'altération et son intégrité ne peut être assurée.
Le Crédit Lyonnais décline toute responsabilité au titre de ce
message s'il a été modifié ou falsifié. Si vous n'êtes pas
destinataire de ce message, merci de le détruire immédiatement et
d'avertir l'expéditeur de l'erreur de distribution et de la destruction
du message.

This e-mail contains confidential information or information belonging
to Crédit Lyonnais and is intended solely for the addressees.
The unauthorised disclosure, use, dissemination or copying (either whole
or partial) of this e-mail, or any information it contains, is prohibited.
E-mails are susceptible to alteration and their integrity cannot be guaranteed.
Crédit Lyonnais shall not be liable for this e-mail if modified or falsified.
If you are not the intended recipient of this e-mail, please delete it
immediately from your system and notify the sender of the wrong delivery
and the mail deletion.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]