In dialog: BrowserSuite doesn't load the url at first load

I am using BrowserSuite version 0.9.21 in a servoy 5 Developer(5.1.0 version).
On the form where the bean is located, i have a method at onShow that loads a certain url for the BrowserSuite, where is a html file(bean.navigateTo(‘my url’)).
If I use the method application.showFormInDialog(‘my form’), when the dialog is shown the first time after i start the smart client, the browser is empty.
If I use the method application.showForm(‘my form’), when the form is shown the first time after i start the smart client, the browser works well.
Does anybody saw this problem?

Note:

  1. the problem is only at the first load of the dialog
  2. if the method for showing the dialog is not triggered from a button and is triggered from a table bean the problem doesn’t appear

Thank you!

With the version v0.9.23 of the Browser Suite(http://servoy-stuff.com/browser_suite.php), the problem is solved.
Thanks to Patrick Talbot for promptitude and help!