Hi all,
How can i set the app icon with Kuix?
Could someone help me please?
Thanks in advance.
|
gsarmentero 4 messages 2010-09-01 |
|
|
gsarmentero 4 messages 2010-08-31 |
|
|
gsarmentero 4 messages 2010-08-30 |
Hi all, Finally, i found the solution:
Java:
|
|
gsarmentero 4 messages 2010-08-30 |
Hi all, |
|
JamUzb 3 messages 2010-08-28 |
shappy1978 I have same problems with my screen: <screen class="main" style="layout:borderlayout;align:center;padding:15 0 0 0;" shortcuts="right=goToSchedule|left=backToMenu" focusloop="true">
Can you help? I did - needToAutoScroll = true; But no effect. |
|
JamUzb 3 messages 2010-08-28 |
shappy1978 I changed needToAutoScroll value to true, but scrollpane still can not scroll if the listitems are more enough and go outside the screen. Following is my xml source: <screen class="main" style="layout:borderlayout;align:center;padding:15 0 0 0;" shortcuts="right=goToSchedule|left=backToMenu" focusloop="true">
|
|
JamUzb 3 messages 2010-08-17 |
|
|
linxucn 1 message 2010-08-13 |
|
|
eric.kweyu 4 messages 2010-08-12 |
Hi yanggym, I have tried to read the contents of a field inside the Frame Method and I have not managed. I have used your method but in vain. Could you please explain futher how you read the contents of a field from inside a method? My app requires login so user has to type username and password. I want a way to get the contents of the username and password field. Thanks. |
|
eric.kweyu 4 messages 2010-08-12 |
I think Kuix is excellent. I have used it a couple of times I think it simplifies development. Myself as a developer I dont not want to spend a million hours designing the UI, I want to spend time writing the application logic and kuix has made it simpler to create very good UI's. On the other hand, I think the support for is a bit wanting. I posted a question (Which I consider basic) in the forum and two weeks later, It has 114 views with zero replies. The question was Create a Simple TextField If the support improves, I do not see another library beating Kuix.
|
|
dag 1 message 2010-08-12 |
When I try to build a page with code like this: ScrollPane pane = new ScrollPane(); After adding the scroll pane y add several text and textarea elements, but they do not appear. I cannot scroll and the scrollbar is not visible. Setting it visible (pane.setShowScrollBar(true);) doesn't help at all. Until now I had no problem adding elements to the screen and displaying it but I need help to display the scrollbars, because I want to display a long text.
Thanks in advance, dag |
|
eric.kweyu 4 messages 2010-08-07 |
|
|
eric.kweyu 4 messages 2010-08-03 |
Dear All, I am new to Kuix so please forgive my basic question. I want to create a simple form that has three fields. My question is how do I create a TextField using xml file or a java method. I am using the demo helloworld.xml and HelloWorldFrame.java. I tried the following and it doest seem to work.
public void onAdded() { // Load the content from the XML file with Kuix.loadScreen static method Screen screen = Kuix.loadScreen("helloworld.xml", null); TextField item = new TextField(); screen.add(item); // Set the application current screen screen.setCurrent();
}
Please Help. Thank you. |
|
sheelss200 1 message 2010-07-23 |
Getting a white screen instead of a result screen after sending a request to the server. The result, which in string format and also lengthy, is displayed only after a key is pressed which forcefully repaints the screen. I guess it is a thread issue.. Also getting out of memory exception sometimes after few hits!!!! Please help!! |
|
kadir950 10 messages 2010-07-19 |
|