Re: Failure to build on Android.

2019-05-16 Thread Monte Goulding via use-livecode
Hmm… did they have the same application identifier? > On 17 May 2019, at 1:12 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > You were right, plus caveat. You cannot test, with the same development key, > two different stacks. > > it was balking at having

Re: Failure to build on Android.

2019-05-16 Thread Sannyasin Brahmanathaswami via use-livecode
You were right, plus caveat. You cannot test, with the same development key, two different stacks. it was balking at having "rotationTest9.livecode" on the phone at the same time Once I deleted "rotationTest9.livecode", then "myApp.app" was installed without errors. BR On 5/16/19, 11:23 AM,

Re: Seeking confirmation of a bug...

2019-05-16 Thread Paul Dupuis via use-livecode
On 5/16/2019 7:35 PM, Richard Gaskin via use-livecode wrote: Paul Dupuis wrote: > I am sometimes astonished that a bug like this can go undetected > through so many releases. It causes me to worry about the adoption > of LC as a serious commercial application building tool. This is why I do my

Re: Resize Stack Sent Everytime a Stack Opens?

2019-05-16 Thread Sannyasin Brahmanathaswami via use-livecode
OK with the help of Brian off list I go something going! But I have a confession to make and a bug to report 1) in middle of the script, in logging, I used a Put "somevalue" into fld "log" Which of course removed anything before that, including a "resize" stack, which had log entries. 2)

Re: Seeking confirmation of a bug...

2019-05-16 Thread Richard Gaskin via use-livecode
Paul Dupuis wrote: > I am sometimes astonished that a bug like this can go undetected > through so many releases. It causes me to worry about the adoption > of LC as a serious commercial application building tool. This is why I do my daily work in the latest available build, and encourage

Re: Seeking confirmation of a bug...

2019-05-16 Thread Paul Dupuis via use-livecode
Thank you Monte! I just finished dinner and was sitting down to enter a new bug when I saw you had already done it! On 5/16/2019 6:30 PM, Monte Goulding via use-livecode wrote: On 17 May 2019, at 7:29 am, Monte Goulding via use-livecode wrote: I just added an updated test stack that

Re: Seeking confirmation of a bug...

2019-05-16 Thread Monte Goulding via use-livecode
> On 17 May 2019, at 7:29 am, Monte Goulding via use-livecode > wrote: > >> I just added an updated test stack that showed another issue of only a >> single file type is specified. If you have have a chance could you check >> that the fix addresses that use case too? > > I think it would

Re: Seeking confirmation of a bug...

2019-05-16 Thread Monte Goulding via use-livecode
> On 17 May 2019, at 6:25 am, Paul Dupuis via use-livecode > wrote: > > Thank you Monte! > > I just added an updated test stack that showed another issue of only a single > file type is specified. If you have have a chance could you check that the > fix addresses that use case too? I

Re: Failure to build on Android.

2019-05-16 Thread Monte Goulding via use-livecode
I think it’s complaining the version of your app is lower that the installed version. Perhaps either bump it up or manually delete the installed version. > On 17 May 2019, at 6:42 am, Sannyasin Brahmanathaswami via use-livecode > wrote: > > Less that 36 hour went by, when I could build on

Re: Seeking confirmation of a bug...

2019-05-16 Thread Mark Wieder via use-livecode
On 5/16/19 12:53 PM, Monte Goulding via use-livecode wrote: https://github.com/livecode/livecode/pull/7056 Wow! That was a fast fix! -- Mark Wieder ahsoftw...@gmail.com ___ use-livecode mailing

Failure to build on Android.

