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 » Upp 701-dev1 released
Re: Upp 701-dev1 released [message #7753 is a reply to message #7749] Fri, 19 January 2007 09:06 Go to previous messageGo to next message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
luzr wrote on Thu, 18 January 2007 23:54

No, sorry. I was just confused this gone to 701dev1 thread.

Any chance putting strategic DUMPs there

DUMP(Color(c));
DUMP(SColorPaper());
DUMP(Diff(c, SColorPaper()));

to find out what is really going on?

Mirek


Extract from log file:

Color(c) = Color(0, 0, 0)
SColorPaper() = Color(255, 255, 255)
Diff(c, SColorPaper()) = 255

Matthias

[Updated on: Fri, 19 January 2007 18:23]

Report message to a moderator

Re: Bug in Hydra? [message #7755 is a reply to message #7646] Fri, 19 January 2007 14:45 Go to previous messageGo to next message
piotr5 is currently offline  piotr5
Messages: 107
Registered: November 2005
Experienced Member
yes, it was dated 12.01.07 midnight. the compilation does halt
at random points and I need to stop and restart it manually.
as it turned out, the problem with compiling ide/Help.cpp was
because of the compiler using up half my memory for this single
file, not leaving much space for any parallel build...

however, no Zombies where created by the new version, only
610 did crate some. also I noticed that I actually did try
some 611, and it did crash for the optimized version (probably
some bug in my compiler) but didn't have the multi-threading
problem, nor did it have any problem compiling ide/Help.cpp...

could you please somehow divide ide/Help.cpp into smaller files?

P

Edit: silly me, of course ide/util.cpp already is short...

[Updated on: Fri, 26 January 2007 10:54]

Report message to a moderator

Re: Upp 701-dev1 released [message #7757 is a reply to message #7749] Fri, 19 January 2007 21:16 Go to previous messageGo to next message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
Just to get Mirek's attention Wink.
Please see my previous post (I only edited it, so maybe you have not recognized).

Matthias
Re: Upp 701-dev1 released [message #7758 is a reply to message #7753] Fri, 19 January 2007 22:27 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13974
Registered: November 2005
Ultimate Member
masu wrote on Fri, 19 January 2007 03:06

luzr wrote on Thu, 18 January 2007 23:54

No, sorry. I was just confused this gone to 701dev1 thread.

Any chance putting strategic DUMPs there

DUMP(Color(c));
DUMP(SColorPaper());
DUMP(Diff(c, SColorPaper()));

to find out what is really going on?

Mirek


Extract from log file:

Color(c) = Color(0, 0, 0)
SColorPaper() = Color(255, 255, 255)
Diff(c, SColorPaper()) = 255

Matthias


OMG, I am always so stupid...

Please try this:

	Color c = GetGTK(popup, 0, 2, "menu", GTK_BOX, 32, 32)[16][16];
	if(!IsNull(c) && Diff(c, SColorText()) > 200) //!!! ClearLooks patch
		SColorMenu_Write(c);


(Obviously, we need menu background to be different from text, not paper).

Mirek
Re: Upp 701-dev1 released [message #7759 is a reply to message #7758] Fri, 19 January 2007 23:38 Go to previous message
masu is currently offline  masu
Messages: 378
Registered: February 2006
Senior Member
It looks nice, now Smile.

Matthias
Previous Topic: Upp 2007.1beta released
Next Topic: Forum email trouble....
Goto Forum:
  


Current Time: Tue Mar 19 05:11:40 CET 2024

Total time taken to generate the page: 0.01334 seconds