What are you working on?

Want to talk about something that isn't covered by another category?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
AndyP
Posts: 615
Joined: Wed Aug 27, 2008 12:57 pm
Location: Seeheim, Germany (ex UK)
Contact:

What are you working on?

Post by AndyP » Tue Dec 04, 2018 10:35 am

I'm a regular follower of https://www.indiehackers.com, and they have this section What are you working on? which I always find interesting. This is a place where people show what they are doing at the moment, and I thought it might be interesting to start a similar thread here.

So I'll kick off.

I'm well into a new complete version of Seth V3 which will sort the problems some are experiencing with some version of LC8 and LC9. This is long overdue and will be a free update to all users.
https://2108.co.uk/script-editor-themer/

Getting my ISS tracker ready for Google Play.
http://2108.on-rev.com/nextcloud/index. ... YMfxdrkMMo - image

Just started an Android app to access the self-hosted KanBoard project.
https://kanboard.org/

Updating an app I built for one of my sons to help with his Latin (yikes!) vocabulary.
http://2108.on-rev.com/nextcloud/index. ... fBMC7T8bfT

And finally, as I'm British living in Germany .. working on getting my German citizenship!

whos next?
Andy Piddock
https://livecode1001.blogspot.com Built with LiveCode
https://github.com/AndyPiddock/TinyIDE Mini IDE alternative
https://github.com/AndyPiddock/Seth Editor color theming
http://livecodeshare.runrev.com/stack/897/ LiveCode-Multi-Search

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: What are you working on?

Post by bogs » Tue Dec 04, 2018 1:57 pm

At this point, nothing nearly so interesting. Mostly clearing out an estate and learning some new 3d modeling techniques.

Good luck with the citizenship!
Image

mrcoollion
Posts: 720
Joined: Thu Sep 11, 2014 1:49 pm
Location: The Netherlands

Re: What are you working on?

Post by mrcoollion » Tue Dec 04, 2018 6:28 pm

I am working an a stack (application) to enable me to build multi language applications in LiveCode without having to write much code for this. This Stack also makes it possible to have translators work on the translation separately.

Need this for a call registration and support application I am building.

Thats all folks... 8)

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7228
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: What are you working on?

Post by jacque » Tue Dec 04, 2018 7:08 pm

Three large projects I can't talk about due to NDA, except to say that one is university courseware, another is a game port, and the third is a hospital equipment tracking system. Aside from those, I just finished some updates to a pet boarding facility's software. I also make ongoing adjustments to my personal password manager.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

Re: What are you working on?

Post by bangkok » Wed Dec 05, 2018 7:29 am

I work :

-app on a barcode reader android terminal to do reception (of goods) linked to Odoo (version 10) and linked to a windows desktop app (to validate the receptions and print labels on Dymo printers)

With the Android app, the operator "counts", can compare with the quantities ordered, and scan the supplier barcodes (of their batch numbers) and decides the location to store the goods (short list based on locations previously used)... all those data are stored on a mysql DB... and then with the Window app, he can call back those data (by scanning the reception note with a barcode), make some modifications, and validate (direct link to Odoo, to validate the reception and before that to create the batch numbers).

-update of an app on a barcode reader android terminal to do end-of-the-year inventories (linked to Odoo as well)

.... and a truck load of other stuff, most of them linked to Odoo too.
:D

mrcoollion
Posts: 720
Joined: Thu Sep 11, 2014 1:49 pm
Location: The Netherlands

Re: What are you working on?

Post by mrcoollion » Wed Dec 05, 2018 8:12 am

Interesting Bankok... that you are building a barcode reader for android . So how do you make the reader? There is no LiveCode barcode reader for Android available even though I requested one almost two years ago :lol:

bangkok
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 937
Joined: Fri Aug 15, 2008 7:15 am

Re: What are you working on?

Post by bangkok » Wed Dec 05, 2018 11:42 am

mrcoollion wrote:
Wed Dec 05, 2018 8:12 am
Interesting Bankok... that you are building a barcode reader for android . So how do you make the reader? There is no LiveCode barcode reader for Android available even though I requested one almost two years ago :lol:
First : use a dedicated terminal (android "smartphone" with a barcode reader, integrated)

This one is a perfect beast :

https://www.alibaba.com/product-detail/ ... 72678.html

Second : nothing fancy. Since LiveCode doesn't seem to be interested by this HUGE market (our lives... are "barcoded" now)... by developping some externals that could "catch" on the fly the data scanned (using the APIs of the big players, see bellow)... I just use a simple livecode field... in which the data scanned... are simply "typed".

All android barcode scanners... emulates the virtual keyboard.

After the scan, inside the LC field, the script catches a special character (like CR) and executes some actions. Voilà. It works.
But it could be improved (the focus needs to be in the field...)

ZEBRA, large company, has very good terminals as well : for instance TC20.
Very nice, and well priced.

And a trully magnificient API ("Datawedge").
https://www.youtube.com/watch?v=pI5vyFWaG_I

I asked Livecode to at least look at it... No answer.

I rephrase : Livecode + Android barcode scanners = killer apps.

But this is another debate, right ?
:)

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 9359
Joined: Fri Feb 19, 2010 10:17 am
Location: Bulgaria

Re: What are you working on?

Post by richmond62 » Wed Dec 05, 2018 11:58 am

1. Teaching English as foreign language.

2. Meditating on the Bengali writing system.

3. Wondering whether I can get off my fat, lazy behind enough to work out a one-year
school curriculum for LiveCode based on English and Scottish education department requirements.

https://www.sqa.org.uk/pastpapers/findpastpaper.htm

mrcoollion
Posts: 720
Joined: Thu Sep 11, 2014 1:49 pm
Location: The Netherlands

Re: What are you working on?

Post by mrcoollion » Wed Dec 05, 2018 4:07 pm

I Agree Bangkok... LiveCode should bring out a BarCode Scanning functionality for Android as soon as possible.
I have several use cases I need barcodescanning on mobile phones for. I also decided not to make an application in LiveCode just for the fact that LiveCode does not have a good working barcode Functionality that works on all the mayor platforms :( .

We will see if what the future brings... :roll:

Post Reply

Return to “Off-Topic”