Re: Inclusions issue when building standalones

2025-05-27 Thread jbv via use-livecode
: how does auto-detection of inclusions work ? Does it analyze the structure of the stacks, or does it scan the scripts for commands relative to libraries ? Best, Le 2025-05-24 09:13, jbv via use-livecode a écrit : Hi list, I am trying to update a stack created with LC 9.6.9 using LiveCode

Inclusions issue when building standalones

2025-05-24 Thread jbv via use-livecode
M4 with Sequoia. What other options do I have ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Issue with png images in group and "mouseup" detection

2025-04-19 Thread jbv via use-livecode
image, "mouseup" is detected and the script runs accordingly, But when I click on the opaque areas of the images, nothing happens. I tried to add a "pass mouseup" handler in the script of each image, but to no avail. In other words, I am stuck. Any

Datagrid again

2025-04-04 Thread jbv via use-livecode
Hi list, One more question : is there a way to hide the top row of a datagrid when no column names need to be displayed ? I tried set the dgProp["columns"] of group "DataGrid 1" to empty but it displays "col1. col2. etc" by defaul

Re: Question about messages

2025-03-17 Thread jbv via use-livecode
Le 2025-03-17 10:01, Alex Tweedly via use-livecode a écrit : That sounds quite likely. If handler1 is running continuously, then other messages will not happen. I'd suggest putting various    wait for 0 seconds with messages inside the running loops of handler1, in order that pending messages

Re: Question about messages

2025-03-17 Thread jbv via use-livecode
x27;t sent when handler1 is running... jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Question about messages

2025-03-17 Thread jbv via use-livecode
but with sophisticate commands in "more stuff", I get a script error and can't figure whether it's a syntax or a structure error... In other words, the question is : if handler1 keeps running for some time, does it conflict with handler2 ? Thank you in advance. jbv ___

Another Datagrid question

2025-03-16 Thread jbv via use-livecode
elect manually all required inclusions, hoping I won't forget any... Any tip or advice on that matter ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Re: ChatGPT for LC scripting

2025-03-07 Thread jbv via use-livecode
don't fully understand. That's why I take the time to read carefully all the detailed explanations given by the latest ChatGPT reasoning. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsub

Re: Datagrid question

2025-03-04 Thread jbv via use-livecode
lumn headers and sort the data. And that's what I'd like to hinder : clicking on the column headers shoudn't do anything. I just need the datagrid to display data in a certain order for checking before saving. jbv ___ use-livecode mail

Re: Datagrid question

2025-03-04 Thread jbv via use-livecode
Le 2025-03-04 13:07, Klaus major-k via use-livecode a écrit : ... set the dgProp["sort by column"] of group "your DG here..." to empty ... :-) I tried : set the dgProp["sort by column"] of group "your DG here..." to false Thank you. jbv ___

Re: Datagrid question

2025-03-04 Thread jbv via use-livecode
. New question : is it possible to make sorting by column unavailable for a whole table datagrid ? Or should I loop through all columns names and set a specific property for each ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode

Datagrid question

2025-03-03 Thread jbv via use-livecode
the above commands. What am I doing wrong ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: This AI stuff is taking off and I see next to nothing from LC

2025-02-19 Thread jbv via use-livecode
requests. jbv Le 2025-02-19 11:27, Mark Rauterkus via use-livecode a écrit : Hi, There is so much happening and is any of it happening with this tool? Am I in the wrong place to see what others are doing with AI and LiveCode? Pointers welcome

Closing a tab in a browser widget

2025-02-11 Thread jbv via use-livecode
Hi list, Is it possible to close a tab of a website displayed inside a browser widget ? I am on Mac and I know this can be done using AppleScript, but is there an LC-only solution ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode

Re: Best way to base64encode a jpeg file ?

