jcorral
21 messages 2008-08-12 |
Well if I put a breakpoint inside onMessage work fine
for example here:
if ("showMainScreen".equals(identifier)) { showScreen(); return false; }
|
|
jcorral
21 messages 2008-08-12 |
well I have a clean project, I can move between both menuitem´s without problems but press cancel or select hang the application
with OutOfMemoryError.
I don´t have this problem with kuix-1.0.0RC3
Thanks
|
|
jcorral
21 messages 2008-08-12 |
|
|
jcorral
21 messages 2008-08-12 |
I have my main frame with the follow screen definition, well I cannot press the "cancel" button when the menupopup it showing, the application hang. I use netbeans 6.1.
<screen> <screenfirstmenu onAction="Salir">Salir</screenfirstmenu> <screenSecondMenu> Menú <menupopup> <menuitem>uno</menuitem> <menuitem>dos</menuitem> </menupopup> </screenSecondMenu> </screen>
|
|
jcorral
21 messages 2008-07-17 |
Hi Bo,
thanks again, this situation is an example that you do a seriuos work, in my situation don´t affect because I´m trying the framework and a clean release is a good news.
|
|
jcorral
21 messages 2008-06-17 |
|
|
jcorral
21 messages 2008-06-16 |
When the "opciones" menu is the first in the popupmenu work great, but if not when press down it´s imposible reach "opciones" menu(In the second case if you press right in any menuitem on popupmenu then "opciones" menu is show).
Thanks
|
|
jcorral
21 messages 2008-06-12 |
Yes, If you press the rigth key when the popupmenu it´s diplayed the "opciones" menu it´s show but if you are in the top menuitem
and press the down key you can go until third menuitem but not to "opciones" menu.
|
|
jcorral
21 messages 2008-06-06 |
The next works fine
<popupMenu> <menu> Opciones <popupmenu> <menuitem onAction="reactivar">Reactivar</menuitem> <menuitem>Otro</menuitem> </popupmenu> </menu> <menuItem onAction="Menu1" shortcuts="0">Mimenu</menuItem> <menuItem onAction="Menu2">Menu 2</menuItem> <menuItem>Menu 3</menuItem> </popupMenu>
but this no, can´t go to Opciones Menu
<popupMenu>
<menuItem onAction="Menu1" shortcuts="0">Mimenu</menuItem> <menuItem onAction="Menu2">Menu 2</menuItem> <menuItem>Menu 3</menuItem> <menu> Opciones <popupmenu> <menuitem onAction="reactivar">Reactivar</menuitem> <menuitem>Otro</menuitem> </popupmenu> </menu> </popupMenu>
Thanks
|
|
jcorral
21 messages 2008-06-02 |
Ok Bo,
let me a few time.
|
|
jcorral
21 messages 2008-06-02 |
Don´t worry for that I have in my mind, and if finally I use Kuix in the project I purchase the license.
Thanks
|
|
jcorral
21 messages 2008-05-31 |
Well I have a bad day, I fix.
Thanks
|
|
jcorral
21 messages 2008-05-31 |
Opps,
In the emulator don´t work too.
|
|
jcorral
21 messages 2008-05-30 |
hello,
well I have a main frame with a menu and one menu option goes to a second frame and in the second I have a menu too, well the cancel don´t close the sencond menu and in the emulator work´s fine.
Ok Bo, I´m developing a commercial application and I need the framework work´s fine(I asume you don´t have a lot of time for kuix) and I need to know when the combobox be implemented.
Aupa Europe, a friend from Spain.
|
|
jcorral
21 messages 2008-05-30 |
Hello,
How can reference images files whith differents path in css file.
I have this
bg-image: url(title_gradient.png);
but
bg-image: url(/folder1/folder2/title_gradient.png);
Thanks
|
|