Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums
Members
Pages
Search
Help
Register
Login
Home
Home
»
U++ Library support
»
U++ Core
»
Rect_<T>::SetNull not correct for Rectf (Rect_<double>)
Show:
Today's Messages
::
Show Polls
::
Message Navigator
E-mail to friend
Re: Rect_<T>::SetNull not correct for Rectf (Rect_<double>)
[
message #32002
is a reply to
message #31965
]
Sat, 16 April 2011 20:42
mirek
Messages:
14256
Registered:
November 2005
Ultimate Member
Should be fixed now.
kohait00 wrote on Tue, 12 April 2011 03:44
EDIT:
the problem seems to be that Rect_<double> seems to need a different Null handling
EDIT: mirek could clear up why Rect_<double> needs extra treatment (i imagine because of Ctrl drawing handling)
but maybe the above approach could be generalized for both
Well, Rect<double> is a strange beast. The problem is that whereas for integer types, it is possible to define that points of rect are defined as
(x >= left && x < right && y >= yop && y < bottom)
for double this is not a good solution, you rather need
(x >= left && x <= right && y >= yop && y <= bottom)
which is the source of all differencies.
Report message to a moderator
[
Message index
]
Rect_<T>::SetNull not correct for Rectf (Rect_<double>)
By:
hans
on Mon, 11 April 2011 22:25
Re: Rect_<T>::SetNull not correct for Rectf (Rect_<double>)
By:
kohait00
on Tue, 12 April 2011 09:44
Re: Rect_<T>::SetNull not correct for Rectf (Rect_<double>)
By:
mirek
on Sat, 16 April 2011 20:42
Re: Rect_<T>::SetNull not correct for Rectf (Rect_<double>)
By:
kohait00
on Sun, 17 April 2011 14:39
Re: Rect_<T>::SetNull not correct for Rectf (Rect_<double>)
By:
kohait00
on Thu, 21 April 2011 08:28
Re: Rect_<T>::SetNull not correct for Rectf (Rect_<double>)
By:
mirek
on Mon, 25 April 2011 10:46
Previous Topic:
ADDs: ValueMap
Next Topic:
FIX: UPP::Scan returns int64 for INT_V
Goto Forum:
- Community
U++ community news and announcements
PR, media coverage, articles and documentation
U++ Webs: Functioning, Layout , Design, Features and Structure of these forums, homepage etc.
Coffee corner
Newbie corner
U++ based job offers
- Developing U++
U++ Developers corner
External resources
Releasing U++
UppHub
Bugs (& fixes)
Documentation
U++ TheIDE and Library: Releases and ChangeLogs
Mac OS
Android
- U++ Library support
U++ Library : Other (not classified elsewhere)
U++ Core
Look and Chameleon Technology
U++ Libraries and TheIDE: i18n, Unicode and Internationalization
U++ SQL
U++ MT-multithreading and servers
U++ Callbacks and Timers
U++ Widgets - General questions or Mixed problems
TopWindow&PopUp, TrayIcon
Menus&Toolbars
StatusBar&InfoCtrl
Splitter
TabCtrl
Slider&ProgressIndicator
ArrayCtrl, HeaderCtrl & GridCtrl
TreeCtrl
RichText,QTF,RTF...
LineEdit, EditFields, DocEdit
Draw, Display, Images, Bitmaps, Icons
FileSel&FileList, Path
CalendarCtrl
Skylark
ScatterDraw & ScatterCtrl
Archive
- U++ TheIDE
U++ TheIDE: Other Features Wishlist and/or Bugs
U++ TheIDE: Compiling, Linking, Debugging of your packages
U++ TheIDE: Installation, Compiling and Running of theide
U++ TheIDE: CodeEditor, Assist++, Topic++
U++ TheIDE: Packages
U++ TheIDE: Layout (Forms) Designer
U++ TheIDE: Icon designer
- Extra libraries, Code snippets, applications etc.
U++ users applications in progress and useful code snippets, including reference examples!
U++ Esc Interpreter, Esc Macros and templates
C++ language problems and code snippets
Applications created with U++
OS Problems etc., Win32, POSIX, MacOS, FreeBSD, X11 etc
-=]
Back to Top
[=-
[
Syndicate this forum (XML)
] [
] [
]
Current Time:
Wed Apr 30 06:23:16 CEST 2025
Total time taken to generate the page: 0.00810 seconds