2025-02-06 Thread jbv via use-livecode
Hi Monte, It works ! Thank you very much ! jbv Le 2025-02-05 04:35, Monte Goulding via use-livecode a écrit : Hi jbv Here is my code for base64 encoding : put URL ("file:" & "myfile.jpg") into timagedata Use `binfile:` here instead of `file:` so the engine do

Re: Best way to base64encode a jpeg file ?

2025-02-05 Thread jbv via use-livecode
coded jpeg". But the last one I tried returned : {"error":"Input buffer has corrupt header: VipsJpeg: Corrupt JPEG data: 13 extraneous bytes before marker 0x8e\nVipsJpeg: Unsupported marker type 0x8e"} Here is my code for base64 encoding : pu

Re: Best way to base64encode a jpeg file ?

2025-02-04 Thread jbv via use-livecode
I am stuck. No matter what I try, I always get the same error : "url" field must be a base64 encoded image So I'm back to my very first question : how to base64encode a jpeg file in LC to be used in a regular multimodal json curl request... Le 2025-02-03 19:00, Richard Gaskin via use-livecode

Re: Best way to base64encode a jpeg file ?

2025-02-03 Thread jbv via use-livecode
Le 2025-02-03 11:07, Bob Sneidar via use-livecode a écrit : I heard that the base64encode puts a carriage return at a certain interval of characters (not sure how many). Bob S Yes, that's true, but even when I removed the returns it didn't work. __

Interacting locally with LC and AI models

2025-02-03 Thread jbv via use-livecode
put shell(tcurl) end mouseup 6- the answer from the model displays in the message box in json format. This works great on machines with a GPU and at least 16 Gb of RAM. The more RAM, the bigger the models that can be used. Enjoy, jbv ___ use-liveco

Re: Best way to base64encode a jpeg file ?

2025-02-03 Thread jbv via use-livecode
Le 2025-02-02 21:10, Richard Gaskin via use-livecode a écrit : jbv wrote: I need to base64encode a serie of jpeg files to include the code in a curl request. What is the best way to do that ? Depends. What's on the receiving end, and what options does it support? Actually, my que

Best way to base64encode a jpeg file ?

2025-02-02 Thread jbv via use-livecode
Hi list, I need to base64encode a serie of jpeg files to include the code in a curl request. What is the best way to do that ? Do I need to import each file into an image control and base64encode the "text" of the image ? Thank you, jbv _

LC and embedding

2025-01-23 Thread jbv via use-livecode
Hi again list, Has anyone tried to do text embedding from LC on a CPU-only device ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Azure or AWS ?

2025-01-23 Thread jbv via use-livecode
For the record, I tried to register at Azure to test their free offer, but the registration includes a tel.# validation that doesn't work... So I tried AWS for their free offer, registration went fine, but their free offer doesn't include GPU usage. So now I am trying Google Colab. Regarding Appw

Azure or AWS ?

2025-01-18 Thread jbv via use-livecode
s per minute and the other per hour, but does it mean that they keep charging as long as an account exists, or only when some requests and computations take place ? Does anyone have any experience on this matter ? Thank you in advance. jbv ___ use-livec

Re: Problem with the shell command with a local server

2024-12-30 Thread jbv via use-livecode
xt" }' Le 2024-12-30 13:06, Mark Wieder a écrit : On 12/30/24 08:13, jbv via use-livecode wrote: Because of that I can't parse the json and I get an error with JsonImport. What am I doing wrong ? How can I fix it ? A couple of curl commandline options to try: 1. use the --si

Re: Problem with the shell command with a local server

2024-12-30 Thread jbv via use-livecode
s producing the erroneous third line, you may have to test the range of each line. Bob S On Dec 30, 2024, at 8:13 AM, jbv via use-livecode wrote: Hi list, Long story short : I am using LM Studio as a local server to send requests to an LLM model. I use the shell command in LC 9.6 with cur

Problem with the shell command on a local server

