Home » Developing U++ » Mac OS » [SOLVED] Layout Designer : TheIde crash in the submenu "Input Fields"
|
|
Re: [BUG] Layout Designer : TheIde crash in the submenu "Input Fields" [message #53166 is a reply to message #53165] |
Tue, 10 March 2020 19:26   |
omari
Messages: 276 Registered: March 2010
|
Experienced Member |
|
|
it crash with theide, tutorial/Gui16, and even with a new project.
****************** ASSERT FAILED: Assertion failed in /Users/omari/upp.src/uppsrc/CtrlLib/MacMenu.mm, line 83
line 83:
virtual void AddCtrl(Ctrl *ctrl, int gapsize) { NEVER(); }
adding RDUMP in LayDes::Group(Bar& bar, const String& group)
for(i = 0; i < type.GetCount(); i++) {
RDUMP(type[i]);
bar.Add(type[i], GetTypeIcon(type[i], w, h, 0, SLtGray),
THISBACK1(CreateCtrl, type[i]));
if((q++ + 2) % 16 == 0)
bar.Break();
}
then the output is :
type[i] = Calendar
type[i] = Clock
type[i] = DropDate
type[i] = DropList
type[i] = DropTime
type[i] = DropTree
type[i] = EditDate
type[i] = EditDateNotNull
type[i] = EditDateSpin
type[i] = EditDouble
type[i] = EditDoubleNotNull
type[i] = EditDoubleSpin
type[i] = EditField
type[i] = EditInt
type[i] = EditInt64
****************** ASSERT FAILED: Assertion failed in /Users/omari/upp.src/uppsrc/CtrlLib/MacMenu.mm, line 83
regards
omari.
[Updated on: Wed, 11 March 2020 09:20] Report message to a moderator
|
|
|
|
|
|
|
Goto Forum:
Current Time: Sun May 11 17:37:18 CEST 2025
Total time taken to generate the page: 0.03144 seconds
|