Search found 196 matches

by istech
Mon May 27, 2024 2:03 pm
Forum: iOS Deployment
Topic: Mobile scrolling issues
Replies: 0
Views: 286

Mobile scrolling issues

Hi All, I do hope all are doing well. I have a strange issue I would love to get a second take on. I have created a scrolling group which works mostly as expected side 2 issues. The first being that upon initial launch of the app the scrolling group does not scroll correctly. It kind of starts moves...
by istech
Mon May 27, 2024 1:45 pm
Forum: Talking LiveCode
Topic: Reliable IOS and ANDROID pdf viewing
Replies: 6
Views: 580

Re: Reliable IOS and ANDROID pdf viewing

Just to update anyone trying this. I resolved this issue by putting a longer wait and a recheck/reset of the URL until the page is rendered.
by istech
Tue May 21, 2024 3:37 pm
Forum: Talking LiveCode
Topic: Reliable IOS and ANDROID pdf viewing
Replies: 6
Views: 580

Re: Reliable IOS and ANDROID pdf viewing

Wow not cheap when you only want one item. I'll think on it. In the meantime will try a couple workarounds. Thanks for your input.
by istech
Sun May 19, 2024 6:52 pm
Forum: Talking LiveCode
Topic: Reliable IOS and ANDROID pdf viewing
Replies: 6
Views: 580

Re: Reliable IOS and ANDROID pdf viewing

Hi Richard, Thanks for chiming in. Hope you are doing well. Currently, pdf is the only option for use. So no go on that front. I have definitely looked into seeing what the cause of the intermittent empty call. Nothing definitive at the moment. Narrowed down to either goggle embed issue or a browser...
by istech
Sat May 18, 2024 9:46 am
Forum: Talking LiveCode
Topic: Reliable IOS and ANDROID pdf viewing
Replies: 6
Views: 580

Reliable IOS and ANDROID pdf viewing

Hi Livecoders, I do hope all are doing well. I have an issue I hope someone can shine a light on. I am trying to view pdf's on both IOS and ANDROID mobile platforms. I have checked a couple solutions on the forums but none have been reliable. The current one that comes close to working is having a g...
by istech
Sat Sep 30, 2023 12:23 am
Forum: iOS Deployment
Topic: Hanging app during simulation launch "launching app"
Replies: 1
Views: 3210

Re: Hanging app during simulation launch "launching app"

Hi All, After much heartache and pain, I finally found the issue after 2 days, I believe this could be a bug as the problem turned out to be an unescaped ampersand in the app display name which was in the plist hence caused an error in the simulator and transporter. I believe I never escaped a previ...
by istech
Fri Sep 29, 2023 12:47 pm
Forum: iOS Deployment
Topic: Hanging app during simulation launch "launching app"
Replies: 1
Views: 3210

Hanging app during simulation launch "launching app"

Hi Livecode Coders, I hope all are doing well, I wonder if anyone can help. I have an issue where upon launching a single app in IOS simulator it gets stuck at "Launching app..." This only happens with one app the rest launch as expected. Is there any way to find out where the launcher is getting st...
by istech
Fri Sep 01, 2023 8:10 pm
Forum: Talking LiveCode
Topic: IDE Scale issues
Replies: 16
Views: 10715

Re: IDE Scale issues

Hi Klaus, Thanks for this. I wonder when a simple option like this can be added to the project browser settings. The "system window" option seems to work best for my needs. Hopefully, the next version of the IDE has some really intuitive features. Not played with LC 10 as yet, maybe I should give it...
by istech
Fri Sep 01, 2023 5:19 am
Forum: Talking LiveCode
Topic: IDE Scale issues
Replies: 16
Views: 10715

IDE Scale issues

Hi Livecoders, Just a quick question on a pet peeve I have had with the IDE. Do you know how I can overcome the fact that when I scale an app down when I close it and open the app it goes off screen and I need to use the inspector to relocate the stack to within my screen? This only happens on scale...
by istech
Fri Sep 01, 2023 4:57 am
Forum: Android Deployment
Topic: Problem building apps in 9.6.10-rc-1
Replies: 14
Views: 17500

Re: Problem building apps in 9.6.10-rc-1

Hi All, Having a similar problem building Android app's with LC 9.6.10. I am using Windows and have installed the latest Android Studio with Android 13, SDK Build tools 31.0.0. My Java is recognised by LC and can build for simulator no problem but will hang when I try to build a standalone saying "P...
by istech
Mon May 08, 2023 11:10 am
Forum: CGIs and the Server
Topic: LiveCode Linux Server - Debian 10.9 and LC 9.6.2 - “end of script output before headers” error
Replies: 2
Views: 33412

Re: LiveCode Linux Server - Debian 10.9 and LC 9.6.2 - “end of script output before headers” error

Hi there, This is mainly a post for anyone looking for help with this error and how to resolve it. I have just been battling this error for a couple of days after a server migration to Debian 11.7. With this error "500" first check you have allocated the correct permissions to "livecode-server" 755 ...
by istech
Tue Dec 06, 2022 2:35 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 19655

Re: Revigniter V2 sanitizing issue

Hi istech, thanks for your feedback, I am glad it works now. My question was not related to base64, I was curious about why you send an application/json Content-Type header. Apologies Ralf, I did misread your question. It is for the api I'm using. Definitely a custom setup. But works very well. I'd...
by istech
Tue Dec 06, 2022 8:27 am
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 19655

Re: Revigniter V2 sanitizing issue

Hi Ralf, Sorry for the late reply, Yes you are correct, I now have changed the code to put base64Decode($_POST)/$_POST_RAW into tJSON and process the data from there. Just strange as to why the change is needed. Maybe since the revigniter upgrade my server cached the older input script?. Can not say...
by istech
Sun Dec 04, 2022 9:09 am
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 19655

Re: Revigniter V2 sanitizing issue

Hi istech, if I understood you correctly, you are sending base64 encoded JSON data. In this case do not use libURLFormData() and do not send an application/lc.array nor an application/json Content-Type header. On the server side use: put base64Decode($_POST_RAW) into tJSON If you like to use libURL...
by istech
Sat Dec 03, 2022 5:25 pm
Forum: CGIs and the Server
Topic: formattedwidth Failing / Bug on Server
Replies: 13
Views: 8404

Re: formattedwidth Failing / Bug on Server

I believe the key to Mark's suggestion wasn't the "invisible" part, but the going. When LC goes to a card it unpacks all the parts in a way that invokes the font system, then allowing rendered font metrics to become available. If I understand where he's coming from, the "invisible" part just allows...

Go to advanced search