[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: heyl  XML
Profile for heyl -> Messages posted by heyl [267] Go to Page: Previous  1, 2, 3 , 4, 5 ... 16, 17, 18 Next 
Author Message
Hi Björn,

that look good so far, but is there any possibility to trigger the ActionListener, which we use as a callback?

Code:
         PDFPRINTERNode pdfPrinterNode = new PDFPRINTERNode();
         pdfPrinterNode.setActionListener("#{" + rootExpression + ".onPrintFinished}");
 


Maybe, when the user closes the popup?

Best regards
Frauke
Hi Björn,

oh, this is not the answer I like to hear. I don't think we could just drop the functionality, since our customers are using it (with the rich client).

Is there really no other possibility to print a PDF from JavaScript?
Is it possible to render the iFrame invisible and send a print command to it? But well, we also need a callback when the printing is done...

Best regards
Frauke
Hi,

the PDFPrinter component does not react when calling the trigger method.
Nothing happens and the callback is not called.
The same code works with the rich client.

Thanks for any help!

Best regards
Frauke
Hi!

Now I have a corresponding question:

I now would like to ask the Application: "Are you running in an Applet?"
And I thought the easiest way might be to put a script in the page that answers "Yes".
But I did not find a way to get the callback from JavaScript.
Or can I use the message listener for this?

Best regards
Frauke
Hi Björn,

thanks, this works perfectly!

Best regards
Frauke
Hi Björn,

thanks for your quick answer.
Hmm, hmm, I must ask the project manager of that customer again, what they really want. But he is in vacation this week....

As far as I understood it is not about restarting the client, but rather moving to some other URL (i.e. google.de) just to get out of the session.
(They use SiteMinder for SingleSignOn and want to get out of it, when logging out from our client.)

Thats even more tricky, I guess.

Best regards
Frauke

Hi everybody,

we have a special use case with one of our customers that requires invalidating the session from the client (no, SESSIONCLOSER will not help here).

Background:
The customer uses SiteMinder to start our application, and after "Logout" the SiteMinder session is not invalidated.

We are thinking of a solution where we redirect to some other URL, I was trying CLIENTHTTPSENDER, but did not proceed with JNLP.

Is there any way do solve the problem?
What about the PageBrowser parameter "clientexitlistener"?

Thanks for any hints
Frauke
Hi Tobias, hi Björn,

see
http://www.captaincasademo.com/forum/posts/list/2257.page

Best regards
Frauke
Hi Björn,

if you would insert a new client parameter, I would be delighted to wait for the next version!

Best regards
Frauke
Hi Roland,

thanks for your answer!
But I am not sure, which starter class you are thinking of, but overriding the PageBrowser,.... I would rather not!

Best regards
Frauke
Hello everyone,

is it possible not to display the URL in the Splash Image?
Is there a parameter in org.eclnt.client.page.PageWebStart to do this?

Best regards
Frauke

Code:
     <application-desc main-class="org.eclnt.client.page.PageWebStart">
 		    .....
 	    <argument>splashimagehttp=images/nexusLogo.png</argument>
                     .....
 
Hi Björn,

Thank you, that's great!

Best regards
Frauke
Hi everybody,

does anyone of you has experiences with testing frameworks?

Is there anything you can recommend thats working perfectly with the CaptainCasa GUI?

At the moment we are evaluating several frameworks and it would be interesting to know, which one you - or your customers - are using .....

Would be grateful and pleased about a lot of inspiring ideas!!!

Frauke
Since Tomcat version 7.0.63 maxPostSzie="0" is interpreted as "zero" you must now use
maxpostsize="-1" for unlimited size
Hi,

now we have a problem with the printer selection dialog:

- We start printing from a popup and the printer selection dialog is displayed behind the popup and therefore is not visible. Is there anything we can do to bring it up to the front?

- The server notification is not coming back.

Maybe we have some special case again.
When I put a button inside the popup that triggers printing, everything works fine.
But when I start printing rightaway ("automatic printing without user interaction"), while builing up the dialog, the above problems occur.

I tired:
- Bean method invoker,
- Timer, because I suspected the page is not built up in time,
- PhaseManager with Runnable,
but nothing helped.

Do you have some more tips?

Best regards
Frauke
 
Profile for heyl -> Messages posted by heyl [267] Go to Page: Previous  1, 2, 3 , 4, 5 ... 16, 17, 18 Next 
Go to:   
Powered by JForum 2.1.6 © JForum Team