ExGRID 1.3... don't post here!

Developed or developing a new product in PureBasic? Tell the world about it.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ExGRID 1.0 beta 1

Post by srod »

9th Jan 2010.

The user manual has been completed.

The completed manual is available here to assist any who might be considering upgrading etc.

Download manual.
Last edited by srod on Wed Jan 27, 2010 1:04 pm, edited 1 time in total.
I may look like a mule, but I'm not a complete ass.
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Re: ExGRID 1.0 beta 1

Post by Marco2007 »

#ExGRID_COMBOBOXSELCHANGED wrote:param
This field contains the index (zero based) of the selected item (as returned by GetGadgetState() etc.) This value could equal -1 in the case that the escape key was used to reset the underlying cell's contents.
...sounds great! thx
PureBasic for Windows
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ExGRID 1.0 beta 1

Post by ts-soft »

srod wrote: The user manual has been completed.
Imagethank you
User avatar
graves
Enthusiast
Enthusiast
Posts: 160
Joined: Wed Oct 03, 2007 2:38 pm
Location: To the deal with a pepper

Re: ExGRID 1.0 beta 1

Post by graves »

I've downloaded exgrid.chm and it not runs on my computer.
It says "It was canceled to the website navigation" in every page. However, esgrid.chm works correctly.

I'm using Windows 7
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ExGRID 1.0 beta 1

Post by ts-soft »

graves wrote:I've downloaded exgrid.chm and it not runs on my computer.
It says "It was canceled to the website navigation" in every page. However, esgrid.chm works correctly.

I'm using Windows 7
Have you download the chm or the zip with chm?
See here: http://www.purebasic.fr/english/viewtop ... 63#p311163
User avatar
graves
Enthusiast
Enthusiast
Posts: 160
Joined: Wed Oct 03, 2007 2:38 pm
Location: To the deal with a pepper

Re: ExGRID 1.0 beta 1

Post by graves »

ts-soft wrote:Have you download the chm or the zip with chm?
See here: http://www.purebasic.fr/english/viewtop ... 63#p311163
Problem solved!
Thanks ts-soft
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ExGRID 1.0 beta 2

Post by srod »

27th Jan 2010.

ExGRID 1.0 beta 2 (and EsGRID 2.0.1) is a bug fix release.

Bugs with vertical header text have been fixed and an incompatibility between cell tooltips and Windows 7 has been rectified (thanks to DoubleDutch).

Stephen.
I may look like a mule, but I'm not a complete ass.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ExGRID 1.0 beta 2

Post by srod »

3rd Apr 2010.

Compatibility release.

The newly released beta version of Purebasic (4.5) required some heavy-duty changes to EsGRID (which of course affects ExGRID).

If using Purebasic 4.4 or 4.5 then please download the new versions of EsGRID and ExGRID. No changes have been made other than to make the grids compatible with Purebasic 4.5.

Stephen.
I may look like a mule, but I'm not a complete ass.
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: ExGRID 1.0

Post by luis »

Are you fast or what ? :shock:
"Have you tried turning it off and on again ?"
A little PureBasic review
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ExGRID 1.0

Post by srod »

luis wrote:Are you fast or what ? :shock:
A bit of both! :wink:
I may look like a mule, but I'm not a complete ass.
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ExGRID 1.1

Post by srod »

29th Apr 2010.

ExGRID 1.1 (and EsGRID 2.0.2) is a bug fix release.

A bug in EsGRID (mousewheel scrolling) has been fixed. This bug would only manifest itself in ExGRID programs! Thanks to Kiffi for reporting the bug.

Stephen.
I may look like a mule, but I'm not a complete ass.
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: ExGRID 1.1

Post by Kuron »

Although I no longer have any idea of what product I actually own or what the correct reg info is for it, I am glad to see these gems still being routinely updated and supported. These are the best of the best
Best wishes to the PB community. Thank you for the memories. ♥️
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ExGRID 1.1

Post by srod »

Kuron wrote:Although I no longer have any idea of what product I actually own or what the correct reg info is for it, I am glad to see these gems still being routinely updated and supported. These are the best of the best
Thank-you Kuron for the kind words.

EsGRID has sold so many copies over the years that I think I would be lynched if I stopped updating it. :wink: Then again, I use the thing myself all of the time anyhow and so it is in my best interests to keep the thing running smoothly.

I have copies of your username/password for the download section if you require a reminder any time.
I may look like a mule, but I'm not a complete ass.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: ExGRID 1.1

Post by ts-soft »

This:

Code: Select all

SendMessage_(Grid\GethWnd(), #LVM_SETCOLUMNWIDTH, Grid\GetNumberOfColumns(), #LVSCW_AUTOSIZE_USEHEADER)
will not work :?
Is there another way to do a autoresizing the last column on resizing the window?

Greetings - Thomas
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Re: ExGRID 1.1

Post by srod »

Code: Select all

hWndEsGRID = GetWindow_(Grid\GethWnd(), #GW_CHILD) 
SendMessage_(hWndEsGRID, #LVM_SETCOLUMNWIDTH, Grid\GetNumberOfColumns(), #LVSCW_AUTOSIZE_USEHEADER)
I may look like a mule, but I'm not a complete ass.
Post Reply