'List' formindialogs not working anymore in 3.5rc3

I’m having a strange problem with RC3: all the formindialogs based on a list view don’t work anymore (they look completely empty: no data and no element in them, see attach).
The fid based on record views work perfectly. I tried to change from list to table view, but it doesn’t change…

But, even stranger, it seems that RC3 “remembers” the last opened fid and applies its name to the new one.
E.G.:

  1. I open the fid “item details”, based on record view, and it works.
  2. I open the fid “choose a customer”, based on list view, and I get an empty, grey “item details” fid
  3. I repeat exactly the same procedure and I get an empty, grey “choose a customer” fid.

Anyone else can confirm?

PS The code for calling these fids has been working flawlessly since 2.2

Yes, I can confirm. I recognized the same behavior on v3.5.

hpmxxx:
Yes, I can confirm. I recognized the same behavior on v3.5.

Yes: with RC3, I meant 3.5RC3.

I’m having other strange behaviours, like forms usually opened with formindialogs appearing when launching methods that don’t have anything to do with them.
For instance: I open a fid with item details (it works, because is a record view), then I lauch a select item method (that doesn’t involve this form at all) and, the first time, the item details form appears (not in a formindialog: the solution just moves to this form); the second time everything works fine.

It’s probably something related to fid that remains “in memory”, in some way…

Ciao Ric

Did you fill a case in Servoy support system about this behaviour?

hpmxxx:
Ciao Ric

Did you fill a case in Servoy support system about this behaviour?

Not yet: I’ll do it asap :-)

Not yet: I’ll do it asap :)

Cool! Thank you. :D

hpmxxx:

Not yet: I’ll do it asap :slight_smile:

Cool! Thank you. :smiley:

In order to take advantage of Sybase 10, I installed a fresh copy of 3.5RC4: imported my solution and I’m not seeing the issue.
So it must be something related to updated versions of 3.5

Ric,

Do you show a dialog just before the form-in-dialog?
I mean, is your problem the same one as reported here http://forum.servoy.com/viewtopic.php?p=43067#43067

Rob

rgansevles:
Ric,

Do you show a dialog just before the form-in-dialog?
I mean, is your problem the same one as reported here http://forum.servoy.com/viewtopic.php?p=43067#43067

I some cases, I do.
If I call a method that uses a dialog, the fid remains empty (even if, after that, I call it from a method that DOESN’T have a dialog).

If, immediately after starting the solution, first I call a method NOT HAVING a dialog, the fid works (and also work the fids called by the method having the dialog).

It looks like something related to “inizialization” of formindialogs, so to speak.