[FIXED Alpha 15] OpenWindow command gets lost

You need some new stunning features ? Tell us here.
Tranquil
Addict
Addict
Posts: 950
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

[FIXED Alpha 15] OpenWindow command gets lost

Post by Tranquil »

Cant reproduce it to narrow it down. But it now happens very often that the "OpenWindow" command gets lost in the window procedure.
Then, it looks like that:

Code: Select all


Procedure Open_Window_Meldung()
  

  If WND_MeldungErfassen
    If CreateGadgetList(WindowID(WND_MeldungErfassen))
      FRM_Meldung_Allgemeines = Frame3DGadget(#PB_Any, 10,

Maybe it has something to do, that I have renamed the Procedure?
After saving and opening the project again, VD crashes.

This also happens to me with Alpha 14 sometimes.
Tranquil
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Fixed for next alpha release
That was a difficult one to find 8)
Post Reply