Re: [Gambas-user] Little corrections to the wiki

2011-04-12 Thread Matti
ok, fine. But then, the wiki is wrong the opposite way. It still says: ScrollArea.ScrollX (gb.form) PROPERTY READ ScrollX AS Integer and PROPERTY READ ScrollY AS Integer Am 09.04.2011 10:16, schrieb Benoît Minisini: > These properties were made writable as expected in revision #3740. > > R

Re: [Gambas-user] Little corrections to the wiki

2011-04-09 Thread Benoît Minisini
> ScrollArea.ScrollX (gb.form) > "Returns or sets the horizontal scrolling position." > ScrollX is read only. "or sets" has to be deleted. > > Same with > ScrollArea.ScrollY (gb.form) > "Returns or sets the vertical scrolling position." > "or sets" has to be deleted, too. > > Regards > Matti >

[Gambas-user] Little corrections to the wiki

2011-04-07 Thread Matti
ScrollArea.ScrollX (gb.form) "Returns or sets the horizontal scrolling position." ScrollX is read only. "or sets" has to be deleted. Same with ScrollArea.ScrollY (gb.form) "Returns or sets the vertical scrolling position." "or sets" has to be deleted, too. Regards Matti -