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 » Developing U++ » UppHub » SysInfo, Functions4U and Controls4U packages
Re: SysInfo, Functions4U and Controls4U packages [message #23979 is a reply to message #23975] Mon, 14 December 2009 00:35 Go to previous messageGo to previous message
andrei_natanael is currently offline  andrei_natanael
Messages: 262
Registered: January 2009
Experienced Member
Hello Koldo,
I have one suggestion for StaticArrow(and StaticLine), could you use enumerations for SetOrientation and SetEnds i believe it's simple(more portable) to use an enum than entering a string which depends on encoding.

In example:
enum ArrowEnds
{
  LeftEnd,
  RightEnd,
  LeftRightEnd,
  NoEnd
};

arrow.SetEnds(LeftEnd);


The only inconvenient is that you have to find the right naming for orientations and ends. Razz

Andrei
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Bazaar packages in U++ web
Next Topic: Docking package (plus examples)
Goto Forum:
  


Current Time: Tue May 14 15:02:23 CEST 2024

Total time taken to generate the page: 0.01887 seconds