cancel
Showing results for 
Search instead for 
Did you mean: 

Select Control type

Former Member
0 Kudos

Good day Gurus,

I am using visual composer 7.0 and the UI Control is empty. i cannot create or select fields as i want because the control is empty.

Can anyone help me in this regard.

Thanks in advance,

Themba.

Accepted Solutions (1)

Accepted Solutions (1)

p330068
Active Contributor
0 Kudos

Hi Themba,

Please try to update your server IP address and host name in host file entry at (RUN > drivers > etc > host file)

then try again. Also check the all the visual composer component are installed or not

Hope it helps

Regards,

Arun

Former Member
0 Kudos

HI

You need to install following softwares -

XML Parser

SVG Viewer

Adobe Flex builder.

Also check whether you have administrator rights for visual composer.

Regards

Sandeep

Former Member
0 Kudos

Hi Guys,

Thanks for helping but the problem still persist i have now loggin using someone credentials just to get the solution done.

but i am currently face with the challenge regarding the condition. what i do is that i have a field called output on my data fields an output form as an @output field. When i double click the field i get the following #ID[ACA652]@OUTPUT.

I am doing the following simple condition:

IF(#ID[ACA652]@OUTPUT == '1', 'true', 'false').

I get the following error Expected boolean value/expression. Can anyone help me as to what to do exactly?

Thanks in advanced,

Themba

Former Member
0 Kudos

Hi

You just modify the the condition as below & then try -

BOOL(IF(#ID[ACA652]@OUTPUT == "1", true, false)) -->> This is correct syntax for boolean expression.

If you still facing any error then please let me know.

Regards

Sandeep

Edited by: Sandeep Patki on Mar 24, 2010 4:30 AM

Former Member
0 Kudos

Hi Sandeep,

The formula is working 100%, thank you very much.. I have rewarded the points as deservedly so.

Thanks,

Themba.

Answers (0)