Re: Bug or...? Native Querying

2023-08-07 Thread Bob Sneidar via use-livecode
Final correction and then I’ll shut up. Should have read …where custid = 56 AND fileversion = (select max(t2.fileversion) from files t2 where t2.filename = t1.filename) MAN that is complicated! Bob S On Aug 7, 2023, at 4:01 PM, Bob Sneidar wrote: I spoke too soon. I appended some SQL onto

Re: Bug or...? Native Querying

2023-08-07 Thread Bob Sneidar via use-livecode
I spoke too soon. I appended some SQL onto the initial query and there was an error in the SQL. I used ...where custid = 56 AND fileversion = (select max(fileversion) from files t2 where t2.filename = t1.filename) I should have used ...where custid = 56 AND fileversion = (select

Uploading progress bar

2023-08-07 Thread Tim Selander via use-livecode
We are airing a kid's anime program on TV this fall, and are encouraging parents to video their kids singing the theme song -- which we'll air at the end of the program. Using LC Server, I made a simple page for the parents to use to upload the videos. It's working fine, but I would like to

Consumable In App Purchases on Android

2023-08-07 Thread Dan Friedman via use-livecode
Does anyone have any experience with consumable in-app purchases on Android? I can’t seem to figure out how to (1) create a consumable product, and (2) how to consume it. mobileStoreConsumePurchase pProductID doesn’t seem to function right… I get back a result that is “true”, but attempting

Bug or...? Native Querying

2023-08-07 Thread Bob Sneidar via use-livecode
I have code that uses the native API for SQL (as opposed to sqlYoga) because I have to do some joining that I do not know how to do with sqlYoga. The query string looks like this: select

Re: Unable to build for Mac: adding ad-hoc signature failed

2023-08-07 Thread J. Landman Gay via use-livecode
This might help: -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 7, 2023 12:49:03 PM Dar Scott via use-livecode wrote: I’m having trouble building an

Re: tsNetGet() on android

2023-08-07 Thread J. Landman Gay via use-livecode
Cool. So, someone helped someone who helped me who helped you. Your turn. :) -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On August 6, 2023 11:37:26 PM scott--- via use-livecode wrote: @Jacque: Nailed it! Works as expected now.

Unable to build for Mac: adding ad-hoc signature failed

2023-08-07 Thread Dar Scott via use-livecode
I’m having trouble building an application for Mac Intel. The first time LiveCode crashed. Subsequent times, I get this error: There was an error while saving the standalone application Adding ad-hoc signature failed with error: /…/myProgram.app: Replacing existing signature /…/myProgram.app:

Re: Light Windows programs takes 40 s to load

2023-08-07 Thread panagiotis m via use-livecode
Hello Dar, Could you quit the printer spooler process ( from the task manager or from Windows CMD) and try again? Cheers, Panos On Mon, 7 Aug 2023, 20:38 Dar Scott via use-livecode, < use-livecode@lists.runrev.com> wrote: > > Greetings! > > A made a stack with very little script—just enough to

Light Windows programs takes 40 s to load

2023-08-07 Thread Dar Scott via use-livecode
Greetings! A made a stack with very little script—just enough to exercise the GUI. (I couldn’t build a Mac app; more on that as a separate question.) I build a Windows app from my Mac. It takes 40 seconds to load. What might I be doing wrong? I can set up a flash screen, but I’m lazy. Even