Questions Tagged With richdialoghttps://answers.axonivy.com/tags/richdialog/?type=rss&user=Matthias%20Langquestions tagged <span class="tag">richdialog</span>enThu, 31 Mar 2011 04:57:08 -0400Event 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-keysrichdialogeventSet window size of a rich dialog depending from the screen resolutionhttps://answers.axonivy.com/questions/351/set-window-size-of-a-rich-dialog-depending-from-the-screen-resolution<p>We have the problem that rich dialogs runs in screens with different screen resolutions. Running always in full screen mode is no solution and with modal dialogs even not possible. To avoid the scroll bars that some users have, we would like to set the window size depending from the resolution so that everybody gets the best window size. </p> <p>I know I can get the screen size with <code>java.awt.Toolkit.getDefaultToolkit().getScreenSize()</code>. But if use this value in <code>panel.preferredSize</code> it does not work properly. </p>Matthias LangThu, 22 Apr 2010 05:10:35 -0400https://answers.axonivy.com/questions/351/set-window-size-of-a-rich-dialog-depending-from-the-screen-resolutionrichdialog