egrid 4 grid gadget - (static PB library version.)

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Post by ts-soft »

Any News?
DLL version? and so on?
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...

Post by srod »

Nope! :)

The lack of callback facilities in certain other languages stopped me developing the dll.

I must admit that I'm heavily involved in other projects at the moment and don't have a great deal of time for much of anything else - including sleep!
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...

Post by srod »

30th March 2007.

A small bug causing the #egrid_InsertChar message to not be sent under certain circumstances has been fixed.

Also, I'll post a separate announcement later, but a dll version of the egrid library is now available. All current owners of the static PB library will qualify for a free update to include the dll. However, the dll version does operate differently where string handling is concerned than the PB static library - so beware! :)

egrid wrappers for Aurora and Emergence Basic are in hand, but I'm looking for anyone able to create wrappers for various other languages; RealBasic and Powerbasic in particular (and any others deemed appropriate!) The deal would be a percentage of the income generated etc. (sale price of the dll will be in the region of £15 etc.)

Please pm if you're interested, but first come, first serve! :)

The dll will be released when I've adjusted the help manual etc. A few hours work.

http://www.purecoder.net/egrid.htm

:)
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

Post by ts-soft »

thanks

>> A few hours work
Okay,
Image :D
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...

Post by srod »

:lol:
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...

Post by srod »

Beta testers required!

Hi, this is a request for a couple of testers. I have one kind soul, but a few more would be nice.

Basically a major update is under way, primarily focused upon being able to allow the user to select a range of cells and then offer full clipboard support etc.

At the moment, if all is well, I have about another day's work to complete this. The current beta allows full cell selection of a single rectangular array of cells through the keyboard (mouse control to follow next) and then the usual combination of ctrl-c, ctrl-x, ctrl-v etc. All clipboard operations can be prohibited through a CellCallback (with the #egrid_Clipboard message).

This addition has been such a 'shock' to the the egrid code that I have been fixing bugs for what seems like an age now. I need to find the remaining bugs and this seems to be the right time. None of the remaining work should break the existing code base, all breakages should already be lurking within the depths! :)

Any help greatly appreciated.

Please pm me and I'll send what I have at the moment. I'm looking for five or six more kind souls.

Thanks.
I may look like a mule, but I'm not a complete ass.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

srod wrote:..... the usual combination of ctrl-c, ctrl-x, ctrl-v etc. .....
Don't forget: ctrl-Ins, shift-ins, shift-del :wink:

PS: I'm testing all the time egrid (3 programs with a lot of egrid's) :D
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Thorsten1867 wrote:
srod wrote:..... the usual combination of ctrl-c, ctrl-x, ctrl-v etc. .....
Don't forget: ctrl-Ins, shift-ins, shift-del :wink:

PS: I'm testing all the time egrid (3 programs with a lot of egrid's) :D
Huh?

What are these key combinations supposed to do? To be honest I reckon I now have enough keyboard control etc.
I may look like a mule, but I'm not a complete ass.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

srod wrote:What are these key combinations supposed to do? To be honest I reckon I now have enough keyboard control etc.
  • shift-INS = copy
    shift-DEL = cut
    crtl-INS = paste
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

Yuk!

Not for me, I'll stick with ctrl-c etc! :)
I may look like a mule, but I'm not a complete ass.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

shift-INS = copy
shift-DEL = cut
crtl-INS = paste
Are these standard in Windows? I just thought it was CTRL C, V, etc...
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
srod
PureBasic Expert
PureBasic Expert
Posts: 10589
Joined: Wed Oct 29, 2003 4:35 pm
Location: Beyond the pale...

Post by srod »

egrid 5 - beta 2 ready for testing!

This version contains quite a few changes over beta version 1; some as a result of bug fixes (for which my thanks go to those who have been helping out) - other features that were just not included in version 1 etc.

The link is available to anyone able to spend a few moments testing. Those without a registration can still use the beta in a restricted capacity, although no features are disabled etc.

The help manual needs some work (a lot of broken links), but it is almost up to date. The 'history.txt' file details all the recent changes. Most of the recent work has been in implementing cell selection and associated clipboard ops, and in extending the range of CellCallback notification messages etc. Only the cursor keys can be used in multiple cell selection at present, but adding mouse control should now be quite straight forward.

Note that when the work is complete, there will be two versions of egrid (aside from the static and dynamic library versions). One, 'egrid-Lite' will be a cut down version available free of charge to PB users, but with no restrictions on the number of rows etc.
The second version is of course the full blown version which will still carry the usual price tag.

Thanks again.

Download the beta: http://www.purecoder.net/egrid5Beta2.zip

:)
I may look like a mule, but I'm not a complete ass.
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

The page cannot be found :cry:
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
User avatar
Thorsten1867
Addict
Addict
Posts: 1372
Joined: Wed Aug 24, 2005 4:02 pm
Location: Germany

Post by Thorsten1867 »

DoubleDutch wrote:
shift-INS = copy
shift-DEL = cut
crtl-INS = paste
Are these standard in Windows? I just thought it was CTRL C, V, etc...
I don't know, but I use it since Win 3.1 (and OS/2).
Translated with http://www.DeepL.com/Translator

Download of PureBasic - Modules
Download of PureBasic - Programs

[Windows 11 x64] [PB V5.7x]
michel
Enthusiast
Enthusiast
Posts: 142
Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg

Post by michel »

Hello Srod,

Is there a way to use egrid to show data without giving the possibility to modify the shown data?

Michel
Post Reply