[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Messages posted by: ldonker  XML
Profile for ldonker -> Messages posted by ldonker [6]
Author Message
Hi,

I´m working with the TiledArea. I want to create a overview for my subject.

So far so good. Now, I´m creating views with adaptivedesign features like the "rowadaptiveline".
Easy, works fine when i´m creating new rows in the tiledarea.
But when i´m resizing the Browser, the TiledArea stays at the first width. So the view does not resize and the rowadaptiveline does not work.

Is there a way to enable the tiledarea as resizable? There is no width attribute or similar.

Thanks and kind regards
Lukas
Hi Björn,

Sorry, thats not what i meaned.

I try to make an own UI with a FixGrid Table and want to use the CaptainCasa features for the datamanagement (at this point my project is a UI-Prototype with the RISC-Client, therefore i´m using only CaptainCasa at this point).

So that the Favorites/History are shown in an FixGridTable.
My first try was to use an FixGridItem with a WorkpageStartInfo as member to fill up the Item.
Now my problem is that i cannot get a List with the WorkpageStartInfos out of the class WorkplaceFavorites (which contains the Information i want, in the member m_favorites).

Maybe you could add a getter for the m_favorites Member? That would help me a lot.

Thank you and kind regards
Lukas
Hi all,

I´m trying to use the Favorites and History feature as an own Table.
Actually it´s quite easy, but i have problems to figure out how i can use the history out of the WorkplaceFavorites class.


Some code example:
Code:
 //Getting history from container
 WorkplaceFavorites history = getWorkpageContainer().getHistory();
 
 //history has a m_favorites list which is full (20 Items)
 
         for (WorkpageStartInfo info : history.getFaovriteInfos()) { 
 //the getFaovriteInfos (yep not my typo   ) returns a emptyList
             m_historyListe.getItems().add(new HistoryItem(info));
         }
 


So is there a way to use the m_favorites list? Maybe i use the wrong getter?

Kind Regards
Lukas Donker
Hi Björn,

Thank you for you answer, your suggestion works fine.
I may used a bad combination.

Regards, Lukas
Hi,

I´m searching for an easy way to size a Tile in the Tiledarea with a minimum height and a percentage height as default.

My tiledarea cointains more than 5 Tiles an all need a minimum space, but if possible they can show even more. So i need a more dynamic way for sizing.

Is there an easy way to do it?

Thank you and kind regarts
Lukas
Hello,

we found that TextPanes and TextAreas have da different treatment of line breaks. For example the TextArea don´t recognize "\r" but the TextPane does.

For the Java String:
Code:
 String m_text = "Hi \n dies \r ist ein \r\n Test"; 

There ist the screenshot as attached file.

So, is there a reason for the unequal treatment of the components?
Or have somebody a workaround for this issue?

kind regards
Lukas Donker
 
Profile for ldonker -> Messages posted by ldonker [6]
Go to:   
Powered by JForum 2.1.6 © JForum Team