2019-05-16 Thread Sannyasin Brahmanathaswami via use-livecode
Less that 36 hour went by, when I could build on Android. Then today, 9.0.4 and also 9.0.5 (rc1) (# congratulations to team!) I am getting the from the Development→Test Target--> Android [id#] Installation of app failed: adb: fail to install

Re: Seeking confirmation of a bug...

2019-05-16 Thread Paul Dupuis via use-livecode
Thank you Monte! I just added an updated test stack that showed another issue of only a single file type is specified. If you have have a chance could you check that the fix addresses that use case too? Thanks! On 5/16/2019 3:53 PM, Monte Goulding via use-livecode wrote:

Re: Seeking confirmation of a bug...

2019-05-16 Thread Monte Goulding via use-livecode
https://github.com/livecode/livecode/pull/7056 > On 17 May 2019, at 5:43 am, Monte Goulding via use-livecode > wrote: > > Hi Paul > > I can confirm it is broken. I’ll patch it this morning. If it has been broken > at some point during the

Re: Seeking confirmation of a bug...

2019-05-16 Thread Monte Goulding via use-livecode
Hi Paul I can confirm it is broken. I’ll patch it this morning. If it has been broken at some point during the refactor as the blame commit hash is a merge at that time. It’s an easy fix though which is good ;-) Cheers Monte > On 17 May 2019, at 5:26 am, Paul Dupuis via use-livecode >

Re: Seeking confirmation of a bug...

2019-05-16 Thread Paul Dupuis via use-livecode
Certainly there is a work around based on extensions. You and I have both written them for Researchware ;-) However, Jeanne used this feature extensively in a bunch of file i/o code she wrote for Researchware for HyperTRANSCRIBE and HyperRESEARCH exports to many formats, which is why/how I

Re: Innards of an APK

2019-05-16 Thread J. Landman Gay via use-livecode
Also, if the files are stored in the external documents folder, they won't be deleted. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On May 16, 2019 12:20:43 PM JJS via use-livecode wrote: By the way. There is one thing i noticed

Re: Seeking confirmation of a bug...

2019-05-16 Thread Richard Gaskin via use-livecode
Paul Dupuis wrote: > I just filed a serious bug for LC904 that is only under OSX. When > using 'asnwer file with type ' the selected type is > supposed to be returned in 'the result'. This works as expected under > Windows, but under OSX using LC904 STABLE, 'the result' is the same as > the

Re: Innards of an APK

2019-05-16 Thread Klaus major-k via use-livecode
Hi Jerry, > Am 16.05.2019 um 19:19 schrieb JJS via use-livecode > : > > By the way. > > There is one thing i noticed before. > When the app is still installed and you go to Settings-->apps-->theapp then > clear cache or other data before removing, then stuff related should also be > gone. >

Re: Innards of an APK

2019-05-16 Thread JJS via use-livecode
By the way. There is one thing i noticed before. When the app is still installed and you go to Settings-->apps-->theapp then clear cache or other data before removing, then stuff related should also be gone. I noticed once with another app. They can try it. But indeed normally nothing

Re: Innards of an APK

2019-05-16 Thread JJS via use-livecode
Haha dass weis ich ganz genau :) i did it on purpose as you know some Niederlandisch. Total commander is a File program which is also free to use on Windows, i use it all the time. In fact it's a program i think i use the most. But now i have also Double Commander as it is available for

Re: Innards of an APK

2019-05-16 Thread Klaus major-k via use-livecode
Hi Jerry > Am 16.05.2019 um 18:24 schrieb JJS via use-livecode > : > > Beste Klaus, :-) "Beste Klaus" is dutch, german is -> Bester Klaus Yep, german has a lot of different cases which makes it so hard to learn, sorry only know the latin words for the cases: Nominativ -> Der beste Mann ->

Re: Innards of an APK

