Search found 191 matches

by istech
Sat Sep 30, 2023 12:23 am
Forum: iOS Deployment
Topic: Hanging app during simulation launch "launching app"
Replies: 1
Views: 1125

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: 1125

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: 6537

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: 6537

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: 9843

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: 26285

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: 14463

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: 14463

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: 14463

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: 4781

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...
by istech
Sat Dec 03, 2022 4:17 pm
Forum: CGIs and the Server
Topic: Revigniter V2 sanitizing issue
Replies: 27
Views: 14463

Re: Revigniter V2 sanitizing issue

Hi istech, the new release (version 2.3.3) can be downloaded here: https://revigniter.com/ or here: https://github.com/revig/revigniter/ Hi Ralf and all, I do hope you all are doing well. If you get a chance I have run into an issue that I am currently troubleshooting which may concern a bug in rev...
by istech
Sun Nov 27, 2022 8:41 am
Forum: CGIs and the Server
Topic: formattedwidth Failing / Bug on Server
Replies: 13
Views: 4781

Re: formattedwidth Failing / Bug on Server

As always Richard thanks for your input and dedication to the community. It is much appreciated.
by istech
Sat Nov 26, 2022 2:13 pm
Forum: CGIs and the Server
Topic: formattedwidth Failing / Bug on Server
Replies: 13
Views: 4781

Re: formattedwidth Failing / Bug on Server

Where is the field which is being measured? Fields on stacks (cards in fact) which are not open (which is different from being loaded - and being able to execute script!) will return 0 for any measurement operations as the field only sets up the internal layout structures when the control is opened...
by istech
Fri Nov 25, 2022 9:16 pm
Forum: CGIs and the Server
Topic: formattedwidth Failing / Bug on Server
Replies: 13
Views: 4781

Re: formattedwidth Failing / Bug on Server

@ Richard, I can confirm the text is rendering fine. To add, the snapshot turns out fine. But the formattedwidth is not acquired and is always 0. Server now updated.:-) @ Paul I am leaning towards your thinking but need to check every possible option first. My server is the wild card here. @ Mark th...
by istech
Fri Nov 25, 2022 1:52 pm
Forum: CGIs and the Server
Topic: formattedwidth Failing / Bug on Server
Replies: 13
Views: 4781

Re: formattedwidth Failing / Bug on Server

Hi there, Just checked and yes Pango is installed. Plus the ldd read out is below. Let me know your thoughts. The server is quite old maybe my pango version is outdated? Never knew this was a dependant. Kindest Regards, Tony pango.x86_64 1.28.1-11.el6 @base LDD: read out on livecode server linux-vds...

Go to advanced search