search for: numvisible

Displaying 3 results from an estimated 3 matches for "numvisible".

Did you mean: curvisible
2006 Apr 25
5
FXListBox ...connect(SEL_COMMAND)
...appendItem("3 very weird") libo4.appendItem("4 very weird") libo4.appendItem("5 very weird") libo4.appendItem("6 very weird") libo4.appendItem("7 very weird") libo4.appendItem("8 very weird") libo4.numVisible = 6 libo4.connect(SEL_COMMAND) do |sender,selector,data| puts data end The data value printed is always 1. Not always, sometimes true, false ..... I am amazed. It''s a very common widget. I Hope I''m wrong somewhere Regards G?rard M?nochet ----...
2010 Sep 15
1
What is the block size algorithm
Hello, First of all, thank you for this great software of rsync. If is extremely flexible and powerfull. (my only regret is that i could not find a version for windows dealing properly with charsets in the files' name, might be patched in a future version of cygwin? anyway this is not the subject here [?]). I would like to know how, in the version 3, is computed the default Block-Size? I
2005 Mar 23
2
FXListBox size behavior?
...nil, DECOR_ALL, 0, 0, 400, 200) myListBox = FXListBox.new(main) myListBox.appendItem("a very long example") myListBox.appendItem("short") myListBox.appendItem("longer") myListBox.appendItem("even longer") myListBox.appendItem("shorter") myListBox.numVisible = myListBox.numItems application.create main.show(PLACEMENT_SCREEN) application.run