Search found 62 matches

by rmuzzini
Wed Nov 02, 2022 5:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: 64 Bit Standalone on Windows 11 won't load
Replies: 13
Views: 5068

Re: 64 Bit Standalone on Windows 11 won't load

The problem occurs even with no printers installed, just the existence of the MS drivers is the cause. They need to be deleted or replaced with the manufacturer's driver. not in my tests. removing the printer was enough. i did the trick 3 or 4 times: install printer->run app -> failure ->remove pri...
by rmuzzini
Mon Oct 31, 2022 9:19 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: 64 Bit Standalone on Windows 11 won't load
Replies: 13
Views: 5068

Re: 64 Bit Standalone on Windows 11 won't load

jacque wrote:
Fri Oct 28, 2022 6:08 pm
If you could add your machine model and other tech specs to the bug report it may help.
hi.
i did it. more than 1 month ago. see https://quality.livecode.com/show_bug.cgi?id=23659#c29

regards.
by rmuzzini
Fri Oct 28, 2022 11:17 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: 64 Bit Standalone on Windows 11 won't load
Replies: 13
Views: 5068

Re: 64 Bit Standalone on Windows 11 won't load

hi all. let me add a quick note: as i wrote @ https://quality.livecode.com/show_bug.cgi?id=23659, i did a test on a.brand.new.pc. running win10 (windows 10, not 11). latest version available. i connected it to my network, i opened the printer settings, it smelled my printer and set it automatically,...
by rmuzzini
Thu Nov 22, 2018 5:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: screen recorder
Replies: 4
Views: 4305

Re: screen recorder

Lastly, there are many already existing screen recorders out there, if you don't want to roll your own. You can probably find one that works with CLI commands, and is free/open source, where you can send the commands from Lc and read in the out put of the program, cutting down at least the hardest ...
by rmuzzini
Thu Nov 22, 2018 3:12 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: screen recorder
Replies: 4
Views: 4305

screen recorder

hi all. I did a bit of research and I found nothing about. but i try to ask anyhow: so there is NO way, absolutely NO way, to make a LC app able to record the screen? specifically running on iOS OR desktop (windows or MacOs)? am i right? nothing? any hidden external lib, hidden magic command ...? no...
by rmuzzini
Fri May 25, 2018 11:11 am
Forum: Android Deployment
Topic: send email with attachment
Replies: 22
Views: 16726

Re: send email with attachment

Hi All, I can confirm that it is gmail email client problem/restriction. Which can use "my.com" apps email client to sent the above example email with attachment. It seems gmail email client cannot get the attachment in the apps folder. Regards Terry Ho GREAT! thank you for your test, terry. you re...
by rmuzzini
Wed May 23, 2018 2:58 pm
Forum: Android Deployment
Topic: send email with attachment
Replies: 22
Views: 16726

Re: send email with attachment

update: i turned on again a very old tablet, running android 4.2.1 on this one, no issue. whilst no way to send the attachment using a newer tablet running android 7.1.1 therefore, something related to the os version. and, of course, for that reason this issue appeared suddenly,whithout any app upda...
by rmuzzini
Wed May 23, 2018 9:22 am
Forum: Android Deployment
Topic: send email with attachment
Replies: 22
Views: 16726

Re: send email with attachment

Is the file type really plain text? When you tried loading the data itself you used binfile. I've had trouble in the past when declaring the wrong file type. jacque: my script used to work fine until a few month ago. the type of file/data sent is right (don't look at "binfile", it comes from anothe...
by rmuzzini
Tue May 22, 2018 3:38 pm
Forum: Android Deployment
Topic: send email with attachment
Replies: 22
Views: 16726

Re: send email with attachment

here's attached a simple LC file. in my environment, app built for iOS 9.3 works as expected. app built for android 2.3 (android sdk 25.0.3) fails to send the attachment.
if someone has time to test we'll know more.:-)

regards.
by rmuzzini
Tue May 22, 2018 3:03 pm
Forum: Android Deployment
Topic: send email with attachment
Replies: 22
Views: 16726

Re: send email with attachment

bogs wrote:
Tue May 22, 2018 2:58 pm
That sounds more like the attachment is being stripped out by the email host (gmail, in the example you listed).
i thought about that. but, as stated above, i tested the same app on iOS 11 and all is working as expected. same gmail account.

regards
by rmuzzini
Tue May 22, 2018 2:50 pm
Forum: Android Deployment
Topic: send email with attachment
Replies: 22
Views: 16726

Re: send email with attachment

same here: suddenly, since a few months, the attachments stopped to be sent (android app, compiled with LC 7 and LC 9 for vv. 2.3, 4.1 and 5: same issue in all combinations). here's my code: command doEmail pFilePath if the environment is "mobile" then if mobileCanSendMail () is false then doAlert "...
by rmuzzini
Mon May 21, 2018 4:16 pm
Forum: Mac OS
Topic: codesign issue
Replies: 2
Views: 3545

Re: codesign issue

thank you for the link, jacque.
i'll try the long way and eventually post here my experience.
regards.
by rmuzzini
Fri May 18, 2018 3:34 pm
Forum: Mac OS
Topic: ask/answer dialog weird issue: a solution
Replies: 3
Views: 4258

ask/answer dialog weird issue: a solution

i post this to give help if anyone in the future will bang his head against the same issue. as occured to me. a weird thing. i had a stack, created with lc7, then updated in the last years using lc8. today i opened it with lc9. in development mode all works as expected. i compiled a binary for macOS...
by rmuzzini
Fri May 18, 2018 3:04 pm
Forum: Mac OS
Topic: codesign issue
Replies: 2
Views: 3545

codesign issue

hello.

i'm trying to codesign one of my apps to be released on app store (SA made by using LC9 stable).
but if i try:

Code: Select all

# codesign -s "<my id>" <path-to-binary>
i get in return

Code: Select all

code object is not signed at all
In subcomponent:  <path-to-binary>/Contents/MacOS/revsecurity.dylib
any hint?

regards
by rmuzzini
Mon Sep 04, 2017 8:56 am
Forum: Android Deployment
Topic: New approach for offline viewing PDF inside Android browser
Replies: 43
Views: 35781

Re: New approach for offline viewing PDF inside Android brow

I'd be grateful for any answers to some basic questions about this solution. hi, jim. [*]Does this allow for PDF viewing inside a LiveCode app or does it jump out of the LiveCode app? you open the pdf inside your LC app. in someway, you can write your pdf viewer app using LC. [*]Does it use the fol...

Go to advanced search