Questions Tagged With richdialoghttps://answers.axonivy.com/tags/richdialog/?type=rssquestions tagged <span class="tag">richdialog</span>enMon, 20 Nov 2017 09:26:52 -0500Can I use Java 9 to load Rich User Dialogs ?https://answers.axonivy.com/questions/2991/can-i-use-java-9-to-load-rich-user-dialogs<p>Java 9.0.1 form Oracle is already available. Yet clients that have Java 1.8 are not automatically updated to Java 9. We have many users that consume Rich Html Dialogs (Java WebStart - ULC) with local Java installations on the Client. Is it save to migrate them to Java 9?</p>SupportIvyTeamMon, 20 Nov 2017 09:26:52 -0500https://answers.axonivy.com/questions/2991/can-i-use-java-9-to-load-rich-user-dialogsrichdialogulcjavaTracking Broadcast eventshttps://answers.axonivy.com/questions/2754/tracking-broadcast-events<p>Hy there,</p> <p>In our solution there is sometimes the problem that the Data from Task A overwirte the Data from Task B. This happen if we open the Task parallel and there is a ria broadcast Event. The big problem is now to find out which event causes the bug. Is there a way to track, log or query the happend Broadcasts for a Task or a Case or over all? </p> <p>kind regards Thomas Wirz</p>Thomas WirzFri, 14 Jul 2017 04:22:39 -0400https://answers.axonivy.com/questions/2754/tracking-broadcast-eventsrichdialogloggingeventRIA WorkflowUI (v.6) : Automatic Execution of multiple Taskshttps://answers.axonivy.com/questions/1878/ria-workflowui-v-6-automatic-execution-of-multiple-tasks<p>In the 4.3 version of the WFUI one was able to use the Auto Execute Button to complete one task after another without having to open each one individually. After the Upgrade to AnonIvy 6.0.3 this function does not seem to Work, does one have to modify ones Workflow for it to work, or is it a Bug?</p>RMS71Mon, 11 Jul 2016 12:53:22 -0400https://answers.axonivy.com/questions/1878/ria-workflowui-v-6-automatic-execution-of-multiple-tasksrichdialogworkflowuiRIA WorkflowUI (v.6) : How can one disable the the Right to Delete Tasks?https://answers.axonivy.com/questions/1875/ria-workflowui-v-6-how-can-one-disable-the-the-right-to-delete-tasks<p>I have denied the Role the right to delete Tasks, but the Button "Delete" is still active, I have not been able to find out where the condition to Activate/Deactivate the Button is set, in the 4.3 version it was done via the Rights Management.</p>RMS71Mon, 11 Jul 2016 11:41:33 -0400https://answers.axonivy.com/questions/1875/ria-workflowui-v-6-how-can-one-disable-the-the-right-to-delete-tasksrichdialogworkflowuiadd custom column into RTablehttps://answers.axonivy.com/questions/1806/add-custom-column-into-rtable<p>Hello!</p> <p>Is there a runtime possibility of creating a new column in designed ivy-RTable ? I have tried to do it with java in onLoad method of RichDialog - no success. Adding an empty column and setting header text is ok so far. I add a Custom implemented ITableCellRenderer and override the one and only method getTableCellRendererComponent(...)</p> <p>Renderer of designed ivy table column is of type ch.ivyteam.ivy.richdialog.widgets.components.renderers.TableCellRenderer. This type if for me in designer not accessible. Using debugger i have seen the table model configuration String (&gt;7000 chars) in it, but i can not edit it or create new one.</p> <p>When i try to use my custom renderer for new column, e.g. com.ulcjava.base.application.table.DefaultTableCellRenderer or ULCLabel, i am never able to render the text in this column. I have tried multiple methods (setText(), setValue(), "value" parameter...) but cell is always rendered empty. the only thing i can set is background color.</p> <p>Is there a way for such thing ?</p> <p>Thanks in advance josef koupal</p>josef_koupalTue, 14 Jun 2016 17:02:16 -0400https://answers.axonivy.com/questions/1806/add-custom-column-into-rtablertablerichdialogdatabindingCatch Widget Validation Messagehttps://answers.axonivy.com/questions/1796/catch-widget-validation-message<p>How can I catch the entered widget validation message entered in the configuration</p>lienertWed, 08 Jun 2016 11:37:23 -0400https://answers.axonivy.com/questions/1796/catch-widget-validation-messagerichdialogrdwidgetsWhere can I find the IvyAddOns project for Axon.ivy 6.1.0https://answers.axonivy.com/questions/1702/where-can-i-find-the-ivyaddons-project-for-axon-ivy-6-1-0<p>I'am updating an Axon.Ivy project 5.1.9 to version 6.1.0. On your AddOns download Page is written that the projects Axon.ivy IvyAddOns and Axon.ivy Workflow UI are now included in Designer. So, I deleted this projects out of my solution. </p> <p>Now, Axon Ivy Designer is missing the following RIA-Dialogs:</p> <ul> <li>ch.ivyteam.ivy.addons.commondialogs.ErrorDetailDialog</li> <li>ch.ivyteam.ivy.addons.commondialogs.ErrorDialog</li> <li>ch.ivyteam.ivy.addons.commondialogs.LoginDialog</li> <li>ch.ivyteam.ivy.addons.commondialogs.MessageDialog</li> <li>ch.ivyteam.ivy.addons.commondialogs.QuestionDialog</li> </ul> <p>How can I add them into the Solution in Version 6.1.0?</p>Thomas WirzThu, 31 Mar 2016 08:46:12 -0400https://answers.axonivy.com/questions/1702/where-can-i-find-the-ivyaddons-project-for-axon-ivy-6-1-0richdialogProblems withs Sharepoint in RBrowserhttps://answers.axonivy.com/questions/1646/problems-withs-sharepoint-in-rbrowser<p>Hi,</p> <p>in our Project we use the RBrowser component to show a sharepoint site. Since we installed ie11 the RBrowser component have problems. Normally when i start a document i can change and store ist. With RBrowser an ie11 it dosn´t work. If i use the ie11 directly it works.</p> <p>do you have any idea</p> <p>regards</p>Dirk BusmannThu, 28 Jan 2016 17:02:47 -0500https://answers.axonivy.com/questions/1646/problems-withs-sharepoint-in-rbrowserrichdialogieHow can I limit the number of characters in a RTextField?https://answers.axonivy.com/questions/1117/how-can-i-limit-the-number-of-characters-in-a-rtextfield<p>I know I can validate the maximum number of characters by using the ivy validation mechanism. </p> <p>Put I want to prevent that the user even can input more than the allowed character.</p>Reto WeissMon, 12 Jan 2015 15:24:40 -0500https://answers.axonivy.com/questions/1117/how-can-i-limit-the-number-of-characters-in-a-rtextfieldrichdialogWhich Look and Feels are supported for Rich Dialogshttps://answers.axonivy.com/questions/1115/which-look-and-feels-are-supported-for-rich-dialogs<p>Java UI's do have a nice feature called look and feel with which I can change the look and feel - thus the name ;-). Which look and feels do you support in which version?</p>MichaelDänzerMon, 12 Jan 2015 14:45:50 -0500https://answers.axonivy.com/questions/1115/which-look-and-feels-are-supported-for-rich-dialogsrichdialoglookandfeelStyle of RbooleanCellWidget when disabled with Rich Dialog(Xpert.Ivy 4.3)https://answers.axonivy.com/questions/896/style-of-rbooleancellwidget-when-disabled-with-rich-dialog-xpert-ivy-4-3<p>Hi all,</p> <p>When I create a table and use it with RbooleanCellWidget, the style of this checkbox in 2 cases disable and enable is same. I tried to change the enable attribute in properties but this is not success. How to change the style of checkbox in this case?</p>rootdnTue, 05 Aug 2014 12:17:22 -0400https://answers.axonivy.com/questions/896/style-of-rbooleancellwidget-when-disabled-with-rich-dialog-xpert-ivy-4-3richdialogIs it possible to handle double click on RButton?https://answers.axonivy.com/questions/815/is-it-possible-to-handle-double-click-on-rbutton<p>Hi everyone,</p> <p>The problem is when I double click or triple click on the button, the process will be excute two times or more. So are there solutions to handle this situation ? </p> <p>The problem occurs here in a ivy 4.3 Rich Dialog.</p> <p>Thanks</p>Tho TranMon, 23 Jun 2014 10:20:28 -0400https://answers.axonivy.com/questions/815/is-it-possible-to-handle-double-click-on-rbuttonrichdialogJava blocks Rich Dialog applications and we cannot updatehttps://answers.axonivy.com/questions/707/java-blocks-rich-dialog-applications-and-we-cannot-update<p>My customer runs an Xpert.ivy server without the newest patches. Another customer runs an internal Xpert.ivy server and signs the server with a self generated certificate. With the newest JRE versions (1.7.51 and higher) the rich dialogs can no more be executed or do show a lot of security prompts. Is there a way to let these application run again?</p>MichaelDänzerTue, 20 May 2014 08:11:45 -0400https://answers.axonivy.com/questions/707/java-blocks-rich-dialog-applications-and-we-cannot-updaterichdialogsecurityjavaXpert.ivy Rich Dialog client certificate (Soreco AG) is expired?https://answers.axonivy.com/questions/110/xpert-ivy-rich-dialog-client-certificate-soreco-ag-is-expired<p>The current Rich Dialog client certificate from Soreco AG expires at the 29th of November 2013 17:50 CET. After that dates customers starting a Rich Dialog will get the following warning from java web start: <img alt="alt text" src="/upfiles/security.png"> How can I avoid this warning?</p>Reto WeissFri, 22 Nov 2013 12:48:52 -0500https://answers.axonivy.com/questions/110/xpert-ivy-rich-dialog-client-certificate-soreco-ag-is-expiredrichdialogHow to set the focus in a RTable programmatically?https://answers.axonivy.com/questions/472/how-to-set-the-focus-in-a-rtable-programmatically<p>How can I set the focus on a row with row index or column ID? I like to have the same effect like I would click into the cell with the mouse?</p>Katharina KaczmarczykTue, 11 Dec 2012 09:32:20 -0500https://answers.axonivy.com/questions/472/how-to-set-the-focus-in-a-rtable-programmaticallyrichdialogrtablerdwidgetsUpdate rich dialog UI after changing the session language?https://answers.axonivy.com/questions/460/update-rich-dialog-ui-after-changing-the-session-language<p>I need to change the session language in the logic of a Rich Dialog. How can I update the labels or other texts on the panel? Especially if the texts are coming from the CMS.</p>Karel TauserFri, 03 Aug 2012 05:17:56 -0400https://answers.axonivy.com/questions/460/update-rich-dialog-ui-after-changing-the-session-languagerichdialogcmsRich dialog clients are blocked every 10 minuteshttps://answers.axonivy.com/questions/458/rich-dialog-clients-are-blocked-every-10-minutes<p>Every 10 minutes all my rich dialog clients seem to be blocked for several seconds, what happens?</p>Martin SteigerTue, 31 Jul 2012 04:17:20 -0400https://answers.axonivy.com/questions/458/rich-dialog-clients-are-blocked-every-10-minutesrichdialogAPP-LIMIT violation in the Visual Editorhttps://answers.axonivy.com/questions/456/app-limit-violation-in-the-visual-editor<p>Sometimes it happens on our Designers that we get the error message: </p> <pre><code>ULC Visual Editor License Problem APP-LIMIT violation. </code></pre> <p>The only thing I can do is confirm with OK, but after the Visual Editor can no more be used.</p>Eric WilhelmTue, 31 Jul 2012 03:51:53 -0400https://answers.axonivy.com/questions/456/app-limit-violation-in-the-visual-editorrichdialogvisualeditorHow to configure columns of RTableTree in ivyScript ?https://answers.axonivy.com/questions/447/how-to-configure-columns-of-rtabletree-in-ivyscript<p>Can I configure the columns in a table tree in ivyScript so that I can hide or move columns by name or ID?</p>Thomas KohlerMon, 02 Apr 2012 11:31:19 -0400https://answers.axonivy.com/questions/447/how-to-configure-columns-of-rtabletree-in-ivyscriptrichdialogrdwidgetshow to set the mandatory property dynamically?https://answers.axonivy.com/questions/443/how-to-set-the-mandatory-property-dynamically<p>I need to set the <code>mandatory</code> property of some widgets at the run-time depending on some run time criteria and without having a typed reference to the widget. How can I do this?</p> <p>I can do this for example for the <code>visible</code> property. I can loop through all components of a display or other panel or container by <code>panel.myContainer.getComponents()</code>, select which components I am interested in and then call <code>setVisible(Boolean)</code> on them.</p> <p>I cannot call <code>setMandatory(Boolean)</code> on this level but I would need to. </p>Eva WackerThu, 02 Feb 2012 06:13:28 -0500https://answers.axonivy.com/questions/443/how-to-set-the-mandatory-property-dynamicallyrichdialogrdwidgetsHow can I circumvent NullPointerException in data bindings?https://answers.axonivy.com/questions/438/how-can-i-circumvent-nullpointerexception-in-data-bindings<p>I try to select an entry in a combo depending on a value in a record set like that: </p> <pre><code>panel.comboCountry.selectedIndex &lt;- Integer.parseInt(in.EmployeeList.getField(in.RowId,"country").toString())-1 </code></pre> <p>This works properly, but if <code>NULL</code> is stored in the recordset, then Ivy throws a NullPointerException. </p> <p>How can I circumvent this?</p>Yves JarczykThu, 12 Jan 2012 11:22:39 -0500https://answers.axonivy.com/questions/438/how-can-i-circumvent-nullpointerexception-in-data-bindingsrichdialogdatabindingHook into global closing with "X" on the windowhttps://answers.axonivy.com/questions/434/hook-into-global-closing-with-x-on-the-window<p>I am looking for a possibility to hook me into the closing of a window when a user clicks on the "X" in the window. For example, to ask the user whether he wants to save his data. And if possible it would be extremely nice to give a veto to prevent the closing.</p>Nikel WeisTue, 03 Jan 2012 10:25:31 -0500https://answers.axonivy.com/questions/434/hook-into-global-closing-with-x-on-the-windowrichdialogRetrieve window ID for asynchronous Rich Dialog call?https://answers.axonivy.com/questions/431/retrieve-window-id-for-asynchronous-rich-dialog-call<p>I want to start a Rich Dialog asynchronously from a proces into an existing window. To do this I need to provide the window ID in the option "...an existing window with ID". </p> <p>So, how can I get the window ID of a dialog?</p>Katharina KaczmarczykTue, 29 Nov 2011 11:49:42 -0500https://answers.axonivy.com/questions/431/retrieve-window-id-for-asynchronous-rich-dialog-callrichdialogHow can I start multiple instances of the same application?https://answers.axonivy.com/questions/427/how-can-i-start-multiple-instances-of-the-same-application<p>If I start an application a second time, then you get the message "Redirecting to already running application..." and the already started application gets the focus. The main problem is if the application crashes or needs to be closed with the Windows Task Manager, then I cannot start the application again as long as the session timeout does not happen. So, how can I start an application multiple times?</p>Philipp HaslingerMon, 14 Nov 2011 11:51:24 -0500https://answers.axonivy.com/questions/427/how-can-i-start-multiple-instances-of-the-same-applicationrichdialogBug in Java 6 Update 22 with rich dialogs applicationshttps://answers.axonivy.com/questions/417/bug-in-java-6-update-22-with-rich-dialogs-applications<p>I cannot run any more the MessageDialog from IvyAddons as soon as I updated to Java 1.6.22. What is the problem?</p>Martin SteigerFri, 19 Aug 2011 08:38:14 -0400https://answers.axonivy.com/questions/417/bug-in-java-6-update-22-with-rich-dialogs-applicationsrichdialogjavaSend events to all open clients from a processhttps://answers.axonivy.com/questions/402/send-events-to-all-open-clients-from-a-process<p>How can I send an event to all running clients of my application in order to let them invoke a specific action?</p>Philipp HaslingerTue, 05 Apr 2011 11:31:01 -0400https://answers.axonivy.com/questions/402/send-events-to-all-open-clients-from-a-processrichdialogsystemeventEvent mapping for function keyshttps://answers.axonivy.com/questions/397/event-mapping-for-function-keys<p>I search for a possibility to start a rich dialog event with the function keys on the keyboard, e.g. to use F5 for refresh. I was successful to use the normal keys for characters or digits, but not for the function keys. How could this be possible?</p>Matthias LangThu, 31 Mar 2011 04:57:08 -0400https://answers.axonivy.com/questions/397/event-mapping-for-function-keysrichdialogeventRListDisplay Scrollbarhttps://answers.axonivy.com/questions/387/rlistdisplay-scrollbar<p>I use the RListDisplay Widget in Ivy 4.1.2 and 4.1.3 to display other components dynamically and it works good so far.</p> <p>The RListDisplay shows a vertical Scrollbar as soon as there is not enough vertical place to show all the components. It is included into a Rich Dialog and the list of components to load in the RListDisplay is built in the Rich Dialog Start method.</p> <p>The problem is that the scrollbar scrolls automatically to the end of the ListDisplay after the RDC has been loaded. I can not get the scrollbar to stay "quiet" at the 0.0 position.</p> <p>I have tried with the "ListDisplay.setAutoscrolls(false);" method or with panel.ListDisplay.setVerticalScrollBarPosition(0.0); in the last step of the start method: the scrollbar scrolls always automatically to the end.</p> <p>I there any solution to this problem?</p>EmmanuelThu, 06 Jan 2011 07:46:58 -0500https://answers.axonivy.com/questions/387/rlistdisplay-scrollbarrichdialogrdwidgetsSend event to parent rich dialoghttps://answers.axonivy.com/questions/381/send-event-to-parent-rich-dialog<p>Is there any good solution to fire event from child RDC to parent RDC excluding event in SUBSCRIBER scope?</p> <p>Details: I frequently encounter situation when I have some RDCs loaded into R<em>Display component which have to "communicate" with their parent (RDC where R</em>Display located) What is the best way to do this?</p>Andriy PetrivskyyThu, 18 Nov 2010 11:43:23 -0500https://answers.axonivy.com/questions/381/send-event-to-parent-rich-dialogrichdialogeventWrap lines in a RTablehttps://answers.axonivy.com/questions/371/wrap-lines-in-a-rtable<p>Is it possible to wrap long content in a RTable cell into multiple lines?</p>Richard SchmidTue, 28 Sep 2010 02:59:00 -0400https://answers.axonivy.com/questions/371/wrap-lines-in-a-rtablerichdialogrtablerdwidgets