Search found 15 matches
- Sun Jan 24, 2016 12:33 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Stored Procedure Execution with output parameter
- Replies: 1
- Views: 2855
Stored Procedure Execution with output parameter
Hi, Can any one advise on how to call the stored procedure with input and output parameter from Livecode. I can't find any example on it. I've a stored procedure that helps to insert a new row in a MYSQL table and then set the primary key to the output parameter. Using PHP, I'm able to successfully ...
- Fri Jan 01, 2016 12:34 am
- Forum: Internet
- Topic: Livecode server $_POST for jquery problem
- Replies: 3
- Views: 5608
Re: Livecode server $_POST for jquery problem
Hi Spark,
Yes confirmed it is the bug and that the version in use by on-rev is 6.6.2.
Since I don't have any choice on the version installed in on-rev, managed to get around it by using ajax with additional line
contentType: "application/x-www-form-urlencoded"
Thanks for hi lighting it out.
Yes confirmed it is the bug and that the version in use by on-rev is 6.6.2.
Since I don't have any choice on the version installed in on-rev, managed to get around it by using ajax with additional line
contentType: "application/x-www-form-urlencoded"
Thanks for hi lighting it out.
- Thu Dec 31, 2015 2:53 pm
- Forum: Internet
- Topic: Livecode server $_POST for jquery problem
- Replies: 3
- Views: 5608
Re: Livecode server $_POST for jquery problem
Forget to mention that I've also tried the jquery .get method and it is working fine and able to return the submitted data.
Only the jquery post method together with lc server trying to retrieve the $_POST is not working.
Only the jquery post method together with lc server trying to retrieve the $_POST is not working.
- Thu Dec 31, 2015 2:50 pm
- Forum: Internet
- Topic: Livecode server $_POST for jquery problem
- Replies: 3
- Views: 5608
Livecode server $_POST for jquery problem
I've tried using the following script to send field data back to the server using jquery. <!DOCTYPE html> <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script> $(document).ready(function(){ $("#submit").click(function(){ var data=$("#loginfo...
- Sun Dec 27, 2015 11:50 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Session between html url request
- Replies: 3
- Views: 3141
Re: Session between html url request
Hi SparkOut,
Yes, for my case it is for mobile.
Thanks for your advice and I will have to use alternative way to do it.
Yes, for my case it is for mobile.
Thanks for your advice and I will have to use alternative way to do it.
- Fri Dec 18, 2015 1:03 am
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Session between html url request
- Replies: 3
- Views: 3141
Session between html url request
Hi, I understand that we can get data back from a web page using put url, load url and post to url command. If using a normal web browser, I can get the web page to return the session variable back. However using the above commands directly without any browser it is always starting a new session and...
- Thu Sep 24, 2015 5:28 am
- Forum: Bug Triage
- Topic: Intermittent crash on set textFont
- Replies: 2
- Views: 1735
Re: Intermittent crash on set textFont
I've added a newer sample to show that it will crash in android after changing the textFont and the textSize. I've also set the text field fixed line height to false to make it slightly more stable but will still crash intermittently. Anyone tried this, please advise if you encounter it crashing or ...
- Mon Sep 21, 2015 4:26 pm
- Forum: Bug Triage
- Topic: Intermittent crash on set textFont
- Replies: 2
- Views: 1735
Intermittent crash on set textFont
Hi, I need to set the textFont to a custom font for a number fields according to the user's choice. There is no problem when running in windows, but when I test it out in android , it crash intermittently. After numerous days of trying, I still can't figure out where is the problem. Sometimes after ...
- Thu Sep 10, 2015 6:27 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Share image to other apps for mobile
- Replies: 3
- Views: 3378
Re: Share image to other apps for mobile
Hi,
Do u know if the extension supports both ios and android ?
I see it states inside their web site that it only supports ios.
Regards,
Francis
Do u know if the extension supports both ios and android ?
I see it states inside their web site that it only supports ios.
Regards,
Francis
- Thu Sep 10, 2015 12:58 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Share image to other apps for mobile
- Replies: 3
- Views: 3378
Share image to other apps for mobile
Hi,
Can any advise on how to share an image file to other apps for mobile platform
like dropbox, facebook, email, gmail, etc ... including any other related apps that the user installed.
Regards,
Francis
Can any advise on how to share an image file to other apps for mobile platform
like dropbox, facebook, email, gmail, etc ... including any other related apps that the user installed.
Regards,
Francis
- Tue Aug 18, 2015 3:43 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get list of controls of hilited row of datagrid
- Replies: 9
- Views: 6578
Re: Get list of controls of hilited row of datagrid
Hi Zaxos,
There will be multiple rows inside the datagrid with the same image name (same name as inside the row template, only the id will be different for each row)
For my case, I need to loop thru only the image control of the hilited row.
Regards,
Francis
There will be multiple rows inside the datagrid with the same image name (same name as inside the row template, only the id will be different for each row)
For my case, I need to loop thru only the image control of the hilited row.
Regards,
Francis
- Tue Aug 18, 2015 3:14 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get list of controls of hilited row of datagrid
- Replies: 9
- Views: 6578
Re: Get list of controls of hilited row of datagrid
Hi Klaus,
Other than putting an opaque image behind, is there any way of looping thru the image control of the hilited row?
Regards,
Francis
Other than putting an opaque image behind, is there any way of looping thru the image control of the hilited row?
Regards,
Francis
- Tue Aug 18, 2015 2:08 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get list of controls of hilited row of datagrid
- Replies: 9
- Views: 6578
Re: Get list of controls of hilited row of datagrid
Hi, Sorry. I mean image control. Basically in my row template, I have 3 image control. when there is a mouse click directly on the visible non-transparent portion of the image, i can detect it. But unable to detect when there is a mouse click on the transparent portion of the image. I understand thi...
- Tue Aug 18, 2015 6:57 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get list of controls of hilited row of datagrid
- Replies: 9
- Views: 6578
Re: Get list of controls of hilited row of datagrid
Sorry, I forget to mention that I need to loop thru all the image control inside the hilited row in the on mouseUp event.
- Tue Aug 18, 2015 6:55 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Get list of controls of hilited row of datagrid
- Replies: 9
- Views: 6578
Get list of controls of hilited row of datagrid
Hi,
I have a datagrid with multiple image field inside the row template.
I need to loop thru all the image controls of the hilited row of the datagrid.
Can any expert please show me how to do it.
Regards,
Francis
I have a datagrid with multiple image field inside the row template.
I need to loop thru all the image controls of the hilited row of the datagrid.
Can any expert please show me how to do it.
Regards,
Francis