Messages by jcorral

6 topics, 21 messages
Kuix technical support » Cannot press "cancel"

Well if I put a breakpoint inside onMessage work fine

 

for example here:

if ("showMainScreen".equals(identifier))
        {
            showScreen();
            return false;
    }

 

 

Kuix technical support » Cannot press "cancel"

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

Kuix technical support » Cannot press "cancel"

Emulator

Kuix technical support » Cannot press "cancel"

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>

Kuix general board » Refactoring before 1.0

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.

Kuix technical support » Any control similar to Combobox

Good, I will try.

Kuix technical support » Menu wrong behavior

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

Kuix technical support » Menu wrong behavior

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.

Kuix technical support » Menu wrong behavior

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

Kuix technical support » Cancel wrong behavior

Ok Bo,

let me a few time.

 

Kuix technical support » Cancel wrong behavior

Don´t worry for that I have in my mind, and if finally I use Kuix in the project I purchase the license.

Thanks

Kuix technical support » Cancel wrong behavior

Well I have a bad day, I fix.

 

Thanks

Kuix technical support » Cancel wrong behavior

Opps,

In the emulator don´t work too.

Kuix technical support » Cancel wrong behavior

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.

Kuix technical support » url reference in css

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