Livecode dictionary mobile version

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

terryho
Posts: 126
Joined: Mon Nov 05, 2012 2:53 pm

Livecode dictionary mobile version

Post by terryho »

Dear all,

I had make an apps, which you can read LiveCode dictionary on mobile device.

It is 100% make by livecode, Thanks the help with the community.

https://play.google.com/store/apps/deta ... nhk.LcDict

Please feel free to use it. Also please comment.

Regards

Terry Ho
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Livecode dictionary mobile version

Post by Simon »

Hi Terry,
I only see mobile commands/messages/functions of which none of them have any data (syntax/platform/example/etc) associated with them.
Ok so touching on a letter I do see the other entry's, but still no content.

Why are some highlighted and others not?

Search seems just to stall.

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
terryho
Posts: 126
Joined: Mon Nov 05, 2012 2:53 pm

Re: Livecode dictionary mobile versi

Post by terryho »

Hi simon,

Please advise what is the brand name and model of your device?

Please try double click on the selected item or select the item and swipe from left to right (or right to left), then you can see the detail of the selected item.

Regards

Terry Ho
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Livecode dictionary mobile version

Post by Simon »

Hi terry,
HTC Wildfire s
Swiping was how I saw the empty data, all that is shown is syntax/platform/example/etc. no content just the words.

Search just stalled out on me as well.

Since it's free why don't you post the stack?

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
terryho
Posts: 126
Joined: Mon Nov 05, 2012 2:53 pm

Re: Livecode dictionary mobile version

Post by terryho »

Hi Simon,

It use some 3rd party tools. So I can not post the souce.

It seem my apps cannot find the database, I will try to find out what cause the problem in HTC device.

I had test on Asus, acer, Xiaomi, samsung, sony and etc. does not have this problem. May be there is some special setting in HTC device.

What android version in the HTC device?

Regards

Terry Ho
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Livecode dictionary mobile version

Post by Simon »

Hi Terry,
Android 2.3.5

Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
terryho
Posts: 126
Joined: Mon Nov 05, 2012 2:53 pm

Re: Livecode dictionary mobile version

Post by terryho »

Hi Simon ,

Does your HTC is rooted.

regards

Terry Ho
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Livecode dictionary mobile version

Post by Simon »

Hi Terry,
No my HTC is not rooted.

Simon
Edit; Hey Terry, I'm looking at the sd card now (I moved the app) what filename should I be looking for to see if it installed correctly?
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
terryho
Posts: 126
Joined: Mon Nov 05, 2012 2:53 pm

Re: Livecode dictionary mobile version

Post by terryho »

Hi Simon,

When you use search to search some word, does the datagrid have result?

If there is result, then I think it is HTML problem. What is language and location setting in your device?

Regards

Terry Ho
Simon
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3901
Joined: Sat Mar 24, 2007 2:54 am

Re: Livecode dictionary mobile version

Post by Simon »

Search just shows a field with "Please wait searching..."
Nothing happens.

Simon
Edit; laguage- English location- wireless network
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!
terryho
Posts: 126
Joined: Mon Nov 05, 2012 2:53 pm

Re: Livecode dictionary mobile version

Post by terryho »

Hi Simon,

I had test my apps on different device, but did not have you situation.

My apps when first start, it will copy the database file into the internal memory. (I.e. Specialfolderpath("documents")). After copy, it can let the user search the key word.

I think in you case, it may be out of memory to copy the file.

Would you direct contact me at terryho at hotmail?

I would like to send some test file for testing.

Regards

Terry ho
arkstar
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 70
Joined: Mon Dec 21, 2009 1:51 am

Re: Livecode dictionary mobile version

Post by arkstar »

Hi Terry,

Can you make an IOS version?

Thanks
Rob
Rob Glassman
ArkStar
EssoAir
Posts: 52
Joined: Thu Feb 20, 2014 7:53 pm

Re: Livecode dictionary mobile version

Post by EssoAir »

terryho wrote:Dear all,

I had make an apps, which you can read LiveCode dictionary on mobile device.

It is 100% make by livecode, Thanks the help with the community.

https://play.google.com/store/apps/deta ... nhk.LcDict

Please feel free to use it. Also please comment.

Regards

Terry Ho
Well scrolling is absolutely horrid on my Galaxy S4. I suggest you put any scrolling fields in a browser control so you can take advantage of native scrolling. it will be a lot smoother and less work on your end
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode dictionary mobile version

Post by FourthWorld »

Thank you for putting that together, terryho.

I'm excited about the prospect of using it, but I'm having the same issue Simon reported.

Is the project open source? If so I'd be happy to see if I can lend a hand exploring more memory-friendly ways to chunk the data.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
terryho
Posts: 126
Joined: Mon Nov 05, 2012 2:53 pm

Re: Livecode dictionary mobile version

Post by terryho »

Hi all,

Thanks your comment.

I had submit to app store. Now waiting their approve.

Please update to the latest version. Which fix the scrolling problem. It should use large variable to detect touch moving.

Due to I use some third party tools. So I can not open the source code.

There is a bug in the native scroll, which go back from the detail page. It will not go to the last scroll position. This will only happen in android device.

Regards

Terry Ho
Post Reply