>>>>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> A good news never come alone so I have also fixed my Abdelrazak> "random crashes" problem. This is because I kept a const Abdelrazak> reference of menu item FuncRequest given by Abdelrazak> MenuItem::func() instead of a full copy of it like it is Abdelrazak> done in the qt2 frontend. For some menu item, the const Abdelrazak> ref remains valid but not for others. Is it by design? I Abdelrazak> mean like the submenuname() thing? The const ref should remain valid until the expanded menu is de-allocated. Abdelrazak> Anyway, thanks to your help I have now a port to Qt4.1 Abdelrazak> that is very close to being functional, Yahoo !!! :-). The Abdelrazak> only big remaining problem is that there is no keyboard Abdelrazak> blinking cursor and that this cursor does follow the Abdelrazak> keyboard. That is great! Did you solve the image loading issues? JMarc