AllowLVEdits Version 2.2

Developed or developing a new product in PureBasic? Tell the world about it.
Max
User
User
Posts: 67
Joined: Thu Nov 30, 2006 4:57 pm
Location: I long for the absolute loneliness of the death

Post by Max »

COOL, netmaestro, thanks!

But, some of your fans we live in (the old, old) Europe, and we use comma as decimal mark.

It is possible to add DecimalMask(char) function?

Thanks , again.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8433
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

OK, fair enough. The command is added, libraries and help are updated. Also, the edit strings are centered for the entry process, which seems a bit more intuitive. Download link is in first post.
BERESHEIT
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Post by yrreti »

I hate to bother you, but the download is not working again?
Scripter
New User
New User
Posts: 1
Joined: Sun May 15, 2005 11:47 am
Location: London

Post by Scripter »

Download link appears to be broken. :cry:
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8433
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

I apologize for this, my server survived a serious attack last week and had to be restored from my backup drive. For some reason I don't fully understand, a couple of items were not properly backed up. They are:

- AllowLVEdits v2 (v1 is still there)
- PointOut
- JASET (just another stupid egg timer)

I am going to rewrite these programs and they will be available again, although if someone has a copy of JASET I'd appreciate their sending it to me as I've lost the graphics for it. AllowLVEdits is quite popular so I'll do it first.

sales at networkmaestro dot com
BERESHEIT
yrreti
Enthusiast
Enthusiast
Posts: 546
Joined: Tue Oct 31, 2006 4:34 am

Post by yrreti »

Sorry for your loss. I hope you can get things back to normal again soon.
We all really appreciate your effort and help in this forum.
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Post by TerryHough »

@netmaestro

Were you ever able to get Version 2 back? The link above still doesn't work.

Terry
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8433
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

50+ people downloaded the package, which included full sourcecode. I could rewrite the thing, but if someone would just email me the zip they downloaded, I can put it back on my server and it'll be available again to everyone without my having to start from scratch. Could somebody *please* do that? networkmaestro [at] rogers.com
BERESHEIT
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8433
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Installer is back available again, link in first post will work. Thanks to Ken S. for emailing me the lost file.
Last edited by netmaestro on Thu Apr 26, 2007 6:24 pm, edited 1 time in total.
BERESHEIT
ricardo
Addict
Addict
Posts: 2402
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Screenshot available?
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Post by TerryHough »

I tried to change the ListIconGadgets header background color using
gnozals
PureCOLOR_SetColumnHeaderColor()
command. It changes the color correctly, but then AllowLVEdits will not allow any data to be entered. The field to be edited selects properly, but will not accept data.
TerryHough
Enthusiast
Enthusiast
Posts: 781
Joined: Fri Apr 25, 2003 6:51 pm
Location: NC, USA
Contact:

Post by TerryHough »

TerryHough wrote: I appreciate that you have already integrated the Enter and Esc keys in this. Makes it much more usable.
Any way to have this enable the next column for editing after the Enter key is pressed?

For example, right click on row 3, column 1, enter a number and press enter. The next column is automatically "right clicked" and ready for data entry. If no column to the right, then enable the leftmost column of the next row.

That seems useful to me.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8433
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Post by netmaestro »

Library is released for 4.10, link added to first post.

4.02 version is still there until 4.10 goes release.
BERESHEIT
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: AllowLVEdits Version 2.0

Post by IdeasVacuum »

Links broken?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
User avatar
netmaestro
PureBasic Bullfrog
PureBasic Bullfrog
Posts: 8433
Joined: Wed Jul 06, 2005 5:42 am
Location: Fort Nelson, BC, Canada

Re: AllowLVEdits Version 2.0

Post by netmaestro »

Apologies for the broken link. I don't release libraries in compiled form anymore and so the link is moot anyway. First post is updated with the .PBI code and a useful test program (I use it all the time, it's quite handy).

Looking over the code, if I were writing this today I'd lose the globals and go with structured memory whose pointer is passed to the procedures. But iirc the globals don't hurt anything as a user can't edit two listicons at once anyway. You can just use StartEditing() and StopEditing() to move from one listicon to another and there is no conflict. Again though, four years wiser, I would do it differently.
BERESHEIT
Post Reply