Messages by kadir950

4 topics, 10 messages
Kuix bug report » ListItem bug when Screen Transaction!

Thank Ramez,  it is runing  now ;)...

Kuix bug report » ListItem bug when Screen Transaction!

Thank ramezs,

 

I will try  now..

Kuix bug report » ListItem bug when Screen Transaction!

Hi ramezs again,

 

I can not find this function  > Kuix.getCanvas().isTransitionRunning()

 

I think your solution will be a good solution  if I find this function

 

if (isVisible()&& !Kuix.getCanvas().isTransitionRunning()) {

if (textX < minOffset || textX > maxOffset) {

slideTextIncrement *= -1;

}

textX += slideTextIncrement;

invalidateAppearance();

}

 

Kuix bug report » ListItem bug when Screen Transaction!

Hi,

Thank for reply , I will try your solution.

Kuix technical support » setAttributeBindInstruction function, Help!

Hi,

How can I use this function?  >> "setAttributeBindInstruction". I want to fasten label of TabPage with Dataprovider. I can fasten in xml, but I want to fasten code behind.

tab.setAttributeBindInstruction("label",null,"@{name}"); > dont work

OR

tab.setAttributeBindInstruction("_label",null,"@{name}"); > dont work ....

 

Thanks.

Kuix technical support » Where is Vibration Function and Lighting Function in Kuix?

Hi,

 I saw  Vibration and Lighting Functions  in Kuix. I can remember  but Now I can not find it. Did you use it?  Do you know, how I can use these functions?

Kuix technical support » Text Wrap

Hi,

You must use "<textarea>" control for wrapped.  And you can use "<b>, <u>, <i>...."  in text area for format.

 

<textarea id="txtContent" styled="true"></textarea>

 

after

 TextArea txtExtra = (TextArea) Kuix.getCanvas().getDesktop().getCurrentScreen().getWidget("txtExtra");

 txtExtra.setText("kadir <b><u>AKIN</u></b>, <u>test</u> project");

 

Kuix bug report » ListItem bug when Screen Transaction!

Hi all,

 

I think there is a bug about transition animation of screen, which is in  both fading and sliding.

If there is ticker text on the screen like a listitem, the transition doesn’t accoured properly, all the ui compents are okey but about tickering listitem is not okey.   

 

Kuix technical support » Layout Design in List ?

and  How can I slip the text in A1 area (like html marquee)?

Kuix technical support » Layout Design in List ?

Hi,

I using List Control  and  I want to design ListItem as in the picture. How can I this?   Can you make a sample xml?

Thanks.

and  How can I slip the text in A1 area (like html marquee)?

Example