Hi Tofu,
Thanks a TON,
Cheers
Desi...
|
desifuntoosh 13 messages 2008-09-18 |
|
|
desifuntoosh 13 messages 2008-09-18 |
Hi Guys, Im trying to make a main menu screen on which im trying to diplsay pictures on top of the buttons.Im just using buttons to cacth the on click event as its not available on the picture Following is the code i used in .xml <screen style="align:center;layout:inlinelayout(false,fill)"> <container style="align:left;layout:inlinelayout(false,no fill)"> Following is the code i used in .css button.inbox{ button.sms{ Issues Im facing: the images are displayed in a very very small size, just bigger then the size of a small dot on the screen. My requirements are: 1. Want the pictures to be displayed properly wthout as main menu items in th middle of the screen 2. During the hover I want to display another similar picture but of smaller size to give an effect 3.I dont want to show any text on the button( want to avoid text) if i do so the picture do not get displayed Please suggest as how can i accomplish this...I had tried putting
Thanks in advance Desi... |
|
desifuntoosh 13 messages 2008-09-14 |
|
|
desifuntoosh 13 messages 2008-09-12 |
Kuix technical support »
Button resizing issues.( How to have buttons in different sizes on one screen)
Hi All, I'm strictly trying to follow the KUIX demo. I came accross one more issue so please suggest. I want to make the buttons of different sizes but im unable to make so. In the KUIC demo. The sizes of the two buttons on the main screen differs from the sizes of the button and the choice on Demo for the tab component. I have checked the style.css and the xml files (screen.xml aswell as the widget.xml) but unbale to figure out as to how it happened. Is it possible that since the button and the choice are under the tabitem so it takes the default size: code snippet below <tabitem label="Button"> Please suggest as how to resize my buttons through .css and xml or by any other means Thanks, Cheers Desi... |
|
desifuntoosh 13 messages 2008-09-12 |
|
|
desifuntoosh 13 messages 2008-09-12 |
|
|
desifuntoosh 13 messages 2008-09-12 |
|
|
desifuntoosh 13 messages 2008-09-12 |
Hi Guys, I was able to succesfully navigate between the screens using following ways SreenA-->ScreenB: In FrameA I used following ways: public boolean onMessage(Object identifier, Object[] arguments) { return true; In FrameB I used following: public static final FrameB instance = new UnderConstFrame(); /** public boolean onMessage(Object identifier, Object[] arg1) { return true; public void onAdded() { public void onRemoved() { Questions: 1.Is this approach OK? 2.Will the Screen's cleanUp(); method will be called for memory usage? 3. What If I had used the following instead in FrameB if ("goHome".equals(identifier)) { if (pos == -1) { public void onAdded() { /* (non-Javadoc) 4. How does the usage of the desktop differs. Whts the better approach? 5. How does these two differ and when they should be used Kuix.getFrameHandler().pushFrame(FrameB.instance); FrameB.instance.showScreen(); Your feedback will be valuable Thanks in advance, Cheers Desi... |
|
desifuntoosh 13 messages 2008-09-11 |
Hi Guys, I have 4 screens: Splash, A,B,C screens.4 corresponding xml files. As per the tutorial Each Screen should have its own Frames to do event handling. So I have FrameA,FrameB and FrameC Issues:
protected void initDesktopContent(Desktop arg0) {
Till now Im able to navigate to FrameB but when i come back on the main screen the menu pop ups are working fike but navigation is not happening. Suggest me the best way n approach: Thanks, cheers Desi... |
|
desifuntoosh 13 messages 2008-09-11 |
Hi Guys, My application is using the images on most of the screens as being used in the Kuix Demo. Since the phone's screens have different sizes such as For example Nokia Screens vary from 128*128, 128*160, 176*208, 208*208, 240*320, 320*240, 352*416 Currently Im using screen image of size 240*320 to be displayed in full screen on the splash screen. My question: Do I have to chnage the image being used to be displayed properly on the different size screens. wht will be the right way.. Another question: Wht should be the generic image size to be used when it comes to using it :as apllication logo in the topwindowbar : on buttons or check boxes including the hover images If we can come on a generic image size tht will be displayed on all diff size screen then it will be great. Note: This question is similar to the question been asked earlier " Multi device build of the KUIX application" Thanks in advance cheers Desi |
|
desifuntoosh 13 messages 2008-09-11 |
Hi Guys, I need to put in Drop Down component in my application from where the user can then select the desired choice. Unfortunately I could not find any such component no even in th examples. Please suggest me the way to get this component or any other ways to implement this requirement. Brief about myself: I have been into Telecom domain for 10 yrs now, I'm working as a project manager for last 3yrs and feel that have become quite rusty now after being into managerial role (without doing any coding). Now again trying hard to get back into the original developer mode. Thanks: I really want to appreciate the efforts put in by the KUIX project team in developing such a framework to work on. Hats off to you guys...wish I too can be such talented as you...still trying to give my best to get the best out of me... Cheers Desi... |
|
desifuntoosh 13 messages 2008-09-11 |
|
|
desifuntoosh 13 messages 2008-09-11 |
|