- Code: Select all
if( plugins.dialogs.showQuestionDialog( "confirm?", "Confirm?", "Yes", "No" ) != "Yes" )
return;
application.showFormInDialog( forms.employees,-1,-1,150,150,"Dialog",true,false,'dialog',true);
greg.
if( plugins.dialogs.showQuestionDialog( "confirm?", "Confirm?", "Yes", "No" ) != "Yes" )
return;
application.showFormInDialog( forms.employees,-1,-1,150,150,"Dialog",true,false,'dialog',true);
agiletortoise wrote:Ok, I finally I figured out what's specific to the showFormInDialog calls I'm having problems with. If you make a dialog plugin call before the showFormInDialog call, you get the blank dialog. I made a test solution and will submit to support today...but try this:
- Code: Select all
if( plugins.dialogs.showQuestionDialog( "confirm?", "Confirm?", "Yes", "No" ) != "Yes" )
return;
application.showFormInDialog( forms.employees,-1,-1,150,150,"Dialog",true,false,'dialog',true);
greg.
ryanparrish wrote:We have been playing with 3.5rc4 for about a week and today all of a sudden the smart client can't find the repository. After the smart client launches it never pops up the dialog box asking what solution to open, and if we try to open the solution by going through the menu the list is blank.
This is on a linux server where we run developer via X11 and developer works just fine, just the smart client stopped working. The only messages we have in the log are about column names being being too long, but we have had those messages since 2.1 or so.
Any pointers on how to get around this? Is this a know bug?
ryanparrish wrote:Could something have happened to my repository that messes up the smart client and not developer? It's on a MySQL db by the way.
hpmxxx wrote:Check also the solution type under "Solution Settings". Only solutions of type "Normal" are showed in the client dialog.
jaleman wrote:What do you get if you type:
telnet serverip 1099
in a shell / command prompt ?
Ryan-Parrishs-Computer:~ rparrish$ telnet devserver 1099
Trying 10.2.5.10...
Connected to devserver.
Escape character is '^]'.
jaleman wrote:The repository has nothing to do with deployment of a smart client.
Users browsing this forum: No registered users and 3 guests