[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: mreich  XML
Profile for mreich -> Messages posted by mreich [744] Go to Page: 1, 2, 3  ...  48, 49, 50 Next 
Author Message
Hi,

is there anybody who has expierence with integration Captchas with RISC client?

regards
Markus
As directly discussed with Björn, the solution was to add the vm parameter
-Djava.awt.headless=true
Hi,

I want to use the cool hovering feature of the image tag. But it doesnt' work in the following context!

I've a modeless Popup, there is a rowflexlinecontainer with box elements that contain the image tag. When I hover it the image is shown very small below the box?

regards
Markus
Hi,

I have a special question for all Java specialists.

The popups work with callback methods, so I found no way to handle a for loop where each iteration opens a popup that asks the user if he wants to do the action for the iterated item. After loop i want a list of the items I can do the action on. The action should be executed after the loop?

I thought of starting an asynch task, that waits until the last iteration is done?

regards
Markus
cool, thx
Hi,

is it possible to create a style variant that the link is not shown in bold style?

I think it's possible, but I don't know how ;-)

BR
Markus
Hi,

would be cool, if the OKPopup can also show HTML formatted content?

THX
Markus
no hurry, monday is ok thx
FYI

could solve the problem using a pagebean which includes the dynamic content in the repeat component
sorry, I add JSP and class

In the row should be name = "Test Row" but it takes the name from the repeatItem
Hi,

now I found another problem
I want to create the fixgrid dynamically (with t:dynamiccontent)

there is a problem with the expression

when I do
LABELNode label = new LABELNode();
label.setText(".{type.descriptionT}");

it generates
#{d.EventsPB.events[0].type.descriptionT}

but it should be
#{d.EventsPB.events[0].gridEvent.rows[0].type.descriptionT}

BTW events is the Collection for t:repeat it contains the fixgrid gridEvent


regards
Markus
Hi,

is there a way to get the content of the clipboard?

regards
Markus
ok, thx
Hi,

is it possible that it not possible to have a pane with rows as cell? The cell is in export empty?

regards
Marklus
ok, so I can't mix?
Right grid dynamic row height sizing
Left grid sthg like that:
Code:
 public FIXGRIDListBinding<GridItem> getGridLeft() {		
 		int size = gridRight.getRows().size();
 		for(int i = 0; i < size; i++)
 			gridLeft.getRows().get(i).setRowHeight(gridRight.getRows().get(i).getRowHeight());
 		
 		return gridLeft;
 	}
 
 
Profile for mreich -> Messages posted by mreich [744] Go to Page: 1, 2, 3  ...  48, 49, 50 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team