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 » Community » U++ community news and announcements » Some small ide features
Re: Some small ide features [message #41187 is a reply to message #41177] Sat, 09 November 2013 15:03 Go to previous messageGo to previous message
Klugier is currently offline  Klugier
Messages: 1076
Registered: September 2012
Location: Poland, Kraków
Senior Contributor
Hello Mirek,

It's great news, but you forgot to add titles for the new windows. Here is some additional function calls:
Title("JSON view");
Title("XML view");


Moreover, fast exit with "ESC" key or another combination seems to be useful (JSON & XML):
bool JsonView::Key(dword key, int count) 
{
	if(key == K_ESCAPE) {
		Break();
		return true;
	}
	
	return TopWindow::Key(key, count);
}


What I have noticed too is that window has got unnatural size. I enclose examplary screenshot (I don't know the cause of this phenomenon) - It is X11 related issue!

Sincerely,
Klugier


U++ - one framework to rule them all.

[Updated on: Mon, 11 November 2013 22:21]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: ConvertTime, DropTime new features
Next Topic: ParseXmlFilter
Goto Forum:
  


Current Time: Mon May 13 15:01:43 CEST 2024

Total time taken to generate the page: 0.02948 seconds