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 » Extra libraries, Code snippets, applications etc. » U++ users applications in progress and useful code snippets, including reference examples! » Porting a Delphi Application
Re: Porting a Delphi Application [message #11633 is a reply to message #11632] Wed, 19 September 2007 21:49 Go to previous messageGo to previous message
cbpporter is currently offline  cbpporter
Messages: 1427
Registered: September 2007
Ultimate Contributor
zsolt wrote on Wed, 19 September 2007 21:42

Check AddressBookXML2 example app.

I did. I guess I have to do more in depth debugging of why it doesn't work.

On the other hand, I changed a method in ToolButton and the control now refreshes itself when Check status is updated. A further optimisation could be to check if it's parent is a ToolBar, and don't refresh in that case.

Bar::Item& ToolButton::Check(bool check)
{
	if (checked != check)
	{
		checked = check;
		Refresh();
	}
	return *this;
}


 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to write a dll using Ultimate++?
Next Topic: embedded configuration data/values in self for a executable
Goto Forum:
  


Current Time: Fri Jul 04 11:26:49 CEST 2025

Total time taken to generate the page: 0.03802 seconds