2024-12-30 Thread jbv via use-livecode
-- --:--:-- 913k 09, -0.020998964086174965, ... instead of ... 0.01324639841914177, 0.08593293279409409, -0.020998964086174965, ... Because of that I can't parse the json and I get an error with JsonImport. What am I doing wrong ? How can I fix it ? Thank you in advance jbv __

Problem with the shell command with a local server

2024-12-30 Thread jbv via use-livecode
-- --:--:-- 913k 09, -0.020998964086174965, ... instead of ... 0.01324639841914177, 0.08593293279409409, -0.020998964086174965, ... Because of that I can't parse the json and I get an error with JsonImport. What am I doing wrong ? How can I fix it ? Thank you in advance jbv __

HTMLtext and selectedChunk

2024-11-07 Thread jbv via use-livecode
lection is in italic ? I tried : char 5 to 7 of the HTMLtext of field x but it returns : "bc " Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your s

Re: How to determine if a text file is UTF8 ?

2024-10-29 Thread jbv via use-livecode
Thank you all for your answers, and especially Mark for posting some code that I will try immediately. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

How to determine if a text file is UTF8 ?

2024-10-29 Thread jbv via use-livecode
Hi list, How to determine if a text file is UTF8 or just plain ASCII ? In other words, how to know if one should use open file myfile.txt for UTF8 read or open file myfile.txt for read Thank you. jbv ___ use-livecode mailing list use-livecode

Scrollbar color

2024-10-19 Thread jbv via use-livecode
100% black... I tried "set the backgroundcolor of scrollbar x to grey", I didn't get any error but nothing changed. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: DOM innerHTML equivalent ?

2024-10-17 Thread jbv via use-livecode
Le 2024-10-17 09:47, Brian Milby via use-livecode a écrit : If you can use a group there may be something. If you make a shared group you can place it on another card and remove it from the current card. Then to restore you would place it again to the current card. Not sure how speed would b

DOM innerHTML equivalent ?

2024-10-16 Thread jbv via use-livecode
, like storing all properties and values as text in a variable and then recreating all controls (quire slow), or duplicate the controls on a hidden card or another stack, but nothing is as easy as what is available i the DOM. Thank you in advance. jbv

SVG question

2024-09-30 Thread jbv via use-livecode
Hi list, I have checked many LC lessons and forum topics available online, but I still can't figure out the answer to my question : is there a way to import into an svg widget an svg file that contains elements different than paths, like rects, text, circle, etc. ? Thank you in advance

Resetting ids

2024-09-27 Thread jbv via use-livecode
advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Cropping invisible images

2024-09-25 Thread jbv via use-livecode
Sorry for the multiple messages, but I found the solution to my problem : after resizing an image, it seems necessary to update its imagedata before cropping it : put width of img 1 into w put height of img 1 into h put w/h into tratio set width of img 1 to 150 set height of i

Re: Cropping invisible images

2024-09-25 Thread jbv via use-livecode
image... I am trying to figure out where my problems come from. Best, jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Re: Cropping invisible images

2024-09-24 Thread jbv via use-livecode
Actually, it looks like the "crop" function doesn't work on images with transparencies, or it outputs weird results... Le 2024-09-24 11:16, jbv via use-livecode a écrit : Hi list, When cropping an invisible image, what happens to the imagedata? I might be wrong, but it looks lik

Cropping invisible images

2024-09-24 Thread jbv via use-livecode
Hi list, When cropping an invisible image, what happens to the imagedata? I might be wrong, but it looks like the imagedata isn't modified accordingly... Best, jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this u

Re: Strange...

2024-08-28 Thread jbv via use-livecode
Le 2024-08-28 13:52, Klaus major-k via use-livecode a écrit : should suffice for a simple addressbook app. :-) yep, but not for processing any kind of raw data... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Strange...

2024-08-28 Thread jbv via use-livecode
("936,474" is within "777,50,1424,1") -> true ("936,474" is within "777,50,1424,10") -> false LC 9.6.9 on Mac OSX 10.15 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

How to check if a group contains a specific control ?

2024-08-23 Thread jbv via use-livecode
h group, featuring a string that is the list of all controls names of the group. Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscriptio

Re: Annual price

2024-08-09 Thread jbv via use-livecode
Le 2024-08-09 12:24, Bob Sneidar via use-livecode a écrit : Jeeze can we just please stop with the criticisms?? Bob S Apart from criticism, it could be a nice option, especially for hobbyists, to be able to pay a Classic license monthly, just like LC hosting, or other development software

Re: By popular demand - Extend access to LC Classic IDEs BEYOND 2027!

2024-08-02 Thread jbv via use-livecode
, but I guess any solution will only be a short-term one, and I need a solution for the many years to come. jbv Le 2024-08-02 11:57, Heather Laine via use-livecode a écrit : Or you could explain your problem to us directly, as Kevin has asked a couple of times already on this list and we can see

Re: By popular demand - Extend access to LC Classic IDEs BEYOND 2027!

2024-08-02 Thread jbv via use-livecode
Le 2024-08-02 11:17, Bob Sneidar via use-livecode a écrit : You cannot mean that you want him to go bankrupt Of course not, but neither me or my clients want to go bankrupt. My clients have already paid for the deployment of their apps and they are also paying when some cosmetic changes need to

Re: By popular demand - Extend access to LC Classic IDEs BEYOND 2027!

2024-08-02 Thread jbv via use-livecode
about LC. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Livecode Future

2024-07-31 Thread jbv via use-livecode
stuff they don't need... Please correct me if I'm wrong. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: Livecode Future

2024-07-31 Thread jbv via use-livecode
I checked the cost of the licensing options and a very disappointing thing is that if I choose "Native" for instance, as da ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subsc

Re: Lockscreen and progress bar

2024-07-26 Thread jbv via use-livecode
Basically my script takes a list of images, checks the imagedata of every image for possible white areas at the top, bottom, left or right, crops the image if necessary, resizes the image and groups it with fields created on the fly with text data from an xml file. When I simply lock the screen a

Re: Lockscreen and progress bar

2024-07-26 Thread jbv via use-livecode
Actually I forgot that I had a "lock screen" at the very beginning of my script. And successive "lock screen" cumulate. Therefore the following sequence doesn't update the screen layout : lock screen .. lock screen .. unlock screen lock screen Funny how I can get stalled with very

Re: Lockscreen and progress bar

2024-07-26 Thread jbv via use-livecode
and hide the thingy when the loop is done? From: use-livecode on behalf of jbv via use-livecode Date: Friday, 26 July 2024 at 4:44 PM To: How to use LiveCode Cc: j...@souslelogo.com Subject: Lockscreen and progress bar Hi list, I have a main loop that does a lot of things, like resizin

Lockscreen and progress bar

2024-07-25 Thread jbv via use-livecode
t when the loop is over. However, while the loop is running, I would like to have a progress bar and a message such as "step 1/20" etc. How can I handle that ? I took a look at callbacks, but unless I missed something, it seems limited to players.

Re: crop image

2024-07-25 Thread jbv via use-livecode
Hi Mark, Yes, it helped a lot. Many thanks. jbv Le 2024-07-25 05:41, Mark Waddingham via use-livecode a écrit : On 2024-07-23 14:23, jbv via use-livecode wrote: Hi list, I have the following script : create image put number of imgs into ni put id of img ni into tid set filename of img

Re: Livecode Future

2024-07-24 Thread jbv via use-livecode
year. Therefore my question : how will I be able to continue in the same way ? Thanks, jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev

Re: crop image

2024-07-23 Thread jbv via use-livecode
Please check mu second post on the same topic. For the first one, I pressed "send" by mistake before finishing to write it. Thanks. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage y

crop image

2024-07-23 Thread jbv via use-livecode
before running the script, and it works. I also tried a workaround with "export snapshot" = it works, also the snapshot features the portion of the card behind the image, as if the image doesn't exist... Any idea ? I am using LC 9.6.9

crop image

2024-07-23 Thread jbv via use-livecode
Hi list, I have the following script : create image put number of imgs into ni add 1 to Nflds put id of img ni into tid put imageData of img ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Problem with hierarchical menu

2024-07-08 Thread jbv via use-livecode
Windows 10 & 11, at times when the cursor moves back from level 3 to 2, or 2 to 1 for instance, the whole menu gets stalled, and users need to release the mouse and pulldown the menu again. Any idea of what can cause this problem and what I should check ? Thank you in advance.

Re: Printing to pdf

2024-06-21 Thread jbv via use-livecode
Nevermind, I found the solution : I modified the printScale property. Best ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mai

Printing to pdf

2024-06-21 Thread jbv via use-livecode
force" the printing to different sizes, without clipping the content of the cards ? I tried : print card x into 0,0,750,1000 but the cards are still clipped. The pdf I need to build is not for printing, only for reading on screen. Thank you in ad

Re: Copying groups

2024-06-21 Thread jbv via use-livecode
Hello, Yes, indeed, the sharedText property of the field(s) need to be set to true. Many thanks. jbv Le 2024-06-21 08:44, panagiotis merakos via use-livecode a écrit : Hello jbv, What is the sharedText property of the field(s)? I _think_ it has to be true in your use case. Kind regards

Copying groups

2024-06-21 Thread jbv via use-livecode
of every field is missing. What did I miss ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman

Different borders for a group

2024-06-13 Thread jbv via use-livecode
Hi list, Is there a way to have different border widths and colors for the top and the bottom of a group ? Or should I include graphic lines inside the group ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com

Hierarchical submenus in option menu buttons

2024-05-31 Thread jbv via use-livecode
: https://livecode.com/using-polylist-to-create-dropdown-menus/ But that seems way too sophisticated for a simple submenu. Any idea ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Groups id #

2024-05-25 Thread jbv via use-livecode
Hi list, I have a script that creates groups on the fly with the command "group". These groups contain various flds and imgs. Can I always assume that the group with the highest id # is the last one created ? Thanks, jbv ___ use-livecode ma

Saving data in standalone

2024-05-16 Thread jbv via use-livecode
alone and retrieve everything in a similar layout in the next session, or even if it's possible. Any idea and suggestion are welcome. Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Code translation anyone ?

2024-03-15 Thread jbv via use-livecode
Le 2024-03-15 12:28, Christer Pyyhtiä via use-livecode a écrit : Have you tried OpenAi or Gemini? Once just for fun tried asking OpenAI to create a structure for a problem using LiveCode, and the result was acceptable giving a coarse structure for the solving the problem. Yes, I have tried Ch

Re: Code translation anyone ?

2024-03-15 Thread jbv via use-livecode
One detail I forgot in my question : code translation using ChatGPT or any other AI. Thanks, jbv Le 2024-03-15 10:36, jbv via use-livecode a écrit : Hi list, Has anyone tried to translate code from 1 version to another, or from 1 language to another ? Like from php 5 to php 8, or from php to

Code translation anyone ?

2024-03-15 Thread jbv via use-livecode
Hi list, Has anyone tried to translate code from 1 version to another, or from 1 language to another ? Like from php 5 to php 8, or from php to LC ? My question concerns mainly server scripts. Thanks, jbv ___ use-livecode mailing list use-livecode

Best way to lock a whole mySQL table ?

2024-01-07 Thread jbv via use-livecode
only and not the other tables in the db. How can I achieve that ? Does the solution have to do with the user privileges ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Re: Top things you are waiting for ....

2023-11-12 Thread jbv via use-livecode
Hi, My top priority : "rev" libraries (revXML, revZIP, perhaps others) to be fully Unicode compatible. I do a lot of stuff with LC server, and for the moment, my only choice is to use php instead for some tasks. Le 2023-11-11 17:43, Tom Glod via use-livecode a écrit : Hey everyone Just a mar

