[Gambas-user] Two minor "bugs"

Ron_1st ronstk at ...239...
Thu Feb 26 19:01:22 CET 2009


On Thursday 26 February 2009, Rolf-Werner Eilert wrote:

---8<---

> > 
> > Best regards,
> > 
> > Ron_1st
> > 
> 
> Hi Ron,
> 
> just FYI, I found where it is and just switched it off. Here is what I did:
> 
> Download the source, unpack and ./configure.
> 
> Then look for <source-dir>/gb.qt/src/CGridView.cpp and open it in an 
> editor. Look for
> 
> void MyTable::updateLastColumn()
> 
> and quote the line
> 
> 	if (!_last_col_width)
> 
> as well as the two lines
> 
> 	if (((columnPos(n) ...
> 		setColumnWidth(n, ...
> 
> by just setting a // at their beginnings.
> 
> Then make
> and make install
> 
> and the feature has gone... :-)
> 
> Rolf
> 

LOL, sneaky hacker :):)

Thats the beauty of opensource.

You are not only learn programming/reading the Basic code 
but also learn to read C code at least. 
And for me is the code Benoit is writing good stuff to learn.

For me he did make _the_ example how to use the macros in C code
to use them in the gambas project.
For me it is a good frame work and I can still learn from.

Thank for the hint. I did not realised to do it that way.
Now I should read the 'patch' documentation so I can
easy patch the next version of the source code when released.


-- 
 A: Delete the text you reply on.
 Q: What to do to get my post on top?
---
 A: Because it messes up the order in which people normally read text. 
 Q: Why is top-posting such a bad thing? 
---
 A: Top-posting. 
 Q: What is the most annoying thing in e-mail? 
 




More information about the User mailing list