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   |
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   |
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 #7758 is a reply to message #7753] |
Fri, 19 January 2007 22:27   |
 |
mirek
Messages: 14255 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
|
|
|
|
Goto Forum:
Current Time: Tue Apr 29 10:27:10 CEST 2025
Total time taken to generate the page: 0.00663 seconds
|