RES: RES: RES: RES: JvInspector without variable

"cassab" <[email protected]> Fri, 5 Aug 2005 16:26:12 -0300
Newsgroups gmane.comp.lang.delphi.jedi
Message-ID <[email protected]>
Same error ... my code:
 
procedure TFormConfiguracao.AddEstabelecimento;
var confEstabelecimento: TJvInspectorCustomCategoryItem;
begin
    confEstabelecimento :=
TJvInspectorCustomCategoryItem.Create(JvInspectorConfiguracoes.Root, nil);
    confEstabelecimento.DisplayName := 'Estabelecimento';
 
    with TJvInspectorVarData.New(confEstabelecimento, 'ID',
TypeInfo(Integer), @confEstabelecimentoID) do
    begin
        Flags := Flags or [iifEditButton];   ----->> ERROR HERE !!!
        ReadOnly    := True;
//        OnItemEdit := <event to open a form>;
    end;
    confEstabelecimento.SortKind := iskNone;
end;
 
The error on Flags line: Operator not applicable to this operand type

   _____  

De: [email protected] [mailto:[email protected]] Em nome
de Marcel Bestebroer
Enviada em: sexta-feira, 5 de agosto de 2005 16:08
Para: [email protected]
Assunto: Re: RES: RES: RES: [Delphi-JEDI] JvInspector without variable


> with TJvInspectorVarData.New(...) do
> begin
>    ReadOnly := True; // no manual editing
>    Flags := Flags or iifEditButton; // ellipsis button

     Oops. Try:

    Flags := Flags or [iifEditButton]; // ellipsis button


-- 
Marcel Bestebroer (Team JEDI) HYPERLINK
"http://delphi-jedi.org"http://delphi-jedi.org
Project JEDI Help coordinator
JEDI.NET team coordinator


   _____  

YAHOO! GROUPS LINKS 


	
*	 Visit your group "HYPERLINK
"http://groups.yahoo.com/group/Delphi-JEDI"Delphi-JEDI" on the web.
  

*	 To unsubscribe from this group, send an email to:
 HYPERLINK
"mailto:[email protected]?subject=Unsubscribe"Delphi-J
[email protected]
  

*	 Your use of Yahoo! Groups is subject to the HYPERLINK
"http://docs.yahoo.com/info/terms/"Yahoo! Terms of Service. 


   _____  



--
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.6 - Release Date: 8/6/2005



-- 
Internal Virus Database is out-of-date.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.6.6 - Release Date: 8/6/2005
 


[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hl76arb/M=362335.6886445.7839731.1510227/D=groups/S=1705115362:TM/Y=YAHOO/EXP=1123277556/A=2894361/R=0/SIG=13jmebhbo/*http://www.networkforgood.org/topics/education/digitaldivide/?source=YAHOO&cmpgn=GRP&RTP=http://groups.yahoo.com/">In low income neighborhoods, 84% do not own computers. At Network for Good, help bridge the Digital Divide!</a>.</font>
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Delphi-JEDI/

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/