> The code is simply
> 
>   max:= memNounMarkers.lines.Count;
>   msg:= msg + ' ' + memNounMarkers.lines[random(max)];
> 

>> Is the variable not displaying msg or
memNounMarkers.lines[random(max)] ?
>> 
>> At a guess, if its the memNounMarkers.lines[random(max)] the issue is
>> probably with the random.
> Rob

Thanks Rob but I'm trying to get it to display MAX and MSG (simple int &
string) nothing more complex - there's no pop-ups of any sort :-(

Giovanni

> ----- Original Message -----
> From: "Moretti, Giovanni" <[EMAIL PROTECTED]>
> To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
> Sent: Tuesday, March 18, 2003 11:03 AM
> Subject: RE: Re: [DUG]: Tooltip Evaluation disabled but all 
> options are ON
> ??? D7P
> 
> 
> Thanks Robert but this isn't it.
> 
> Where max = integer and msg = string inside a onClick event 
> handler ...
> 
> Giovanni
> 
> > -----Original Message-----
> > From: Robert Martin [mailto:[EMAIL PROTECTED]
> > Sent: Tuesday, 18 March 2003 9:45 a.m.
> > To: Multiple recipients of list delphi
> > Subject: Re: [DUG]: Tooltip Evaluation disabled but all
> > options are ON ??? D7P
> >
> >
> > A guess, this feature doesn't work within 'with' statements
> >
> > i.e
> >
> >     MyObject.Name (works)
> >
> >     with MyObject do begin
> >         Name (Doesn't work
> >     end;
> >
> > Rob
> >
> > Software engineer
> > Wild Software Ltd
> > Ph 03 377-0495
> > ----- Original Message -----
> > From: "Moretti, Giovanni" <[EMAIL PROTECTED]>
> > To: "Multiple recipients of list delphi" <[EMAIL PROTECTED]>
> > Sent: Tuesday, March 18, 2003 9:42 AM
> > Subject: [DUG]: Tooltip Evaluation disabled but all options
> > are ON ??? D7P
> >
> >
> > Hi
> >
> > I'm using Delphi 7 Personal (so I don't accidentally use 
> some feature
> > that our students won't have) and I'm puzzled about why tooltip
> > evaluation won't appear.
> >
> > These options are on:
> >
> >    Code Insight Tooltip evaluation: Checked
> >
> >    Optimization: OFF
> >
> >    Generate Debug DCUs: ON
> >
> >    Debugger Options/Integrated Debugging: ON
> >
> > After stopping at a breakpoint the watch window will show the
> > values of
> > variables but nothing pops up under the cursor (and I've 
> set the delay
> > right down). Are there any other options I should know about?
> >
> > Any thoughts (especially solutions :-) would be welcome.
> >
> > Giovanni
> > ______________________________________________________________
> > __________
> > Giovanni Moretti  |  Institute of Information Sciences and 
> Technology
> > Senior Lecturer   |  Massey University, Palmerston North, 
> New Zealand
> > Computer Science  |  Ph 64-6-3505799x2474 == Fax 64-6-3502259
> > == ZL2BOI
> > --------------------------------------------------------------
> > ----------
> > http://www-ist.massey.ac.nz/moretti
> > mailto:[EMAIL PROTECTED]
> >
> > --------------------------------------------------------------
> > -------------
> >     New Zealand Delphi Users group - Delphi List -
> > [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> > To UnSub, send email to: [EMAIL PROTECTED]
> > with body of "unsubscribe delphi"
> > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> >
> >
> >
> > --------------------------------------------------------------
> > -------------
> >     New Zealand Delphi Users group - Delphi List -
> > [EMAIL PROTECTED]
> >                   Website: http://www.delphi.org.nz
> > To UnSub, send email to: [EMAIL PROTECTED]
> > with body of "unsubscribe delphi"
> > Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> >
> --------------------------------------------------------------
> -------------
>     New Zealand Delphi Users group - Delphi List - 
> [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED]
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> 
> 
> --------------------------------------------------------------
> -------------
>     New Zealand Delphi Users group - Delphi List - 
> [EMAIL PROTECTED]
>                   Website: http://www.delphi.org.nz
> To UnSub, send email to: [EMAIL PROTECTED] 
> with body of "unsubscribe delphi"
> Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/
> 
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to