Re: revXML and UTF-8

2023-09-17 Thread jbv via use-livecode
ds for not being Unicode compatible (at least none I know of). In my opinion, bugs with no work-around should be among LC's higher priorities for bug fixes. On 9/17/2023 8:32 AM, jbv via use-livecode wrote: Hi list, I have a text file encoded in UTF-8. Each line of the file is an xml n

revXML and UTF-8

2023-09-17 Thread jbv via use-livecode
8 ? Thank you in advance, jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: LC server, on-rev and time zones

2023-09-06 Thread jbv via use-livecode
o true €put the time ?> Am 06.09.2023 um 15:22 schrieb jbv via use-livecode : Hi list, How do you handle different time zones in server scripts ? For example, I and my clients are in Europe, so dates and times need to be consistent with the local time zone. But on-rev servers are located in t

LC server, on-rev and time zones

2023-09-06 Thread jbv via use-livecode
, switching from summer time to winter time (and back) occur at different dates in Europe and North America... How do you guys manage to keep everything consistent all year round ? Thanks you in advance. jbv ___ use-livecode mailing list use-livecode

Re: [semi OT] mySQL question

2023-05-12 Thread jbv via use-livecode
Hello Ken, Thank you so much for your answer. Your solution confirms what I had more or less in mind. I will give it a try asap. Best, jbv Le 2023-05-11 15:33, Ken Ray a écrit : I would recommend a table for People, a table for Companies, and a table for Employment that acts as a linking

[semi OT] mySQL question

2023-05-11 Thread jbv via use-livecode
iated. Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

mySQL and primary key

2023-04-29 Thread jbv via use-livecode
t" error, and no index is created. What else can I try ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.r

Re: revXML and UTF8

2023-04-10 Thread jbv via use-livecode
dictionary. Text from or to a file needs to be decoded or encoded since LC 7. On 4/10/2023 4:07 AM, jbv via use-livecode wrote: Hi list, I have an xml file with lots of non-western characters (greek, arabic, japanese...). I need to convert these data into sql requests to insert into a DB. For each

revXML and UTF8

2023-04-10 Thread jbv via use-livecode
a file as utf8 with the processed data. My problem is that all non-western characters appear as in the final file. Should I use unidecode for each revXMLNodeContents ? What am I missing ? Thank you in advance. jbv ___ use-livecode mailing list use

Re: How to split a large xml file

2023-04-02 Thread jbv via use-livecode
a champ in opening them and scrolling through them easily. Kee Nethery On Apr 1, 2023, at 5:17 AM, jbv via use-livecode wrote: Hi list, I have a 75Go xml file that I need to process, and therefore need to split it into smaller files. I tried to do that with LC, reading successive chunks of 5

How to split a large xml file

2023-04-01 Thread jbv via use-livecode
ing a license. https://www.321soft.com/easysplitmerge/ Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/ma

Livecode / MariaDB UTF8 charset

2023-03-15 Thread jbv via use-livecode
doing wrong ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode

Re: I need to fetch some text from a WP website, but need to login first

2023-03-01 Thread jbv via use-livecode
Hello, The WP REST API can be really slow and therefore painful to use. I recently had to make changes in a couple of WP websites and found it much easier to write data straight into the DB. jbv Le 2023-02-28 18:57, pere xavier Rossello via use-livecode a écrit : Hi. The easy way to do this

Re: Livecode Hosting

2023-02-28 Thread jbv via use-livecode
Was moving to HostM really necessary ? A couple of years ago, Livecode Hosting provided a certificat saying that their service was fully compliant with european GDPR... And AFAIR, GDPR doesn't require that data must be hosted within Europe... Unless I missed something... jbv Le 2023-

Re: Livecode Hosting

2023-02-28 Thread jbv via use-livecode
Hello, I just had a look at their offer, and it really looks interesting, especially the possibility to choose the location of your server (Europe, usa...). But what about their technical support ? On-rev tech support quality is hard to beat... Thanks. jbv Le 2023-02-28 05:33, Georges Malamoud

