Messages by babawere

4 topics, 10 messages
Kuix technical support » kuix Obfuscation

Bo thanks, i just downloaded my Netbeans6.5 and the obfuscator (High) works fine  . I think Every body should better upgrade ....

Kuix technical support » Blackberry Error
wow .. thats great, am sure many people would be happy with this new development ..
Kuix technical support » kuix Obfuscation

Hello, thanks for the reply. I'll makes sure i post them here. But how can one correct this bug ?

Kuix technical support » Cannot press "cancel"

Its liek you have the wrong path on your loadScreen. But all xml fines in /xml i belive the problem shoulb be resolved;

Kuix technical support » kuix Obfuscation

Obfuscation apart from making secureing jar files one important factor is that is also makes it smaller.

When Using Obfuscation Level = high in Nextbeans 6.1 Kuix tend to generate Uncaught exception java/lang/OutOfMemoryError.
 when you click on a any <menupopup> from the kuix demo,  Does anyone know why that happends ? Or is there any better way to compress kuix ?

Kuix technical support » Tab Creation

Thanks, it works perfectly...  but i noticed that the tabs are disabled by default .

Kuix technical support » Tab Creation

Hello ,

 

Actualy i tried implemeting it with XML but i get the following error :

Uncaught exception java/lang/IllegalArgumentException: renderer.

Using this xml documents :

 <tabfolder>
  <defaulttabitem>
   <text style="align:center">No tabs </text>
  </defaulttabitem>
 
  <tabitem label="Text">
   <_enabled>@{bText}</_enabled>
   <scrollcontainer style="layout:inlinelayout(false,fill);padding:5">
    <text class="label">Default Tab:</text>

   </scrollcontainer>
  </tabitem>         
                 <_renderer><![CDATA[
  <tabitem label="newTab">
   <_enabled>@{newEnabled}</_enabled>
   <scrollcontainer style="layout:inlinelayout(false,fill);padding:5">
    <text class="label">@{newContent}</text>
   </scrollcontainer>
  </tabitem>
              </listItem>
           ]]>
          
           </_renderer>
           <_items>@{newTabs}</_items>
 </tabfolder>

The concpet works fine with listItems but not tabItem .. do you know why ?

 

Kuix technical support » Blackberry Error

How do you make Kuix "menu" work on black berry mobile phones ?

Kuix technical support » Tab Creation

Hello,

How do you add and delete tab directly form your java code without using XML thinking of a chat room application in this instance.

Kuix general board » Books and Complete Refrences

Hello,

I'll really like to know the following :

1. Where to BUY ebooks (Complete Reference) or Interactive CD tutorials on how to effectively use the KUIX library

 

2. Where to BUY or DOWNLOAD various sample application developed with KUIX library with their source codes & expiation

 

I hope someone can help out.

 

Thanks