Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to create costum message box

Hi,

tMsgBox is limited to "Yes","No","OK" etc. select options.

How can I create my own costum answers for message box?

 

Thanks 0683p000009MACn.png

Labels (2)
7 Replies
TRF
Champion II
Champion II

I'm afraid you cannot

Anonymous
Not applicable
Author

Is it possible to do it with tJavaRow?

 

Anonymous
Not applicable
Author

Hi,

 

    If your intention is to print the messages to console/ log file, you can do it by System.out.print() functions in either tjava or tjavarow.

 

Warm Regards,

 

Nikhil Thampi

Anonymous
Not applicable
Author

The possible option is you have print the message using tJava or tJavaRow

System.out.println(Custom_message);

TRF
Champion II
Champion II

@apentyala @nthampi, printing a message on the console is not the same as having a message box!

Anonymous
Not applicable
Author

@TRF - I completely agree with you. 

 

But 90% of the time, Talend developers use Message box as a mode of printing the output of the flow.

 

So I was just checking whether its the case here also.

akumar2301
Specialist II
Specialist II

try to use Jframe class in tjava.

 

here below an example how it is used for drop down

 

https://community.talend.com/t5/Design-and-Development/Dynamic-list-in-dropdown/td-p/87994