palm

palm - C++ - Programmation

Marsh Posté le 17-01-2003 à 05:38:50    

j'ai un label auquel sa propriété text est vide
 
dans l'évènement d'un bouton je tente de remplir sa propriété text
 
mais j'obtient toujours l'erreur
 
frmMain.c:27: request for member `Text' in something not a structure or union
 
quelqu'un aune idée?
 
static Boolean frmMain_cmdGenerer_OnSelect(EventPtr event)
{
 lblAllo.Text = "okeefe";
 return true;
}
 
j'ai tenté
 
lblAllo->Text = "okeefe";  
mais j'obtient la même erreur


---------------
Borland rulez: http://pages.infinit.net/borland
Reply

Marsh Posté le 17-01-2003 à 05:38:50   

Reply

Marsh Posté le 17-01-2003 à 09:39:42    

je dis sans doute une connerie mais ne serait-ce pas Caption et non Text? :??:


---------------
Whichever format the fan may want to listen is fine with us – vinyl, wax cylinders, shellac, 8-track, iPod, cloud storage, cranial implants – just as long as it’s loud and rockin' (Billy Gibbons, ZZ Top)
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed