Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 Go to previous messageGo to previous message
omari is currently offline  omari
Messages: 265
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

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: MacOS theide Issue
Next Topic: [SOLVED] Main bar position and ugly gap
Goto Forum:
  


Current Time: Fri Apr 26 10:39:50 CEST 2024

Total time taken to generate the page: 0.03449 seconds