Search found 891 matches

by LCNeil
Mon Feb 15, 2016 7:01 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put text into fld at a website
Replies: 31
Views: 16036

Re: Put text into fld at a website

Is there any reason you cannot create a browser instance in your app and fill in the text box that way?

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Mon Feb 15, 2016 5:42 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put text into fld at a website
Replies: 31
Views: 16036

Re: Put text into fld at a website

Hi User87, The browser ID is returned after you create a browser instance via revBrowserOpenCef. An example of this can be found here- http://lessons.livecode.com/m/2592/l/278115-create-a-browser-instance-within-your-app Any created browser instance IDs can also be returned by function revBrowserIns...
by LCNeil
Mon Feb 15, 2016 5:04 pm
Forum: iOS Deployment
Topic: error with binary?
Replies: 2
Views: 2485

Re: error with binary?

Hi Sean, Make sure you are including all the required icons and splashscreen for your iOS build. I believe the 4inch splash screen error relates to a missing "4 inch iPhone" splash screen image. This can be added via the splash screen section of your apps iOS standalone application settings. Kind Re...
by LCNeil
Mon Feb 15, 2016 4:56 pm
Forum: iOS Deployment
Topic: Certificate has an invalid issuer - error
Replies: 12
Views: 11330

Re: Certificate has an invalid issuer - error

Hi Tom, I would try revoking and re-generating the certificate from your Apple developer account, deleting any existing certificates on your Mac and then creating/installing a new provisioning profile. Another thing to try is a wildcard app ID, this means you do not have to create a unique App ID fo...
by LCNeil
Mon Feb 15, 2016 4:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Recording revSpeak or an Alternative
Replies: 7
Views: 5973

Re: Recording revSpeak or an Alternative

Hi Deevered, There have been a few recording issues reported with Windows but there have been some fixed pushed in later versions of LiveCode. Please try a more recent version to see if the issue is resolved. (e.g. LiveCode 7.1.2 RC2) http://downloads.livecode.com/livecode/ If the issue still persis...
by LCNeil
Mon Feb 15, 2016 2:17 pm
Forum: Android Deployment
Topic: Taking a photo without native controls
Replies: 17
Views: 13043

Re: Taking a photo without native controls

A potential workaround would be to create an off screen camera view instance with LiveCodes cameraControlCreate syntax and then take a picture via cameraControlDo "camerainstancehere", "takePicture . You could then setup and non-blocking send to take a picture at a specified interval (e.g. 5 seconds...
by LCNeil
Mon Feb 15, 2016 1:27 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Put text into fld at a website
Replies: 31
Views: 16036

Re: Put text into fld at a website

Hi User87, Yes this is possible by executing some Javascript on the webpage. You should be able to use something like- get revBrowserExecuteScript(1, "document.getElementById('output-field').value = 'value'") You will need to change the "1" above to reflect your LiveCode browser instance. Kind Regar...
by LCNeil
Wed Feb 10, 2016 5:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: 4 and 5 mouse buttons
Replies: 12
Views: 5898

Re: 4 and 5 mouse buttons

Have a look at the message watcher as well to see if any messages fired when pressing these buttons.

From within the LiveCode IDE "Devlopment-->Message Watcher"

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Wed Feb 10, 2016 4:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: JDK path is missing
Replies: 5
Views: 3700

Re: JDK path is missing

This is not a LiveCode issue but some form of communication issue between your device and ADB (Android Device Bridge). I would recommend restarting your device & computer and trying again. More information on this error and other possible solutions can be found here- http://stackoverflow.com/questio...
by LCNeil
Wed Feb 10, 2016 4:14 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: JDK path is missing
Replies: 5
Views: 3700

Re: JDK path is missing

Hi Snop21,

This is a known bug. The JDK is being found but is just not being populated within the preference pane.

You should still be able to build as your Android SDK path has populated with error.

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--
by LCNeil
Tue Feb 09, 2016 6:20 pm
Forum: iOS Deployment
Topic: App rejected because of Letterbox - Now what?
Replies: 5
Views: 5047

Re: App rejected because of Letterbox - Now what?

The "2.10 - iPhone Apps must also run on iPad without modification, at iPhone resolution, and at 2X iPhone 3GS resolution" error sounds like it looking for your app to run on iPad in compatibility mode (2x & 1x) https://forums.developer.apple.com/thread/30815 The image in the following screenshot sh...
by LCNeil
Tue Feb 09, 2016 4:45 pm
Forum: iOS Deployment
Topic: App rejected because of Letterbox - Now what?
Replies: 5
Views: 5047

Re: App rejected because of Letterbox - Now what?

Did Apple send you any screenshot of what they are experiencing? This will help narrow down if there is an issue with the fullscreenmode or not. Is you are an iPhone/iPod only app or does it support iPhone/iPod/iPad? (build for option of iOS standalone settings) Kind Regards, Neil Roger -- LiveCode ...
by LCNeil
Tue Feb 09, 2016 2:49 pm
Forum: Talking LiveCode
Topic: Live Code 8
Replies: 6
Views: 10254

Re: Live Code 8

Hi Armenhui, Using your example, I get the same results so this looks like a bug. Nice find! Please file a report with our Quality Control team and we will be able to investigate this further. http://quality.livecode.com Kind Regards, Neil Roger -- LiveCode Support Team ~ http://www.livecode.com --
by LCNeil
Tue Feb 09, 2016 2:13 pm
Forum: Talking LiveCode
Topic: Live Code 8
Replies: 6
Views: 10254

Re: Live Code 8

Hi Armenhui, I tried to replicate this in the latest version of LiveCode 8 (DP14), but no such luck. I tried to replicate with- on mouseUp put "Test image name" into tImageID create image set the name of it to tImageID end mouseUp and the image is renamed as expected. Do you have a more in-depth exa...
by LCNeil
Tue Feb 09, 2016 11:05 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Connect button works with laptop, but not with Android
Replies: 3
Views: 2331

Re: Connect button works with laptop, but not with Android

Also, make sure the MySQL external is included in your standalone application settings-
Screen Shot 2016-02-09 at 10.04.34.png

Kind Regards,

Neil Roger
--
LiveCode Support Team ~ http://www.livecode.com
--

Go to advanced search