That comes from Winston. The code just needs to catch up with some recent
changes regarding broadcasting of +. SHould be harmless.
On Wednesday, March 19, 2014 7:07:27 PM UTC-4, Kaj Wiik wrote:
>
> Works now very well, many thanks for very fast responses! There was only
> 'WARNING: A::Array - x::Number is deprecated, use A .- x instead.'
>
> This will certainly help me forward.
>
> Cheers,
> Kaj
>
>
> On Thursday, March 20, 2014 12:41:13 AM UTC+2, j verzani wrote:
>>
>> Okay, that should be fixed. If there are any more, maybe best to move
>> over to an issue. Thanks for the feedback.
>>
>> On Wednesday, March 19, 2014 6:17:20 PM UTC-4, Kaj Wiik wrote:
>>>
>>> JGUI compiles now OK but when trying to run the examples, I get
>>>
>>> julia> manipulate(ex, (:R, 1:.01:3), (:r, 1:.01:3), (:p, .05:0.5:2))
>>> push lb
>>> push rb
>>> ERROR: no method make_control(FormLayout, FloatRange{Float64})
>>> in manipulate at /home/kjwiik/.julia/v0.3/JGUI/src/manipulate.jl:215
>>>
>>>
>>> Cheers,
>>> Kaj
>>>
>>> On Wednesday, March 19, 2014 11:48:13 PM UTC+2, j verzani wrote:
>>>>
>>>> I guess Winston doesn't export PlotContainer now. I just added
>>>> qualified references and pushed the change. Does it work now after
>>>> updating?
>>>>
>>>> On Wednesday, March 19, 2014 5:28:51 PM UTC-4, Kaj Wiik wrote:
>>>>>
>>>>> Very interesting, unfortunately I get the following error message:
>>>>>
>>>>> julia> using JGUI
>>>>> ERROR: PlotContainer not defined
>>>>> in include at boot.jl:243
>>>>> while loading /home/kjwiik/.julia/v0.3/JGUI/src/winston.jl, inexpression
>>>>> starting on line
>>>>> 9
>>>>> while loading /home/kjwiik/.julia/v0.3/JGUI/src/JGUI.jl, inexpression
>>>>> starting on line
>>>>>
>>>>> I have Julia Version 0.3.0-prerelease and Ubuntu 13.10 64 bit.
>>>>>
>>>>> Thanks,
>>>>> Kaj
>>>>>
>>>>>
>>>>> On Wednesday, March 19, 2014 8:29:54 PM UTC+2, j verzani wrote:
>>>>>>
>>>>>> It isn't done, and with Gtk shaping up so nicely, may never get done,
>>>>>> but you can look here https://github.com/jverzani/JGUI.jl for a
>>>>>> generalization of that example. Install JGUI with Pkg.clone. The default
>>>>>> toolkit is Gtk, so if you have WInston installed, the manipulate
>>>>>> examples
>>>>>> should work without much fuss, though with Gtk there is no 2d-slider.
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wednesday, March 19, 2014 11:48:27 AM UTC-4, Kaj Wiik wrote:
>>>>>>>
>>>>>>> Hi!
>>>>>>>
>>>>>>> First, congrats for the developers! Julia seems to be a wonderful
>>>>>>> language, many thanks!
>>>>>>>
>>>>>>> Then, my first question to this list, I guess it is possible to
>>>>>>> accomplish something like this:
>>>>>>> https://github.com/JuliaLang/Tk.jl/blob/master/examples/manipulate.jl
>>>>>>> with Gtk instead of Tk, any pointers?
>>>>>>>
>>>>>>> Thanks,
>>>>>>> Kaj
>>>>>>>
>>>>>>>