Re: Training the AI to write better LiveCode

2023-01-22 Thread jbv via use-livecode
https://www.vice.com/en/article/bvm3k5/github-users-file-a-class-action-lawsuit-against-microsoft-for-training-an-ai-tool-with-their-code ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and man

Re: Training the AI to write better LiveCode

2023-01-21 Thread jbv via use-livecode
https://www.vice.com/en/article/wxn3kw/openai-used-kenyan-workers-making-dollar2-an-hour-to-filter-traumatic-content-from-chatgpt ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: .mov files in a standalone on Windows

2023-01-08 Thread jbv via use-livecode
ows. Which format is the best : mp4, avi, or... ? Thank you. jbv Le 2023-01-08 15:46, Paul Dupuis via use-livecode a écrit : Without installing 3rd party codec for DirectShow in Windows, you can't play .mov media. LA Filters is free and works very well with DirectShow (the media playe

.mov files in a standalone on Windows

2023-01-08 Thread jbv via use-livecode
? BTW are video files embedded in the stack, or are they supposed to be in an external folder ? Thank you in advance. jbv ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscri

Just curious...

2022-12-28 Thread jbv via use-livecode
ct", it shows a variation between 3.7 and 5.0 for LC, and only 0.8 to 2 for Google Chrome with at least 15 opened windows. Is there an explanation for the difference, which is not what I was expecting... Thanks in advance. Best, jbv ___ use-live

Re: Lock screen and animated gif

2022-12-20 Thread jbv via use-livecode
cesses become brief blips with iterations from the community. -- Richard Gaskin Fourth World Systems jbv wrote: Le 2022-12-20 08:19, Brian Milby via use-livecode a écrit : Could you make changes to htmlText in a variable and then assign all at once back to the field? I thought of that, but it

Re: Lock screen and animated gif

2022-12-20 Thread jbv via use-livecode
Le 2022-12-20 08:19, Brian Milby via use-livecode a écrit : Could you make changes to htmlText in a variable and then assign all at once back to the field? I thought of that, but it makes other parts of the script more complicated. Finally I will chose a different strategy : instead of an ani

Re: Lock screen and animated gif

2022-12-20 Thread jbv via use-livecode
Do you mean "lock screen without messages" ? Doesn't work... Le 2022-12-20 07:27, Richmond Mathewson via use-livecode a écrit : Try 'without messages'. On Tue, 20 Dec 2022, 13:26 jbv via use-livecode, < use-livecode@lists.runrev.com> wrote: Hi list, I have a sc

Lock screen and animated gif

2022-12-20 Thread jbv via use-livecode
done. The problem is that "lock screen" freezes everything and the gif stops spinning. Is there a workaround for using "lock screen" and an animated gif simultaneously ? Thank you in advance. jbv ___ use-livecode mailing list use-li

Re: itemoffset & wholematches

2022-11-15 Thread jbv via use-livecode
Again guys, thank you for your suggestions. But finally I gave up using itemoffset and worked with arrays instead, which is much much faster : my script processes the 6 variables in less than 15 secs. ___ use-livecode mailing list use-livecode@list

Re: itemoffset & wholematches

2022-11-15 Thread jbv via use-livecode
Hi guys, Thank you all for your answers. Actually I thought that some "hierarchy"remained (items inside lines) when using itemoffset, but obviously I was wrong. I have about 6 variables to check, so I need my script to be as fast as possible. I use "replace CR with TAB & CR & TAB in ...", but

itemoffset & wholematches

2022-11-14 Thread jbv via use-livecode
turns "7" : set itemdel to tab set the wholematches to true replace return with tab in myVar put itemoffset("incertain",myVar) Scripts 1 & 3 are logical, but any logical explanation for the result of script 2 ? Does it mean that the return char after the

  1   2   3   4   >