Messages by asbabu123

36 topics, 68 messages
Kuix technical support » Searchfield implementation

Hi All,

 

I am trying to implement the search option in my application for listitems like(contacts). how can i get the focuses on Textfield and Listitem at a time(Ex: textfield is on focus and Listitem also is on focus). If i press any letter in the textfield(ex: a), based on this i need to display related letter listitems(ex:amen,amul,aunty..etc.)

 

Please help me on this. If any one having idea. I hope to share u r knowledge on this.

 

 

Regards,

Suresh A

 

 

Kuix technical support » How to set the languages for Java Frame

HI All,

 

I implemented the different languages in our small application using XML files and screens. But i implemented the some screens using java frames(not xml files), For this screens how can i change the languages for Labels. If any one having idea, please help me.

 

Regards,
Suresh A

 

Kuix technical support » Capturing keypress in Blackberry

Hi,

 

I am also looking for same balckberry menu key for left soft key action and escape Key for Right soft key action. I need like this directly from KUIX.

Actually in KUix shows when we select Menu key it shows the left menu and right menu. But i dont need like this, i need directly open menu when we press Menu Key for balckberry and when i press escape key goes to back screen. Please if any implemented in this way help me.

 

Regards,

Suresh A

 

 

Kuix technical support » Dynamic Progress Bar

No one know about this. just i want to run on progressbar thread based on % data comin from server. Please atleast idea or hint on this.

 

Regards.

Suresh A

Kuix technical support » Dynamic Progress Bar

Hi All,

 

please give me the reply on this. help me to develop this dynamic progress bar.

 

Regards,

Suresh A

 

Kuix technical support » Dynamic Progress Bar

Hi  Hello All,

 

In Kuix possible to get the dynamic progress bar?  Actually at present i used the normal progress bar(from demo application). But i need to

display that progress bar based on the dynamic data.  Means  i hit the server and get the data using Http connection. here i get the data

based on percentage wide.

                                  Now based on this percentage i need to show my progress bar dynamically. Just like j2me progress bar. Is it

possible? Please if it is possible please help me on this.

 

Regards,

Suresh A

Kuix technical support » Display the focus on two widgets.

Hi all,

Is it possible to display the focus on two widgets on a single screen using KUIx? Means I am having on the screen one textfield and under some listitems. I need to display the focus on text field and on listiems.

If it possible like this can any body help me on this. Becuase using this i am trying to implement the search field. Other wise is there any example code for search field implementation please help me..

 

Regards,
Suresh A

Kuix technical support » diff. providers, diff. tabitems

Hi ComeRun,

 

How you can display the contacts on the screen? Means using xml file or using java code. I display the 500 contacts on the screen using xml

file and dataprovider class(based on Kaprice project Listitems).

But Loading the screen its taking time(2 to 3 minutes). can you help me  for resolve this issue. or can u give me the sample code for

display the listitems on the screen through Java code(not through xml file).

 

Regards,
Suresh A

Kuix technical support » Changing the properties in between application

Hi,

I am trying to change the language settings for Kuix framwork in my application. Defaultly message.properties file loading when ever we use the Kuix.

Now i need to change the i18n message.properties file to i18n message.fr.properties file in between my application running state. Is it possible in kuix in between application running chenged the properties file?

If any one having idea about this, please help me.

 

Regards,
Suresh A

 

 

Kuix general board » Display the list using java code.

Hi All,

 

I displayed the list using java code. Here how can we set the selected index for list or listitem, for the purpose of getting the focused listitem name.

I didnt get any idea about this. or

Other wise Is it possible to display the list through dataproviders using java code(not through xml) ? If there is any possibility for display

the list please help me.. Give me any idea on this.

 

Actually what i need to display the listitem and getting the focusable listitem string. I succeded through xml code using dataprovider, but

there i got the performance issue means screen display should be taking time(depends up on listitems ex: for 400 listitems its taking 3

to 4 minutes time). Resolving this issue purpose i am thinking using java code display the lisitem. but how can we get the focusable

listiem stirng using java code. I did nt get .. please respond for this......

 

Regards,
Suresh A

Kuix technical support » Display the list using java code.

Hi All,

 

I displayed the list using java code. Here how can we set the selected index for list or listitem, for the purpose of getting the focused listitem name.

I didnt get any idea about this. or

Other wise Is it possible to display the list through dataproviders using java code(not through xml) ? If there is any possibility for display

the list please help me.. Give me any idea on this.

 

