Page 2 of 4

Posted: Thu Feb 08, 2007 10:20 am
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.

Posted: Thu Feb 08, 2007 3:41 pm
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.

Posted: Sun Feb 11, 2007 2:44 am
by yrreti
I hate to bother you, but the download is not working again?

Posted: Thu Feb 22, 2007 5:03 pm
by Scripter
Download link appears to be broken. :cry:

Posted: Thu Feb 22, 2007 7:24 pm
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

Posted: Fri Feb 23, 2007 5:01 am
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.

Posted: Wed Apr 25, 2007 7:57 pm
by TerryHough
@netmaestro

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

Terry

Posted: Wed Apr 25, 2007 8:09 pm
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

Posted: Wed Apr 25, 2007 10:16 pm
by netmaestro
Installer is back available again, link in first post will work. Thanks to Ken S. for emailing me the lost file.

Posted: Thu Apr 26, 2007 1:11 am
by ricardo
Screenshot available?

Posted: Tue May 22, 2007 7:25 pm
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.

Posted: Wed May 23, 2007 10:16 pm
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.

Posted: Sat Jun 02, 2007 4:19 am
by netmaestro
Library is released for 4.10, link added to first post.

4.02 version is still there until 4.10 goes release.

Re: AllowLVEdits Version 2.0

Posted: Wed Oct 12, 2011 8:53 am
by IdeasVacuum
Links broken?

Re: AllowLVEdits Version 2.0

Posted: Sun Oct 16, 2011 7:56 pm
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.