Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread [Error] Unit1.wbs (0,0): The referenced variable, parameter, or function clAqua does not exist
Fri, Dec 7 2012 4:13 PMPermanent Link

E.B

Hello,


I created a new visible project. I put a TLabel, a Tpanel, a Tedit on the form. The compiler is ok.
I put a TRadioButton into the Tpanel (as its child) the compiler says : "[Error] Unit1.wbs (0,0): The referenced variable, parameter, or function clAqua does not exist" error.

The only way to make the compiler close its mouth is deleting any components that are on the form.

What's wrong with my project ? (Zipped in the attached file).

Regards.

Eric.



Attachments: Project7.zip
Fri, Dec 7 2012 4:46 PMPermanent Link

Raul

Team Elevate Team Elevate

Eric,

Somehow the label font color has been set to clAqua which is not a valid color - in EWB change the color using mouse or if that does not work just close project and edit the wbf file.

if you can reproduce the steps that resulted in this colour being set incorrectly i suggest you email them to elevatesoft support.

Raul

<<
E.B wrote:
I created a new visible project. I put a TLabel, a Tpanel, a Tedit on the form. The compiler is ok.
I put a TRadioButton into the Tpanel (as its child) the compiler says : "[Error] Unit1.wbs (0,0): The referenced variable, parameter, or function clAqua does not exist" error.
>>
Sat, Dec 8 2012 10:57 AMPermanent Link

E.B

Raul,

I wasn't able to change it in the property inspector and in fact it didn't appears (color shown in the property inspector wasn't "Claqua"). I tried to edit the .wbf and change it into "Claquamarine" manualy. Saving the .wbf, after having stopped EWB, and run EWB didn't solve the problem, EWB still see "Claqua" somewhere, I don't know where and I finished by building an other project.

Perhaps, I don't remember, I have put some Delphi object définition into a .wbf so it can explain how "claqua" went into EWB ...

Ok.

I have an other problem : I can't change height property of TButton and TEdit. Changing it into the property inspector or with my mouse directly on the component has no effect, 23 pixels seems to be the only value the component accept.

I tried ton find some other property like "constraint" or else, would have explain that behaviour, without success.

Regards.

Eric.




Somehow the label font color has been set to clAqua which is not a valid color - in EWB change the color using mouse or if that does not work just close project and edit the wbf file.

if you can reproduce the steps that resulted in this colour being set incorrectly i suggest you email them to elevatesoft support.

Raul

<<
E.B wrote:
I created a new visible project. I put a TLabel, a Tpanel, a Tedit on the form. The compiler is ok.
I put a TRadioButton into the Tpanel (as its child) the compiler says : "[Error] Unit1.wbs (0,0): The referenced variable, parameter, or function clAqua does not exist" error.
>>
Sat, Dec 8 2012 1:28 PMPermanent Link

Raul

Team Elevate Team Elevate

Eric,

> I have an other problem : I can't change height property of TButton and TEdit. Changing it into the property inspector or with my mouse directly on the component has no effect, 23 pixels seems to be the only value the component accept.

At this point you cannot  - the height is controlled by the theme so
you'd have to customize the theme.
Tim (ElevateSoft) is aware of the limitation and is planning to have an
option to exclude controls from theme so you can modify it anyways you want.

See last post here for original comment :
http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=1622#1622

Raul
Sun, Dec 9 2012 4:19 AMPermanent Link

E.B

Ok Raul. And thanck you.

Eric.


At this point you cannot  - the height is controlled by the theme so
you'd have to customize the theme.
Tim (ElevateSoft) is aware of the limitation and is planning to have an
option to exclude controls from theme so you can modify it anyways you want.

See last post here for original comment :
http://www.elevatesoft.com/forums?action=view&category=ewb&id=ewb_general&page=1&msg=1622#1622

Raul
Image