Actually what i need to display the listitem and getting the focusable listitem string. I succeded through xml code using dataprovider, but

there i got the performance issue means screen display should be taking time(depends up on listitems ex: for 400 listitems its taking 3

to 4 minutes time). Resolving this issue purpose i am thinking using java code display the lisitem. but how can we get the focusable

listiem stirng using java code. I did nt get .. please respond for this......

 

Regards,
Suresh A

 

Kuix general board » kuix support for table view

Hi,

 

Nagendra Kumar,

 

I tried for getting the table using Kuix. I got related to table, but i didnt get lines in between rows and columnns. I used the New source

code for this, because weight style attribute should be working in new source code. I implemented xml based code only.

I written the example model here.

 

sno  name   mode

1     suresh  offline

2     naresh  online

3     Sridhar  offline.

 

Like this i displayed for my small application.

 

Regards,

Suresh A

 

Kuix technical support » use the container using java code

HI All,

 

I need the information for Container utilization using java code. Means how can i design the screen using containers and reaming widgets.

Why in this forum KUix team does not give any proper responses for forum questions. So many developers waiting for your responses.

Please give us to proper responses.

 

Regards,

Suresh A

Kuix technical support » Display screen using java code

Hi All,

 

I am trying to display the screen using java code. But its very difficult for me to design. can any one give me the example code for this.

Actually i need to display on the screen. one text and textfield in Borderlayout north, under i need to display listitems using borderlayout center. but it was not working. I am using draganddrop container.

Means based on my xml i tried to design this screen using java code. So i selected in the palce of container tag dragdropcontainer widget. But not possible for me display. Please can any one help me on this. design the screen using javacode for layout design.

 

Here i posted my java code. Plese see and help me for this solution...

 

screen=new Screen("Contacts Display");
screen.setTitle("Contacts");
list=new org.kalmeo.kuix.widget.List();


//screen.setAttribute("style", "layout:borderlayout");

screen.setAttribute("focusloop", "true");
scrollpane=new ScrollPane();
scrollpane.setAttribute("useMarkers","false");
picture=new Picture();
picture.setAttribute("src", "app_icon1.png");
picture.setAttribute("style", "layout-data:sld(left,-1,-1)");
screen.getTopBar().add(picture);

DragAndDropContainer dragdrcontainer=new DragAndDropContainer();
dragdrcontainer.setAttribute("style","layout:borderlayout;layout-data:bld(north)");
scrollpane1=new ScrollPane();
scrollpane1.setAttribute("useMarkers","false");
Text text1=new Text();
text1.setText("Find:");
text1.setAttribute("style", "layout:borderlayout;layout-data:bld(west)");
TextField texfield=new TextField();

texfield.setAttribute("style", "layout:borderlayout;layout-data:bld(center)");
texfield.setAttribute("enabled","false");

dragdrcontainer.add(text1);
dragdrcontainer.add(texfield);


screen.add(dragdrcontainer);

MenuItem meuitem=new MenuItem();
meuitem.add(new Text().setText("Exit"));
meuitem.setOnAction("exit");
screen.getFirstMenu().getPopup().add(meuitem);

DragAndDropContainer dragdrcontainer1=new DragAndDropContainer();
dragdrcontainer1.setAttribute("style","layout:borderlayout;layout-data:bld(center)");

for ( int i = 0; i < countrylistvec.size(); i++ ) {
li = new ListItem();
text = new Text();
smscontactsDisplayDataprovider.createContactList((String) countrylistvec.elementAt(i));
text.setText(smscontactsDisplayDataprovider.name);
//text.setText((String) countrylistvec.elementAt(i));
li.add(text);
li.setId((String) countrylistvec.elementAt(i));

li.setOnAction("listitem");
li.setOnFocus("listitem1");
list.add(li);
//list.addItem(smscontactsDisplayDataprovider);
}


scrollpane.add(list);
dragdrcontainer.add(scrollpane);

screen.add(dragdrcontainer1);


screen.setCurrent() ;

 

Regards,
Suresh A

Kuix technical support » Display the table on the screen using table layout

Hi All,

 

I am trying to display the values using table layout just like table format. How can  i display, If any one knows please help me on this..

I written the example table format values.

 

sno     ip                country     date       status

1     192.168.1.166  India       12.9.28  offline

2.    70.32.121.211  Australia  20.6.09   online

 

Like this i need to display the data and also i need the lines inbetween rows and columns. how can i do this. Please help me..

Its very urgent requirement for me..

 

Regards,

Suresh A