Search found 71 matches
- Sun Jul 14, 2024 3:42 pm
- Forum: Databases
- Topic: Problems connecting to MySQL server
- Replies: 0
- Views: 22986
Problems connecting to MySQL server
I have problems with connecting to MySQL within LiveCode I have switched to another PC, where I have Linux and Win11 running. (IP 192.168.1.50) And I have a seperate Linux server where MySQL is running (IP 192.268.1.244) I also have my old laptop where everything runs on localhost without any proble...
- Tue Apr 20, 2021 9:08 am
- Forum: Linux
- Topic: Permission denied on pdf startup in Linux Mint
- Replies: 7
- Views: 18876
Re: Permission denied on pdf startup in Linux Mint
I always used "launch" to startup an app in windows10.
I made a copy of my W10 app to Linux.
But then it did not work, so I looked in the Dictionary, where it says: To work with Unix "use the shell function instead"
I had never used "launch document"
Now it works fine. Problem solved, thanks.
I made a copy of my W10 app to Linux.
But then it did not work, so I looked in the Dictionary, where it says: To work with Unix "use the shell function instead"
I had never used "launch document"
Now it works fine. Problem solved, thanks.
- Mon Apr 19, 2021 4:46 pm
- Forum: Linux
- Topic: Permission denied on pdf startup in Linux Mint
- Replies: 7
- Views: 18876
Re: Permission denied on pdf startup in Linux Mint
launch document "/home/rob/Documents/Manuals/Manual.pdf" does not work in Linux
- Mon Apr 19, 2021 2:09 pm
- Forum: Linux
- Topic: Permission denied on pdf startup in Linux Mint
- Replies: 7
- Views: 18876
Permission denied on pdf startup in Linux Mint
I need to startup pdf files from my application in Linux Mint.(Ubuntu) I have put : get shell("/home/rob/Documents/Manuals/Manual.pdf") in a mouseUp script I have set all the directories permissions to "Read and write" When the script is set to run I get the following message in the it variable: /bi...
- Tue Nov 10, 2020 11:28 am
- Forum: Developer Services Marketplace
- Topic: Looking for LC programmer to take over project in Germany
- Replies: 0
- Views: 25166
Looking for LC programmer to take over project in Germany
The last 5 years I have developed a database Management System in LC with very advanced and specific parts for detailed bookings, invoicing, planning and CRM management. This project is now ready for implementation. Because I am already retired (74), I am looking for a LC developer, team, company, w...
- Wed Feb 12, 2020 11:49 am
- Forum: Mac OS
- Topic: Runtime problem in MacOS Catalina
- Replies: 7
- Views: 7683
Re: Runtime problem in MacOS Catalina
Just by installing xCode 10 or higher the notarisation will be done.
- Tue Feb 11, 2020 12:02 pm
- Forum: Mac OS
- Topic: Runtime problem in MacOS Catalina
- Replies: 7
- Views: 7683
Runtime problem in MacOS Catalina
My client who runs an app on his Mac has updated his OS to Catalina. Now she gets a message at startup: "This app needs to be updated by the developer to be able to work with this version of MacOS. So I installed LC 9.5.1 and made a new runtime, but the message still comes up. What do I have to do? ...
- Sat Jan 18, 2020 5:51 pm
- Forum: Databases
- Topic: Loading failure at launch
- Replies: 7
- Views: 12118
Re: Loading failure at launch
I am practically only using globals. What use is it to declare locals anyway, since they always work without declaration? I have checked all my tSQL strings. If there would be a variable missing, it would'nt work at all. I have already sorted out that maybe a variable is not yet declared the first t...
- Thu Jan 16, 2020 3:55 pm
- Forum: Databases
- Topic: Loading failure at launch
- Replies: 7
- Views: 12118
Re: Loading failure at launch
OK, here are the 2 scripts where the problem is situated. Its about setting up meals based on certain input. By the creation of the "treatment plan" all meals are preset to "Full" (that means breakfast, lunch & diner). These are invoicelines created for every day of the duration of the treatment pla...
- Thu Jan 16, 2020 12:09 pm
- Forum: Databases
- Topic: Loading failure at launch
- Replies: 7
- Views: 12118
Re: Loading failure at launch
Hi Klaus, I don't understand fully. In the "openStack" script there is already a lot of db_stuff, because a lot of data from the database is loaded into the main screen. But then when I do an action for a new insert, I open a substack with all possible options to choose, which are all loaded from th...
- Tue Jan 14, 2020 12:58 pm
- Forum: Databases
- Topic: Loading failure at launch
- Replies: 7
- Views: 12118
Loading failure at launch
I have the following problem: When my runtime startsup, everything seems to be ok. But when I do a specific action on the mysql database, insert and delete, then that action is not performed properly. When I do it the second time, there is no problem, insert and delete work as programmed. So I have ...
- Wed Aug 21, 2019 9:36 am
- Forum: Talking LiveCode
- Topic: LC 9.5 crashing very often
- Replies: 3
- Views: 4252
Re: LC 9.5 crashing very often
OK, thanks
I am vigilant now, so do more often savings.
I am vigilant now, so do more often savings.
- Tue Aug 20, 2019 10:39 am
- Forum: Talking LiveCode
- Topic: LC 9.5 crashing very often
- Replies: 3
- Views: 4252
LC 9.5 crashing very often
Every time I have a little bug in my code and want to test it, it often happens that LC 9.5 crashes in W10. Is this a new feature in LC 9.5 to make you more alert to save more regularly? Or is it a bug. Its quite annoying to save after every little change in the code, because it costs e few minutes ...
- Sat Jun 15, 2019 1:07 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: What is the opposite of launch?
- Replies: 13
- Views: 12091
Re: What is the opposite of launch?
OK, thanks again, but for the time being I am interested in a solution for W10.
- Wed Jun 12, 2019 2:13 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: What is the opposite of launch?
- Replies: 13
- Views: 12091
Re: What is the opposite of launch?
Hi dunbarx,
That won't work, because the close proces command is only applicable to files who were opened by the "open process" command and that's only for background processing data.
thanks anyway,
Rob
That won't work, because the close proces command is only applicable to files who were opened by the "open process" command and that's only for background processing data.
thanks anyway,
Rob