[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Workpage as Popup - How to avoid closing by ESC (RISC)  XML
Forum Index -> Development
Author Message
unger

Power User

Joined: 22/07/2008 05:19:28
Messages: 261
Offline

Hi,

when a workpage is moved from workpage container to a popup, it will be closed by escape key. This behaviour is different from EC demos. But I didn't find a switch or attribute to change that.

Does anybody know ?

Regards,
Joachim
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5519
Offline

Hi Joachim,

there is a method with the modeless popup "setOpenasframe". Please call with "true". The problem in the current version: this method is set to deprecated for some reason (...). We just updated the docu for this method and took away the deprecation. Changes are not part of today's update but of next week's update - but you can call the method today!

Regards! Björn

Björn Müller, CaptainCasa GmbH
unger

Power User

Joined: 22/07/2008 05:19:28
Messages: 261
Offline

Hi Björn,

I am talking about workpages created with

Code:
 FunctionNode node;
 
 node = new FunctionNode(getFtree().getRootNode(), JSP_PAGE);
 node.setText("Funktion");
 node.setStatus(FunctionNode.STATUS_ENDNODE);
 node.setOpenMultipleInstances(false);
 node.setPopupSupported(true);
 


not popups.


Regards,
Joachim
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team