My machine has 3GB RAM and 250 GB secondary memory. I hope i have sufficient amount of memory in my bank. i dont run any other program other than netbeans.
- Kalmeo.org community
- > Messages by egopinath
Messages by egopinath
|
egopinath 12 messages 2008-08-26 |
|
|
egopinath 12 messages 2008-08-25 |
It doesn't occur on first startup.
yes. It occurs only in simulator
Yes.
No
Netbeans 6.1 and Sun WTK 2.5.2 |
|
egopinath 12 messages 2008-08-22 |
|
|
egopinath 12 messages 2008-08-22 |
> how can we do text wrapping in text field? It is not implemented for the moment, but planned for the next release. > I am using a Text widget not a TextField(sorry for that) and i am updating the text content dynamically. The text is too long that some of the content are sliced. Is there a way to wrap it to the next line. And to the last question, I tried cleaning the screen before I exit the application but, i am still getting the same error. here is the error trace, java.lang.OutOfMemoryError |
|
egopinath 12 messages 2008-08-22 |
hi, I have three questions how can i open a browser from kuix application. I know that from a midlet you can use platformRequest() method to open browser. Can we do the same in kuix and will it work? how can we do text wrapping in text field? I am getting out of memory error when i close and open the application. This is not coming from the simulator memory, it is thrown from kalmeo's parser. I read from the forum that you need to call cleanup when you are using @{..} properties to remove the link between dataprovider and the widget. Am I right ? if yes what should I do to overcome this error ? If i am wrong what else should i do? |
|
egopinath 12 messages 2008-08-21 |
|
|
egopinath 12 messages 2008-08-20 |
|
|
egopinath 12 messages 2008-08-20 |
Hi, I would like to change the visibility of widget based on a condition in my java application. How to set the visibility of the widget dynamically? I tried to set the visibility of a widget by passing a dynamic parameter to the visible attribute of the widget. But I couldn't suceed. I have another question. What is the difference between using '@' and '$' symbol when using dynamic parameters? |
|
egopinath 12 messages 2008-08-15 |
Hi, Thanks for your reply. I do have a value attribute for the radiobutton I used. Please look into my xml file. This is what you are speaking about assigning a value or do I need to do something else because i cant see any radiobuttons in my screen but i see a two pixel border after i modified my css file. i have one more question, Can i able to have a drop down list inside choice instead of radiobutton? Gopi |
|
egopinath 12 messages 2008-08-15 |
Hi, i have problem in creating choice dynamically. i could not see the choice in my screen. Here is my xml code <screen style="align:fill-center;layout:inlinelayout(false,fill)" > This is my Frame class, public class MainFrame implements Frame { public static final MainFrame instance = new MainFrame(); public void onRemoved() { public void onAdded() { // Preload the screen } public boolean onMessage(Object identifier, Object[] arguments) {
This is my dataprovider class, public class DetailDataProvider extends DataProvider { }
This is the Customer class, DataProvider uses, public class Customer extends DataProvider { private static final String CUSTOMER_NAME = "custName"; public void setCustName(String custName) { public void setCustURL(String custURL) { /* (non-Javadoc)
This is my CSS file, text { |
|
egopinath 12 messages 2008-08-13 |
|
|
egopinath 12 messages 2008-08-11 |
Hi, I am new to kuix and i am building a new application using web services. I would like to know the effect on performance when using xml rather than java code. The reason for my question is, the application will consume some memory when trying to parse the xml document. So how much will this affect the performance of the application. I have another question. I want my application to be minimum in size. Application without kuix comes around 70kb but, with kuix it comes around 150kb which is after obfuscating. Is there any other way to reduce my jar file size? I want to dynamically populate the list for every web service call. Please tell me whether it is good to do it in java or xml? Thanks, Gopi |