2019-05-16 Thread JJS via use-livecode
Beste Klaus, nice that you bring this up. I am working on an app (changing a desktop version to mobile) that uses sqlite. And i was under a same kind of impression, but did not check out on the device itself further. (Because if i remove the app and reinsall it should come up with a

Re: play sounds in HTML5

2019-05-16 Thread hh via use-livecode
> Thanks Sean. > I will have to work hard because I am not familiar with Dynamic HTML. One simple way to do that: Write, a little bit more as Sean wrote, in your html file: Then first set in LC newsound, may be randomly: put "/audio/guitar-melody.wav" into newsound Then issue from LC: do

Re: Seeking confirmation of a bug...

2019-05-16 Thread Klaus major-k via use-livecode
Hi Paul, > Am 16.05.2019 um 16:35 schrieb Paul Dupuis via use-livecode > : > > On 5/16/2019 10:26 AM, Klaus major-k via use-livecode wrote: >> answer file "sdsdds" with type "PNG, JPEG|png,jpg|" > > You only tested with 1 type. Download the test stack from the bug report or > try > answer

Re: Seeking confirmation of a bug...

2019-05-16 Thread Paul Dupuis via use-livecode
On 5/16/2019 10:32 AM, Klaus major-k via use-livecode wrote: maybe the dictionary should read: "This list is ONLY displayed on Windows systems"? No it is displayed under OSX IF you specify more than one type (tag) not extensions. See my previous reply. Also this fails under LC903 but works

Re: Seeking confirmation of a bug...

2019-05-16 Thread Paul Dupuis via use-livecode
On 5/16/2019 10:26 AM, Klaus major-k via use-livecode wrote: answer file "sdsdds" with type "PNG, JPEG|png,jpg|" You only  tested with 1 type. Download the test stack from the bug report or try answer file "sdsdds" with type ("PNG Files|png"&"JPEG Files|jpg") to actually have more than one

Re: Seeking confirmation of a bug...

2019-05-16 Thread Klaus major-k via use-livecode
... > From the dictionary about "anser file ... with type..." > ... > If more than one type is specified, a drop-down list containing the tags will > be displayed allowing the user to select which types of files to display. > (This list is always displayed on Windows systems). maybe the

Re: Seeking confirmation of a bug...

2019-05-16 Thread Klaus major-k via use-livecode
Hi Paul, > Am 16.05.2019 um 16:10 schrieb Paul Dupuis via use-livecode > : > > I just filed a serious bug for LC904 that is only under OSX. When using > 'asnwer file with type ' the selected type is supposed to > be returned in 'the result'. This works as expected under Windows, but under >

Seeking confirmation of a bug...

2019-05-16 Thread Paul Dupuis via use-livecode
I just filed a serious bug for LC904 that is only under OSX. When using 'asnwer file with type ' the selected type is supposed to be returned in 'the result'. This works as expected under Windows, but under OSX using LC904 STABLE, 'the result' is the same as the 'it', both contain the file

Re: array and revExecuteSQL

2019-05-16 Thread axwald via use-livecode
Hi. Paul Dupuis via use-livecode wrote > I believe you need to surround the placeholder with single quotes. Doesn't work, my LC doesn't do the replacement: > UPDATE `t_test` SET `Text` = ':11' WHERE `Nummer` = ':22'; and > UPDATE `t_test` SET `Text` = :'11' WHERE `Nummer` = :'22'; are sent to

Re: play sounds in HTML5

2019-05-16 Thread Alain Vezina via use-livecode
Thanks a lot Sean, I think you have the right solution. I will have to work hard because I am not familiar with Dynamic HTML. A few trials and errors should solve the problem. Thanks again Alain > Le 15 mai 2019 à 20:56, Pi Digital via use-livecode > a écrit : > > Hi again Alain > > What

[ANN] Release 9.0.5 RC-1

2019-05-16 Thread panagiotis merakos via use-livecode
Dear list members, We are pleased to announce the release of LiveCode 9.0.5 RC-1. Getting the Release === You can get the release at https://downloads.livecode.com/livecode/ or via the automatic updater. Release Contents LiveCode 9.0.5 RC-1 comes with more

Innards of an APK

2019-05-16 Thread Klaus major-k via use-livecode
Hi friends, this just came up in the german LC forum. A user wrote that de-installing an app from his Android phone did not remove database files copied to -> specialfolderpath("documents")? I always thought that this special folder is just a folder INSIDE of the apk where we are allowed to

Re: Mobile - Open file dialog?

2019-05-16 Thread scott--- via use-livecode
> Ludovic THEBAULT via use-livecode wrote: > Yes it’s work, but if the filename is not short, only the beginning of the > filename is displayed with MobilePick (on iPhone, perhaps not on ipad). I have been bothered by this also. Is this a bug with LiveCode and has it been reported? (I