first sorry for my poor english...I\'ve a doubt..I\'m reading the FXRuby for the pragmatic programmer..and I saw this code
I was wondering how to display a chart made with gchartrb in ruby. I tried to do it by simply requiring the picture from the URL given but that gives the error \"Bad URI\". how do I do it? thanks
I am trying to make text appear on a FXCanvas. when I use this code: def 开发者_如何学Pythonscore_box(event)
In Ruby when 开发者_开发技巧trying to specify a font I get an error \"FXDCWindow::setFont: illegal or NULL font specified.\". I tried doing it like this:
how do you use the 开发者_如何转开发FXFont class on FXRuby so that you can change the font and color of the text on your application? THANKS!The typeface or font used for text is a separate concept fr
Simple question: How to install FxRuby on windows. I have installed ruby 1.9 using one click insta开发者_StackOverflow中文版ller from http://rubyinstaller.org/Just open up command prompt and type:
enter code hereI have a ScrollViewer in Silverlight that is not scrolling vertically whenever I call the ScrollToVerticalOffset method from the code behind.