Re: More C++ help needed (Was: Bug#811866: fixed in hyphy 2.2.6+dfsg-4)

2016-08-14 Thread Jason Crain
On 2016-08-14, Andreas Tille wrote: > Since there was no answer to this question I just did this since it > seems like a working solution. Unfortunately there are further build > issues I can't deal with: > ... > /build/hyphy-2.2.6+dfsg/src/gui/HYChartWindow.cpp:3010:54:

Re: More C++ help needed (Was: Bug#811866: fixed in hyphy 2.2.6+dfsg-4)

2016-08-14 Thread Jakub Wilk
* Manuel A. Fernandez Montecelo , 2016-08-14, 21:39: Also, if you substitute e.g. "255*.94" for "255*94/100", make sure that you use parentheses as in "(255*94)/100", otherwise you can end up with "255*(94/100) -> 255*0 -> 0" for all such values (I cannot recall the

Re: More C++ help needed (Was: Bug#811866: fixed in hyphy 2.2.6+dfsg-4)

2016-08-14 Thread Manuel A. Fernandez Montecelo
2016-08-14 20:53 Andreas Tille: Hi again, On Sat, Aug 13, 2016 at 09:11:52PM +0200, Andreas Tille wrote: _HYColorchartColors [HY_CHART_COLOR_COUNT] = { {255*.94, 255*.12, 255*.11 },//(Red) {255*.41, 255*.46, 255*.91 },//(Evening Blue) {255, 255*.91, 255*.34

More C++ help needed (Was: Bug#811866: fixed in hyphy 2.2.6+dfsg-4)

2016-08-14 Thread Andreas Tille
Hi again, On Sat, Aug 13, 2016 at 09:11:52PM +0200, Andreas Tille wrote: > _HYColorchartColors [HY_CHART_COLOR_COUNT] = { > {255*.94, 255*.12, 255*.11 },//(Red) > {255*.41, 255*.46, 255*.91 },//(Evening Blue) > {255, 255*.91, 255*.34 },//(Banana) > {255*.18,