Search found 52 matches

by giovanni_c
Wed Jan 18, 2023 6:58 pm
Forum: CGIs and the Server
Topic: LC Server and SSL connection to MySQL database
Replies: 15
Views: 10027

Re: LC Server and SSL connection to MySQL database

Hello mwieder, thank for the hint. I copied the revsecurity.dylib from the LC bundle into the lc server folder but with no success. However the behavior is now different: no internal server error but script execution hang at the revopenDatabase (as per older lc server versions). The weird thing is t...
by giovanni_c
Wed Jan 18, 2023 3:17 pm
Forum: CGIs and the Server
Topic: LC Server and SSL connection to MySQL database
Replies: 15
Views: 10027

Re: LC Server and SSL connection to MySQL database

I can add that this sounds to have never worked... I went back to lc-server 8.0.0 and the SSL connection to the MySQL server doesn't work either even with a different behavior: I don't have the "Internal server error" from the webserver but the execution stops at the "revOpenDatabase" without any no...
by giovanni_c
Wed Jan 18, 2023 9:12 am
Forum: CGIs and the Server
Topic: LC Server and SSL connection to MySQL database
Replies: 15
Views: 10027

Re: LC Server and SSL connection to MySQL database

Hi mwieder, I already answered to this question but yes. It works properly from any MySQL client (command line, workbench, sequelpro, using PHP, Java etc.)
As already said, it's not a problem on MySQL side...
by giovanni_c
Tue Jan 17, 2023 2:58 pm
Forum: CGIs and the Server
Topic: LC Server and SSL connection to MySQL database
Replies: 15
Views: 10027

Re: LC Server and SSL connection to MySQL database

I think that the main focus of the problem is not fully clear. The problem is that the SSL connection to the DB from a LC server script is causing the internal server error. Trying to connect to the same server with an application built in Livecode that uses the same code that I pasted above is prop...
by giovanni_c
Mon Jan 16, 2023 10:13 pm
Forum: CGIs and the Server
Topic: LC Server and SSL connection to MySQL database
Replies: 15
Views: 10027

Re: LC Server and SSL connection to MySQL database

It's what I am asking here! I think that the server supports the SSL encryption library, as other encryption functions that should be related to it are working. Is there someone else that can confirm what I am writing? I think I should file a bug on the QA center to get some feedback from the devs. ...
by giovanni_c
Mon Jan 16, 2023 2:18 pm
Forum: CGIs and the Server
Topic: LC Server and SSL connection to MySQL database
Replies: 15
Views: 10027

Re: LC Server and SSL connection to MySQL database

FYI and to keep it as simpler as possible, here follow a code sample of the connection that I'm trying to setup: <?lc put "test" into dbUsername put "test" into dbPassword put "information_schema" into dbName # The following is working properly put false into SSLConnection # The following is causing...
by giovanni_c
Mon Jan 16, 2023 9:57 am
Forum: CGIs and the Server
Topic: LC Server and SSL connection to MySQL database
Replies: 15
Views: 10027

Re: LC Server and SSL connection to MySQL database

Hello everyone and thanks for the feedback. LC server and MySQL server are on the same workstation, so the firewall should not be a problem; it's not a production environment but it's only (at the moment) for developing and testing purposes. The MySQL server uses the standard 3306 port and there are...
by giovanni_c
Fri Jan 13, 2023 3:02 pm
Forum: CGIs and the Server
Topic: LC Server and SSL connection to MySQL database
Replies: 15
Views: 10027

LC Server and SSL connection to MySQL database

Hello everyone, I am trying to connect to a local MySQL database through a LC script. The connection is made properly with the following function call: put revOpenDatabase("mysql", (tDataHost & ":" & tDataPort), tDataSet, tUsername, tPassword,,,288000) into dbID but I need to connect to the server v...
by giovanni_c
Fri May 29, 2020 7:38 am
Forum: Android Deployment
Topic: Barcode Scanner Widget issue
Replies: 5
Views: 4065

Re: Barcode Scanner Widget issue

I mean that it doesn't show in the device. Anyway Panos just confirmed that is a bug and suggested a valid workaround so for anyone that is experiencing the same issue can check in the QA Center for details. Briefly the problem is due to the textFont property set in the stack and inherited by the wi...
by giovanni_c
Thu May 28, 2020 1:59 pm
Forum: Android Deployment
Topic: Barcode Scanner Widget issue
Replies: 5
Views: 4065

Barcode Scanner Widget issue

Hi everybody, I would like to share with you a problem that I am experiencing with the barcode scanner widget that I would like to use in my mobile app for android. I already commented with my problems in the QA Center but I don't know if that is the proper way to solve my problem so I post it also ...
by giovanni_c
Tue May 05, 2020 1:40 pm
Forum: LiveCode Builder
Topic: Community widgets
Replies: 68
Views: 113641

Re: Community widgets

Hi Richard, thanks for feedback.
I will try what you suggest and will let you know.
by giovanni_c
Wed Apr 29, 2020 2:11 pm
Forum: LiveCode Builder
Topic: Community widgets
Replies: 68
Views: 113641

Re: Community widgets

Hi Paul, thanks for feedback. I may agree with you that the quickest way to manage for what I need is to use object groups with shared behavior. My question is: is there a way to create groups that I can quickly re-use as a control, like the datagrid? Is there an API in Livecode to use grouped contr...
by giovanni_c
Wed Apr 22, 2020 11:03 am
Forum: LiveCode Builder
Topic: Community widgets
Replies: 68
Views: 113641

Re: Community widgets

Hi everybody and thanks for the useful materials that you posted on this thread. I have a question about widgets in genera and I report my questions that I already posted on another thread in which Klaus suggested me to refer to this one to get more info. Sorry if it sound like a crossposting: if ne...
by giovanni_c
Wed Apr 22, 2020 9:52 am
Forum: LiveCode Builder
Topic: Creating custom controls using widget and LCB
Replies: 3
Views: 4732

Re: Creating custom controls using widget and LCB

Hi Klaus, thanks for prompt feedback.
I will have a deeper look on the thread you suggested but after just a quick view I can say that there is no way to use LC native controls (buttons, fields etc) in a widget, isn't it? Everything must be "designed" on the go, am I right?
by giovanni_c
Wed Apr 22, 2020 9:05 am
Forum: LiveCode Builder
Topic: Creating custom controls using widget and LCB
Replies: 3
Views: 4732

Creating custom controls using widget and LCB

Hi everybody, I am trying to figure out if it's possible to use LCB to create widgets that embed standard LC controls like field or buttons. The aim of this kind of "studies" is to understand if I can create reusable custom controls accessible from the standard LC toolbar (I.E. like datagrid). Actua...

Go to advanced search