|
|
Home » Community » Newbie corner » ScatterCtrl / ScatterDraw - ShowLegend() problem and general Question
ScatterCtrl / ScatterDraw - ShowLegend() problem and general Question [message #39736] |
Mon, 22 April 2013 16:35 |
OliverSo
Messages: 6 Registered: May 2012
|
Promising Member |
|
|
Hello,
I am playing around with the ScatterCtrl / ScatterDraw packages. Apprently these packages are still under develoment.
In ScatterCtrl the function body for ShowLegend() is missing. If you remove the checkbox in the Layout-Designer or try to use this function otherwise in a ScatterCtrl, the Code will not compile.
Are these packages stable enough to be used, or are severe changes expected in the (near) future?
Oliver
|
|
|
|
|
|
Re: ScatterCtrl / ScatterDraw - ShowLegend() problem and general Question [message #39803 is a reply to message #39762] |
Wed, 01 May 2013 13:45 |
Didier
Messages: 706 Registered: November 2008 Location: France
|
Contributor |
|
|
Hi Koldo,
I just updated my upp to latest svn and noticed you're last ScatterDraw / ScatterCtrl updates.
It doesn't compile under Linux
----- ScatterCtrl_Demo ( GUI MAIN GCC SHARED BLITZ LINUX POSIX ) (15 / 15)
BLITZ: main.cpp tab1.cpp tab2.cpp tab3.cpp tab4.cpp tab5.cpp tab6.cpp tab7.cpp tab8.cpp tab9.cpp tab10.cpp tab11.cpp tabPie.cpp
plugin/Eigen: 1 file(s) built in (0:00.01), 14 msecs / file, duration = 49 msecs, parallelization 91%
In file included from /users/didier/upp/uppsrc/ScatterDraw/ScatterDraw.h:6:0,
from /users/didier/upp/uppsrc/ScatterDraw/ScatterDraw.cpp:1,
from /users/didier/upp.out/examples/ScatterDraw/GCC.Blitz.Gui.Shared/$blitz.cpp:3:
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h: In constructor ‘Upp::VectorDouble::VectorDouble(const Upp::Vector<double>&, Upp::Vector<double>&)’:
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:133:32: warning: ‘Upp::VectorDouble::yData’ will be initialized after [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:133:24: warning: ‘const Upp::Vector<double>* Upp::VectorDouble::xData’ [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:136:2: warning: when initialized here [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h: In constructor ‘Upp::ArrayDouble::ArrayDouble(const Upp::Array<double>&, Upp::Array<double>&)’:
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:144:36: warning: ‘Upp::ArrayDouble::yData’ will be initialized after [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:144:28: warning: ‘const Upp::Array<double>* Upp::ArrayDouble::xData’ [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:147:2: warning: when initialized here [-Wreorder]
In file included from /users/didier/upp.out/examples/ScatterDraw/GCC.Blitz.Gui.Shared/$blitz.cpp:14:0:
/users/didier/upp/uppsrc/ScatterDraw/Equation.cpp: At global scope:
/users/didier/upp/uppsrc/ScatterDraw/Equation.cpp:9:55: error: expected template-name before ‘<’ token
/users/didier/upp/uppsrc/ScatterDraw/Equation.cpp:9:55: error: expected ‘{’ before ‘<’ token
/users/didier/upp/uppsrc/ScatterDraw/Equation.cpp:9:55: error: expected unqualified-id before ‘<’ token
In file included from /users/didier/upp.out/examples/ScatterDraw/GCC.Blitz.Gui.Shared/$blitz.cpp:18:0:
/users/didier/upp/uppsrc/ScatterDraw/PieDraw.cpp:228:2: error: expected ‘}’ at end of input
ScatterDraw: 4 file(s) built in (0:00.46), 117 msecs / file, duration = 2520 msecs, parallelization 100%
In file included from /users/didier/upp/uppsrc/ScatterDraw/ScatterDraw.h:6:0,
from /users/didier/upp/uppsrc/ScatterCtrl/ScatterCtrl.h:5,
from /users/didier/upp/examples/ScatterCtrl_Demo/ScatterCtrl_Demo.h:4,
from /users/didier/upp/examples/ScatterCtrl_Demo/main.cpp:1,
from /users/didier/upp.out/examples/ScatterCtrl_Demo/GCC.Blitz.Gui.Main.Shared/$blitz.cpp:3:
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h: In constructor ‘Upp::VectorDouble::VectorDouble(const Upp::Vector<double>&, Upp::Vector<double>&)’:
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:133:32: warning: ‘Upp::VectorDouble::yData’ will be initialized after [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:133:24: warning: ‘const Upp::Vector<double>* Upp::VectorDouble::xData’ [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:136:2: warning: when initialized here [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h: In constructor ‘Upp::ArrayDouble::ArrayDouble(const Upp::Array<double>&, Upp::Array<double>&)’:
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:144:36: warning: ‘Upp::ArrayDouble::yData’ will be initialized after [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:144:28: warning: ‘const Upp::Array<double>* Upp::ArrayDouble::xData’ [-Wreorder]
/users/didier/upp/uppsrc/ScatterDraw/DataSource.h:147:2: warning: when initialized here [-Wreorder]
ScatterCtrl_Demo: 13 file(s) built in (0:03.02), 232 msecs / file, duration = 5017 msecs, parallelization 53%
Something seems missing ?
[Updated on: Wed, 01 May 2013 13:45] Report message to a moderator
|
|
|
|
|
|
|
Goto Forum:
Current Time: Thu Jan 23 17:15:53 CET 2025
Total time taken to generate the page: 0.04163 seconds
|
|
|