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, in expression 
>> 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
>>>>
>>>>

Reply via email to