Search found 92 matches

by Got2BeFree
Saturday 29th June 2019 2:15pm
Forum: Lounge
Topic: private file transfers
Replies: 8
Views: 11135

Re: private file transfers

Could have been a bug, or pilot error (i.e. me) or it could have been downloaded 20 times. So let try again, this time with a 7 days OR 100 downloads limit... https://send.firefox.com/download/7c531e28621a1f0d/#yozoy9RdvH_ha8nGVHjpSA FirefoxSend.png That wasn't a bug. That was me testing the downlo...
by Got2BeFree
Friday 31st May 2019 6:06am
Forum: General
Topic: GridView
Replies: 8
Views: 9550

Re: GridView

I already knew that doing this... Print gridviewPages.Rows[iRow].Height would tell me a row's height, but it escaped me at the time I posted the question above. It actually doesn't matter because it really wasn't what I was after. What I was after was a formula to automagically set row height when w...
by Got2BeFree
Monday 27th May 2019 10:59pm
Forum: Web
Topic: HTML-Editor
Replies: 3
Views: 12299

Re: HTML-Editor

I don't have one, but I sure would like to a Gambas coded one too.
by Got2BeFree
Monday 27th May 2019 10:56pm
Forum: General
Topic: GridView
Replies: 8
Views: 9550

Re: GridView

Another GridView question... Anyone know what the default height of a row is? When I ran cogier's example, my output was much worse than his. I'm sure my font size had much to do with my results, but still, even when changing font size, a GridView row height should change accordingly, but not if you...
by Got2BeFree
Monday 27th May 2019 10:26pm
Forum: General
Topic: GridView
Replies: 8
Views: 9550

Re: GridView

Hi, I made your WordWrap into a function that returns the 'wrapped' text. This way it is universally and even recursively usable for all kinds of situations. Nice one for in my library ;) Nice! Glad my code was found useful and made even better with only slight modifications. :) I like having code ...
by Got2BeFree
Monday 27th May 2019 2:51am
Forum: General
Topic: GridView
Replies: 8
Views: 9550

Re: GridView

Finally had a chance to look through your code and ended up writing new code based on what your's did. Without your example, I probably would still be trying to figure this out. Since I have only 1 field in my db table that would need wrapping, it was easy enough to set the row height for rows needi...
by Got2BeFree
Sunday 26th May 2019 4:52pm
Forum: General
Topic: GridView
Replies: 8
Views: 9550

Re: GridView

Excellent, thanks! I haven't had a chance to look at the code yet, but a quick run gave a different output than your pic shows. No big deal since I now know word-wrap and row height can be set on the fly. A little later today I'll go through the code and see how I can adapt it to my project and post...
by Got2BeFree
Sunday 26th May 2019 6:03am
Forum: General
Topic: GridView
Replies: 8
Views: 9550

GridView

In a GridView, is it possible to word-wrap long text and set the row to accommodate the added lines, all being done dynamically? I know I can explicitly set a row's height prior to accessing and loading data, but I haven't figured out how to do it while accessing and loading data from an sqlite db. ...
by Got2BeFree
Tuesday 21st May 2019 3:02am
Forum: Lounge
Topic: Computers and Life...
Replies: 11
Views: 16075

Re: Computers and Life...

Back in our Gambas Guru days, I had attempted to set up a git repo for our members but ended up going no where with it. In the past 2 years I hadn't started any new projects, just maintained a few heavily used ones. Last March I decided to start a new one and a few days later, it was all gone. ...Ma...
by Got2BeFree
Friday 17th May 2019 3:17am
Forum: Lounge
Topic: Computers and Life...
Replies: 11
Views: 16075

Re: Computers and Life...

Mind you, going over code you have written long(?) in the past is a great experience. You sit there with your head to one side, eyes scrunched up, forehead wrinkled with concentration and wonder what in the sleep deprived, caffeine fuelled hell you were thinking when you wrote this piece of C***. [...