Has anyone had success getting this API to work with HTML5 ?
LiveCode-MariaDB/MySQL HTTPS API Solution 1.1.4
https://www.hostm.com/tutorials/livecode/api-mariadb-mysql
On Mac or Win App it works, but with HTML5 i get this error :
[Error] [httpsApiClient.sendRequest] libURL error: [Error sending ...
Search found 10 matches
- Fri Dec 30, 2022 6:42 am
- Forum: HTML5
- Topic: LiveCode-MariaDB/MySQL HTTPS API Solution 1.1.4 for HTML5 ?
- Replies: 0
- Views: 44619
- Fri Nov 18, 2022 12:48 pm
- Forum: Databases
- Topic: Maximum Time Execution of revExecuteSQL different for Windows and Mac
- Replies: 5
- Views: 48102
Re: Maximum Time Execution of revExecuteSQL different for Windows and Mac
OK I create the report -> https://quality.livecode.com/show_bug.cgi?id=24016
May be the bug was not present on "x86-64 (64 bit)" version, because I can only test on "ARM (M1)".
May be the bug was not present on "x86-64 (64 bit)" version, because I can only test on "ARM (M1)".
- Fri Nov 18, 2022 3:08 am
- Forum: Databases
- Topic: Maximum Time Execution of revExecuteSQL different for Windows and Mac
- Replies: 5
- Views: 48102
Re: Maximum Time Execution of revExecuteSQL different for Windows and Mac
Yes thank you it's related to this parameter, for windows the parameter is respected, but in Mac, the time it's every time exactly 3 times more, it's a bug ?
I see I was already put this parameter to "2" when I tried to found why different timeout on each platform, it's why I get theses timeouts ...
I see I was already put this parameter to "2" when I tried to found why different timeout on each platform, it's why I get theses timeouts ...
- Thu Nov 17, 2022 3:41 am
- Forum: Databases
- Topic: Maximum Time Execution of revExecuteSQL different for Windows and Mac
- Replies: 5
- Views: 48102
Maximum Time Execution of revExecuteSQL different for Windows and Mac
Hello, the "revExecuteSQL" (REVDB_Execute) function seem to have a different maximum timeout on Windows and Mac...
For example when I execute a complexe MySQL "UPDATE" who take some time to execute, I noticed that I get the result "Lost connection to MySQL server during query" after :
- 2000ms (2 ...
For example when I execute a complexe MySQL "UPDATE" who take some time to execute, I noticed that I get the result "Lost connection to MySQL server during query" after :
- 2000ms (2 ...
- Sun Jul 17, 2022 10:52 pm
- Forum: Bug Triage
- Topic: BUG ?
- Replies: 9
- Views: 38205
BUG ?
- Create a new stack.
- Create a button.
- Button code :
on mouseUp
put "*/*" into XYZ
if 1 = 1 then
answer XYZ
end if
end mouseUp
- No problem, all works as expected.
- On code page, click after "then", and after press "Enter/Return", bug ?
(i'm on MAC, and same on 9,6,6 and 10)
- Create a button.
- Button code :
on mouseUp
put "*/*" into XYZ
if 1 = 1 then
answer XYZ
end if
end mouseUp
- No problem, all works as expected.
- On code page, click after "then", and after press "Enter/Return", bug ?
(i'm on MAC, and same on 9,6,6 and 10)
- Sun Feb 27, 2022 8:20 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Add a behavior to a datagrid group ?
- Replies: 9
- Views: 6036
Re: Add a behavior to a datagrid group ?
I just realize it was the opened in memory "NestedDGBehavior" who make it worksKlaus wrote: Sun Feb 27, 2022 6:17 pm Great!
May I ask what special behavior you added to your datagrid?
- Sun Feb 27, 2022 5:42 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Add a behavior to a datagrid group ?
- Replies: 9
- Views: 6036
Re: Add a behavior to a datagrid group ?
Thank you for help all is working now =)Klaus wrote: Sun Feb 27, 2022 3:57 pm But we can use nested behaviors with the datagrid, check a demo on Github:
Hope that helps.
- Sun Feb 27, 2022 5:22 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Add a behavior to a datagrid group ?
- Replies: 9
- Views: 6036
Re: Add a behavior to a datagrid group ?
Ah, OK, obviously not via the inspector, but works fine via message box:
set the behavior of grp 1 to the long ID of btn 1
Tested and works! :D
Will however completely overwrite the "normal" datagrid behavior!
I succeed to change behavior like this OK, but :
On my data grid -> "put the ...
- Sun Feb 27, 2022 3:31 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Add a behavior to a datagrid group ?
- Replies: 9
- Views: 6036
Re: Add a behavior to a datagrid group ?
Thank you for answer but for example in any "normal group" i have it but not in "datagrid group" (see attachments)
- Sun Feb 27, 2022 2:23 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Add a behavior to a datagrid group ?
- Replies: 9
- Views: 6036
Add a behavior to a datagrid group ?
Hello, there is a solution to add a behavior to a datagrid group ?
(no column behavior, or header behavior, but a general behavior like all other groups/buttons/etc...)
Thank you =)
(no column behavior, or header behavior, but a general behavior like all other groups/buttons/etc...)
Thank you =)