Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
tMsgBox is limited to "Yes","No","OK" etc. select options.
How can I create my own costum answers for message box?
Thanks
I'm afraid you cannot
Is it possible to do it with tJavaRow?
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
The possible option is you have print the message using tJava or tJavaRow
System.out.println(Custom_message);
@apentyala @nthampi, printing a message on the console is not the same as having a message box!
@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.
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