Displaying 3 results from an estimated 3 matches for "rovshanb".
Did you mean:
rovshan
2006 May 13
0
Fwd: дополнение
any news?
---------- Forwarded message ----------
From: Emin Hasanov <emin@hasanov.com>
Date: May 10, 2006 11:50 AM
Subject: Fwd: ??????????
To: Rovshan Baghirov <rovshanb@gmail.com>
Rovshan, how would you estimate this work in terms of manhours?
---------- Forwarded message ----------
From: Anar Ibrahimov < anar@autostar.az>
Date: May 10, 2006 11:22 AM
Subject: ??????????
To: emin@hasanov.com
?????? ????,
???? ?????????? ?????? ????????? ????????? ? ?...
2008 Aug 20
0
FXTable scrolling problem
Hi,
I''m trying to accomplish the following task:
1) Query database for records
2) Populate FXTable with first 50 records from cursor
3) Populate more rows as the table scrolls down
To accomplish this I subclassed FXTable (class Table < FXTable) and defined
the initialize method as shown below:
def initialize(parent)
super(parent,
2008 Aug 18
3
FXRuby FXScintilla question
Hello,
I have started learning FXRuby about 2 weeks ago. Now I''m trying to
launch the scintilla_test.rb from the fxruby-1.6 installation directory
(/usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/examples) and get this
error: /usr/lib/ruby/gems/1.8/gems/fxruby-1.6.16/lib/fox16/kwargs.rb:2007:in `old_initialize'': wrong number of arguments (8 for 0) (ArgumentError)
from