On Thu, 27 Apr 2006 09:46:56 -0500, Dylan Bruzenak <dylanb at digitalvalence.com> wrote :> Is there an easy way to position components by percentage of their > container/layout manager?The spring layout manager (http://www.fxruby.org/doc/api/classes/Fox/FXSpring.html) is one you might look at, although I don''t think it''s exactly what you''re looking for. AFAIK, there aren''t any FOX layouts that work in terms of percentages.> Barring that, what is the best class to do just xy layouts so that > I can build my own layout managers? FXComposite?Yup, I think that''s what I''d go with if I were going to "roll my own" kind of layout manager.
In the continuing saga of questions, are there any good html widgets for fxruby ? Any ideas on building one if not ?
I forgot to mention this in my previous response: http://swtfox.sourceforge.net/ It''s Ivan Markov''s of the SWT to FOX, and includes some kind of HTML widget for FOX. This might also be a good starting point for someone interested in developing an HTML widget for FXRuby.
On 4/27/06, Dylan Bruzenak <dylanb at digitalvalence.com> wrote:> In the continuing saga of questions, are there any good html widgets for > fxruby ? Any ideas on building one if not ? >i did one some time ago in ruby, but it is not finished and i considered it only a prove of concept project for me. but if you are interested i may give you what i have so far. -- henon
It can''t hurt to have a look. Please send it along :)> On 4/27/06, Dylan Bruzenak <dylanb at digitalvalence.com> wrote: > >> In the continuing saga of questions, are there any good html widgets for >> fxruby ? Any ideas on building one if not ? >> >> > > i did one some time ago in ruby, but it is not finished and i > considered it only a prove of concept project for me. but if you are > interested i may give you what i have so far. > -- henon > > _______________________________________________ > fxruby-users mailing list > fxruby-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/fxruby-users > >