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 711-dev1 released
Re: Upp 711-dev1 released [message #12757 is a reply to message #12734] Wed, 14 November 2007 21:38 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
cbpporter wrote on Wed, 14 November 2007 09:32

There seems to be a little problem with the chameleon Button::StyleScroll. If the button if small, you get a nice looking button, but if you apply the style to a really large button, you get a blurry image. Such large buttons are quite rare, but I can imagine some cases where I would like a vertical very wide scroll bar. I attached a picture.

Edit: also, there are some minor differences in look under Windows Vista when compared to native widgets and there is no animation when mouse enters or leaves. Quite minor issue. Is this beyond the capabilities of Chameleon?


This one should be fixed...

Mirek
Re: Upp 711-dev1 released [message #12758 is a reply to message #12745] Wed, 14 November 2007 21:39 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
mrjt wrote on Wed, 14 November 2007 11:37

Okay, one more thing. When DropList is used as a frame (which btw. is now quite inconvienient since you can't use the TopFrame etc. templates) the background of the 'item' area is SColorFace instead of SColorPaper.

I'll stop now, I promise.


Well, that is the price for better Vista appearance (indirectly, but in the end, it is just about that).

Anyway, if you post me a testcase, I can fix it look better.

Mirek
Re: Upp 711-dev1 released [message #12759 is a reply to message #12753] Wed, 14 November 2007 21:44 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
cbpporter wrote on Wed, 14 November 2007 13:57

I think there is also a transparency issue under Vista. It can be seen in Image06 from sample projects. I tested in on 2 different Vista machines. Picture attached.


Well, actually, a bug in Image06 (missing Premultiply). Fixed...

Mirek

[Updated on: Wed, 14 November 2007 21:44]

Report message to a moderator

Re: Upp 711-dev1 released [message #12810 is a reply to message #12561] Sun, 18 November 2007 21:29 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
There seems to be a new issue with the Tab control background. Whenever I start debugging an application, when I touch the bottom tabs from TheIDE, the background becomes black.

index.php?t=getfile&id=849&private=0
  • Attachment: untitled.PNG
    (Size: 6.22KB, Downloaded 915 times)
Re: Upp 711-dev1 released [message #12813 is a reply to message #12810] Sun, 18 November 2007 22:20 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
cbpporter wrote on Sun, 18 November 2007 15:29

There seems to be a new issue with the Tab control background. Whenever I start debugging an application, when I touch the bottom tabs from TheIDE, the background becomes black.

index.php?t=getfile&id=849&private=0



Thanks. Interestingly, I have already noticed last week, fixed.

(Moral of the story - there was missing "Transparent()" flag for debugger pane; with the new optimization, painting was complete avoided behind the opaque part -> black).

Mirek
Re: Upp 711-dev1 released [message #12815 is a reply to message #12813] Sun, 18 November 2007 22:29 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

I had the same issue with FlatButton. Also missing Transparent() Smile

[Updated on: Sun, 18 November 2007 22:30]

Report message to a moderator

Re: Upp 711-dev1 released [message #12816 is a reply to message #12561] Sun, 18 November 2007 22:40 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
Great! Fixed before report Smile.

Maybe this is somehow related to my bug report in the Collapsable/Expandable Frame topic in Bazaar about a button background.
Re: Upp 711-dev1 released [message #12824 is a reply to message #12816] Mon, 19 November 2007 15:24 Go to previous messageGo to next message
cbpporter is currently offline  cbpporter
Messages: 1401
Registered: September 2007
Ultimate Contributor
cbpporter wrote on Sun, 18 November 2007 22:40


Maybe this is somehow related to my bug report in the Collapsable/Expandable Frame topic in Bazaar about a button background.

Well, the bug is gone in 11 Dev 2.
Re: Upp 711-dev1 released [message #12836 is a reply to message #12758] Tue, 20 November 2007 15:30 Go to previous messageGo to next message
mrjt is currently offline  mrjt
Messages: 705
Registered: March 2007
Location: London
Contributor
luzr wrote on Wed, 14 November 2007 20:39

mrjt wrote on Wed, 14 November 2007 11:37

Okay, one more thing. When DropList is used as a frame (which btw. is now quite inconvienient since you can't use the TopFrame etc. templates) the background of the 'item' area is SColorFace instead of SColorPaper.

I'll stop now, I promise.


Well, that is the price for better Vista appearance (indirectly, but in the end, it is just about that).

Anyway, if you post me a testcase, I can fix it look better.

Mirek


Attached.
  • Attachment: DropTest.zip
    (Size: 1.25KB, Downloaded 263 times)
Re: Upp 711-dev1 released [message #13085 is a reply to message #12836] Sun, 09 December 2007 22:04 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
mrjt wrote on Tue, 20 November 2007 09:30

luzr wrote on Wed, 14 November 2007 20:39

mrjt wrote on Wed, 14 November 2007 11:37

Okay, one more thing. When DropList is used as a frame (which btw. is now quite inconvienient since you can't use the TopFrame etc. templates) the background of the 'item' area is SColorFace instead of SColorPaper.

I'll stop now, I promise.


Well, that is the price for better Vista appearance (indirectly, but in the end, it is just about that).

Anyway, if you post me a testcase, I can fix it look better.

Mirek


Attached.


Interestingly, I was able to easily solve "TopFrame" problem (by splitting the class to MultiButton and MultiButtonFrame), but that appearance trouble is more difficult... Anyway, SetFrame now works without a problem (perhaps did before too).

UPDATE: After more thinking, it now behaves (I hope) perfectly.. (TopFrome works, correct appearance in all cases).

Mirek

[Updated on: Sun, 09 December 2007 22:25]

Report message to a moderator

Previous Topic: DropDate/DateTimeCtrl problem
Next Topic: Upp 711-dev2 released
Goto Forum:
  


Current Time: Mon Apr 29 08:11:33 CEST 2024

Total time taken to generate the page: 0.01992 seconds