Search found 71 matches
- 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: 2003
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: 2682
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: 2682
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: 3080
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: 3080
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: 3080
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: 3080
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: 1548
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: 1548
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: 3945
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: 3945
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
- Tue Jun 11, 2019 4:14 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: What is the opposite of launch?
- Replies: 13
- Views: 3945
What is the opposite of launch?
I manage a number of LC Runtimes from one dashboard (also Runtime) with the launch command.
That works perfect.
But now I also want to close the runtimes from that same Dashboard.
How to do that?
Thanks
Rob van der Sloot
That works perfect.
But now I also want to close the runtimes from that same Dashboard.
How to do that?
Thanks
Rob van der Sloot
- Tue Mar 12, 2019 1:29 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Serious Runtime problem
- Replies: 12
- Views: 2932
Re: Serious Runtime problem
I worked the whole thing around. took the handler out of the button which was launching it. Put it in another button, lateron in the proces, and now it works as it should, thank God. I sometimes use the g as first letter of a global, to distinquish from a local, but I have never found any problems u...
- Thu Mar 07, 2019 3:14 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Serious Runtime problem
- Replies: 12
- Views: 2932
Re: Serious Runtime problem
Hi Klaus,
It would be very helpfull if you could have a look at the whole scripting.
thanks
Rob
It would be very helpfull if you could have a look at the whole scripting.
thanks
Rob
- Thu Mar 07, 2019 12:44 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Serious Runtime problem
- Replies: 12
- Views: 2932
Serious Runtime problem
I have a serious runtime problem. In the runtime one script is not behaving as in the IDE. The script is about inserting records in the database, for that I specify the global: tSQL and the global: tDBName So I have a simple line in the script: put "mamsdocument" into tDBName . In the IDE version th...