Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » Riena on Ubuntu 10.10(Some problems)
Riena on Ubuntu 10.10 [message #637644] Mon, 08 November 2010 08:27 Go to next message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 64
Registered: March 2010
Member
Hi Riena,

(On ubuntu)
1. ToolTip on module don't show message, but just rectangle
2. When application is started button maximaze don't work, you must first resize application window, and than if you click maxime button it work and application goes maximazed


(On windows)
1. MarkerMessage (etc. Field must be fill) you don't see on winxp


Some questions (for Ubuntu and Windows)
1. Is it possible to move subapplication to right or left (now it's in center). We have many subapplications, and for that some subaplication label goes under application logo.
2. It will be good to have one variable in Theme showLogo(boolean). To completly remove application logo
3. On view is there some variable StateOfView. Etc. User open one view. On that view user change some textBoxs and bind is done to model. Now user change View or subapplication before change controller must test if user is changed something and give a user Messagebox("You changed data...save or not?"). Something like that. Or if there is some methode onExit() in controller of view where you can do some test before exit of view.


Riena thanks a lot and when you will come in Croatia Smile
Re: Riena on Ubuntu 10.10 [message #637897 is a reply to message #637644] Tue, 09 November 2010 09:31 Go to previous messageGo to next message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
Am 08.11.10 09:28, schrieb Amel Jakupovic:
> Hi Riena,
>
> (On ubuntu)
> 1. ToolTip on module don't show message, but just rectangle
> 2. When application is started button maximaze don't work, you must
> first resize application window, and than if you click maxime button it
> work and application goes maximazed
>
>
> (On windows)
> 1. MarkerMessage (etc. Field must be fill) you don't see on winxp
>
>
> Some questions (for Ubuntu and Windows)
> 1. Is it possible to move subapplication to right or left (now it's in
> center). We have many subapplications, and for that some subaplication
> label goes under application logo.
Look at the alternate launch under SWT Example Application (with alternate LnF). It has the subapplication switcher on
the left. You can always write your own Renderer for the Subapplication Bar that puts it complitly somewhere else.
> 2. It will be good to have one variable in Theme showLogo(boolean). To
> completly remove application logo
Cant you just have a one pixel logo with no color and alpha channel 0 that would do that ?
> 3. On view is there some variable StateOfView. Etc. User open one view.
> On that view user change some textBoxs and bind is done to model. Now
> user change View or subapplication before change controller must test if
> user is changed something and give a user Messagebox("You changed
> data...save or not?"). Something like that. Or if there is some methode
> onExit() in controller of view where you can do some test before exit of
> view.
If the exit is closing the submodule there is a method "allowsDispose" that you can overwrite and return false if the
use can not close that submodule. There is also a allowDiactivate method which is called when the user switches to a
different submodule...maybe that helps.....
>
>
> Riena thanks a lot and when you will come in Croatia :)
>
I dont have Unbuntu and I am not sure what you mean withe MarkerMessage comment. Maybe you can explain that or attach a
screenshot

christian
Re: Riena on Ubuntu 10.10 [message #638089 is a reply to message #637644] Tue, 09 November 2010 21:25 Go to previous messageGo to next message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 64
Registered: March 2010
Member
Hi Christian,

one stupid question Smile what is standard for inserting images here. what site you use for upload images ?

I will prepare screenshot for every problem I have on Ubuntu and Windows.

Many thanks
Re: Riena on Ubuntu 10.10 [message #638096 is a reply to message #637644] Tue, 09 November 2010 22:02 Go to previous messageGo to next message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 64
Registered: March 2010
Member
1. Is it possible to move subapplication to right or left (now it's in center). We have many subapplications, and for that some subaplication label goes under application logo.

http://img46.imageshack.us/f/image1aya.png/

2. ToolTip on module don't show message, but just rectangle

http://img607.imageshack.us/f/image3g.png/

3. MarkerMessage (etc. Field must be fill) you don't see on winxp

http://img230.imageshack.us/f/image2dx.png/



i will put in this topic everything about riena 2 on ubuntu.

thanks Christian
Re: Riena on Ubuntu 10.10 [message #638901 is a reply to message #637644] Sat, 13 November 2010 02:05 Go to previous messageGo to next message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 64
Registered: March 2010
Member
for moving navigation of subapplication (image 1) you must use:

lnf.putLnfSetting(LnfKeyConstants.SUB_APPLICATION_SWITCHER_H ORIZONTAL_TAB_POSITION, SWT.RIGHT);
Re: Riena on Ubuntu 10.10 [message #647594 is a reply to message #637644] Fri, 07 January 2011 09:15 Go to previous messageGo to next message
Amel Jakupovic is currently offline Amel JakupovicFriend
Messages: 64
Registered: March 2010
Member
Problem:

1. Put two swt.text (Decimal) on view
2. In runtime click on first textbox and click key "1"
3. Press Tab, and now focus is in second textbox
4. Press "1"
5. You will see that in second textbox will be "11,00"

for numeric textbox everything works fine.

We are using Riena 2.

p.s. on Windows same behavier
Re: Riena on Ubuntu 10.10 [message #648388 is a reply to message #647594] Wed, 12 January 2011 16:30 Go to previous message
Christian Campo is currently offline Christian CampoFriend
Messages: 597
Registered: July 2009
Senior Member
Am 07.01.11 10:15, schrieb Amel Jakupovic:
> Problem:
>
> 1. Put two swt.text (Decimal) on view
> 2. In runtime click on first textbox and click key "1"
> 3. Press Tab, and now focus is in second textbox
> 4. Press "1"
> 5. You will see that in second textbox will be "11,00"
>
> for numeric textbox everything works fine.
>
> We are using Riena 2.
>
> p.s. on Windows same behavier
The best way would be to open a bug in bugzilla for this problem. Then we can track it there...

christian
Previous Topic:How to implement Remote Observer Pattern with Riena?
Next Topic:Riena Talks and Workshops
Goto Forum:
  


Current Time: Tue Apr 16 12:45:18 GMT 2024

Powered by FUDForum. Page generated in 0.50507 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top