Bug? V5 Designer not usable

goldmagnet

Member
Licensed User
Longtime User
The designer in V5 is too buggy to be usable.

I have recompiled my projects in V5 and the memory leaks are all gone. But now in a new project created in V5 I cant use the designer. Try this:

Create a new layout.
Add 3 panels that cross the entire layout, i.e. each one is a third of the screen.
Add a big panel underneath.
Now rename the firstpanel to TPanel1.
Now try and select the middle panel.

I get lots of very weird behavior then errors like the item is missing from the directory. I can not create the layouts I want, it falls over in lots of ways.
 

goldmagnet

Member
Licensed User
Longtime User
"The key was not present in the directory".

Also moving one object causes others to fly off the screen.
 

klaus

Expert
Licensed User
Longtime User
Add a big panel underneath.
Underneath what?
What is its paent View ?

I tried what you explain but I'm not sure if it's exactl what you did.
I added three Panels each one third in the height.
Selected Activity, and added a forth Panel filling the whole screen and sent it to back.
Renamed Panel4 to TPanel1 and it works as expected !

Did you send TPanel1 to back ?
If no, you can't select a Panle underneath.
 

goldmagnet

Member
Licensed User
Longtime User
I have tried to create this layout 10 times now, including a reboot and starting from scratch, no joy I always get the error at some point. I will have to use the V4 designer on another PC until a fix is available. It seems repeatable, just add a bunch of controls and rename a few and you get errors, shame as generally I prefer the V5 editor.
 

goldmagnet

Member
Licensed User
Longtime User
If it helps debugging, you do not see these errors if you save the layout after you add each control.
 

gruizelgruis

Member
Licensed User
Longtime User
I have the same problem. Lets say I add 2 labels to the desighner.
When I change the name of the first label. and klick on the second, The error occurs.
But when I change the name of the 1st label and klick on the eventname of that same label.
the event name changes accordingly, and the error is not there.

It's looks like the whole renaming sequence does not finish when the focus leaves that object.

Hope it helps
 
Top