Search found 279 matches

by karmacomposer
Fri Apr 14, 2023 8:17 pm
Forum: Windows
Topic: How to create a RAM disk in Livecode
Replies: 6
Views: 2323

Re: How to create a RAM disk in Livecode

I have a solution, Mike. But Klaus is a colleague I've known for more than two decades, and I can't in good conscience lend my expertise to a situation that is harmful to him. Please resolve the matter with Klaus, and when both of you confirm a mutually-satisfying solution has been arrived at I'll ...
by karmacomposer
Fri Apr 14, 2023 8:11 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Maximize browser control in Windows app
Replies: 11
Views: 4992

Re: Maximize browser control in Windows app

I was hoping to avoid this, but fine. Klaus overcharged the living shit out of us without consulting us on the price. We paid and paid and then stopped paying. At the moment, I am broke. When I have some money, I may, out of the goodness of my heart, pay a bit more to shut him up, however, I do not ...
by karmacomposer
Wed Apr 12, 2023 3:07 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Maximize browser control in Windows app
Replies: 11
Views: 4992

Re: Maximize browser control in Windows app

You can do it automatically with this, In the Card script on resizeStack set the rect of widget "Browser" to the rect of me end resizeStack to action only from a button, put in the buttons mouseUp script set the rect of widget "Browser" to the rect of this card Thank you for the advice but this doe...
by karmacomposer
Mon Apr 10, 2023 10:15 pm
Forum: Windows
Topic: How to create a RAM disk in Livecode
Replies: 6
Views: 2323

Re: How to create a RAM disk in Livecode

Funny enough, this is after decrypting a file and then wanting to display it (pdf) in a browser control but I do not want to save the file to a hard drive first. It works if I save it, but my desire is to open it in memory, display it and then close everything without ever writing an actual decrypte...
by karmacomposer
Mon Apr 10, 2023 10:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Maximize browser control in Windows app
Replies: 11
Views: 4992

Maximize browser control in Windows app

After a user presses a button, I wish to then maximize the browser control to take up the entire screen regardless of screen size. This is initially for a Windows software application.

I can see how to do it in a mobile app, but how do I do it programmatically in windows?

Thank you.

Mike
by karmacomposer
Mon Apr 10, 2023 10:01 pm
Forum: Windows
Topic: How to create a RAM disk in Livecode
Replies: 6
Views: 2323

How to create a RAM disk in Livecode

I have the need to create a ram disk to do functions out of prying eyes. How would I programmatically create a ram disk in windows using Livecode?

Thank you.
by karmacomposer
Tue Sep 29, 2020 9:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] I need to split up a line into an array. Got all but the last part - any help?
Replies: 15
Views: 10043

Re: I need to split up a line into an array. Got all but the last part - any help?

Hi, Our own. Not a database. Not a blockchain. A bit of both. Finished 10 million records in 2 days. Phew! If it'd take me 2 hours to import 10 mil records I'd finally donate my mac Plus with its FileMaker 1.0 to the museum, and migrate to mySQL (or better) in a modern data center ;-))) Sry, couldn...
by karmacomposer
Tue Sep 29, 2020 3:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] I need to split up a line into an array. Got all but the last part - any help?
Replies: 15
Views: 10043

Re: I need to split up a line into an array. Got all but the last part - any help?

All works except the last (put anything after trueword 6...) would this help? put trueWord 7 to -1 of newLine into OPSInfo Kind regards Bernd Thank you. That worked. Let me ask you: I have two other sections to parse. I will never know their exact length, but I need to parse and show them in separa...
by karmacomposer
Tue Sep 29, 2020 1:42 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] I need to split up a line into an array. Got all but the last part - any help?
Replies: 15
Views: 10043

Re: I need to split up a line into an array. Got all but the last part - any help?

FourthWorld wrote:
Sun Sep 27, 2020 6:58 am
karmacomposer wrote:
Sun Sep 27, 2020 3:50 am
I can test it tomorrow. I am in a push to import 10 million data records. At 6.9 million right now. Took 19 hours.
What sort of DB is the data going into?
Our own. Not a database. Not a blockchain. A bit of both.

Finished 10 million records in 2 days. Phew!

Mike
by karmacomposer
Sun Sep 27, 2020 3:50 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] I need to split up a line into an array. Got all but the last part - any help?
Replies: 15
Views: 10043

Re: I need to split up a line into an array. Got all but the last part - any help?

I can test it tomorrow. I am in a push to import 10 million data records. At 6.9 million right now. Took 19 hours.

Mike
by karmacomposer
Sat Sep 26, 2020 2:28 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] I need to split up a line into an array. Got all but the last part - any help?
Replies: 15
Views: 10043

Re: I need to split up a line into an array. Got all but the last part - any help?

Craig,

There are reasons I set the itemDelim so much.

I have chunks of data I am turning into arrays and I need to parse the 2nd line into it's requisite parts. I have all but the last.

I'll upload a data fragment in a bit.

Mike
by karmacomposer
Fri Sep 25, 2020 6:45 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: [SOLVED] I need to split up a line into an array. Got all but the last part - any help?
Replies: 15
Views: 10043

[SOLVED] I need to split up a line into an array. Got all but the last part - any help?

I have this code: replace space with ";" in newLine set itemdel to ";" put trueword 1 of newLine into OPSIDTime replace ";" with tab in OPSIDTime set itemdel to tab put trueword 1 of OPSIDTime into OPSID put trueword 2 of OPSIDTime into OPSTime set itemdel to ";" put trueword 2 of newLine into OPSSo...
by karmacomposer
Thu Sep 24, 2020 2:17 am
Forum: Android Deployment
Topic: Path to document folder
Replies: 16
Views: 10665

Re: Path to document folder

No, it's just one file and the permissions are open, so no problem there. It does not show. I am not using external documents. At this point, I may have to either have the user choose from a web page or somehow load it in from somewhere else. I have a feeling I have to use the app to save a file in ...
by karmacomposer
Wed Sep 23, 2020 3:46 am
Forum: Android Deployment
Topic: Path to document folder
Replies: 16
Views: 10665

Re: Path to document folder

I know this is an old thread, but I am also having the same problem. I have the following code: on openCard ## List all files in Documents put files (specialfolderPath("documents") & "/") into tFiles put tFiles into field "fldFiles" end openCard I only see one file in the app when testing on my LG V...
by karmacomposer
Fri Aug 14, 2020 2:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Can we create a Windows service with Livecode?
Replies: 11
Views: 6295

Re: Can we create a Windows service with Livecode?

How do I start Livecode so that a openStack (or openCard) command does not execute immediately and allows me to compile? You could also first turn Messages Off in the IDE, and the load it. Nothing will work from your stack then. You can build an exe. That does not work when the main functions are b...

Go to advanced search