Re: Random crash when building standalone

2021-09-04 Thread Ludovic Thébault via use-livecode
Hello, The stacks concerned are not so old! It must be LiveCode 6 or 7. I have the impression that the RevApplicationOverview plugin has an influence in the problem. I’ll dig on it. Ludovic > Le 3 sept. 2021 à 20:04, J. Landman Gay via use-livecode > a écrit : > > On 9/3/21 3:53 AM,

Android SDK updated but not anymore recognized

2015-03-02 Thread Ludovic Thébault
Hello, Since few weeks when i've tested my app on my android tablet, all is black (expect native input field after change a card) ! So i’ve update the SDK, but since Livecode doesn’t recognize the folder and yes the 2.2 api 8 is installed. What happen ? Thanks ? Livecode 6.7.3

Keyboardactivated but mobilecontroltarget is empty

2015-02-14 Thread Ludovic Thébault
Hello, I’ve 2 native input on a card. One is covered by the keyboard so i need to move it when the keyboard is displayed. It’s ok, it’s work. But i need to block this script for the other input. How to know the input that displayed the keyboard ? The mobilecontrotarget() return empty into the «

Re: Anybody using Genymotion virtual emulator with LC

2014-06-05 Thread Ludovic Thébault
Le 6 juin 2014 à 01:17, Charles E Buchwald char...@buchwald.ca a écrit : It's not possible. I was trying last week, and I (eventually) figured out that it emulates x86 chips and not ARM chips, and LC only compiles for ARM. There are previous versions of Genymotion that included ARM

Play mp3 on linux ?

2013-10-12 Thread Ludovic Thébault
Hello, I work on an multi platform open source stack that need to play wma or mp3 (voices memos from an dictaphone). Even with dontuseQT true, nothing happen under linux (ubuntu 12). What i missed ? Thanks ___ use-livecode mailing list

Re: Play mp3 on linux ?

2013-10-12 Thread Ludovic Thébault
Le 12 oct. 2013 à 21:53, Warren Samples war...@warrensweb.us a écrit : On 10/12/2013 08:35 AM, Ludovic Thébault wrote: linux (ubuntu 12). What i missed ? Thanks One additional note; you may find that you have to take special precautions to terminate your app and the mplayer

Re: imageData and 6.1.1 and bug ?

2013-09-30 Thread Ludovic Thébault
Le 30 sept. 2013 à 10:38, Neil Roger n...@runrev.com a écrit : Hi Ludovic, The results do look a bit strange via 6.1.1. Could you please file a report on this issue with RunRev Quality Control and we will happily investigate it further. Kind Regards, Neil Roger Hello, Done

Re: imageData and 6.1.1 and bug ?

2013-09-28 Thread Ludovic Thébault
Le 28 sept. 2013 à 23:47, Alejandro Tejada capellan2...@gmail.com a écrit : Hi Ludovic, Looks like the alphadata values are inverted... So, 255 is transparent and 0 (zero) is opaque. I do not understand why. Yes something wrong. here a test stack : go stack

Re: community vs commercial for internal distribution of iOS apps

2013-08-20 Thread Ludovic Thébault
Le 20 août 2013 à 16:28, Mark Wilcox a écrit : It's distribution not use that counts in the GPL. If you put the download behind a login then you could possibly argue that the distribution was entirely internal, however, students are not generally under the control of an organisation in

Re: community vs commercial for internal distribution of iOS apps

2013-08-20 Thread Ludovic Thébault
Le 20 août 2013 à 17:13, Mark Wilcox a écrit : Just for clarify : if i look in the binary of a standalone created by the community edition, i can see all the scripts aka the source code, no ? Yes, there's no encryption or password protection on community edition stacks but the GPL does

Bug in resizestack script : how exit ?

2013-07-18 Thread Ludovic Thébault
Hello, I wrote a script for resizestack, and i resize the stack to test it. But there is a bug and Livecode was frozen (6,1 community), impossible to get the hand, need to force quit. There is an command to regain control ? Thanks ___ use-livecode

Decode UTF-8 in variable ?

2013-06-20 Thread Ludovic Thébault
Hello, I need to get datas from sqlite (in UTF-8) and convert it in ASCII for treatment, but i don't need to put it in a field.. I try unidecode(uniencode(myTXT, utf8)) and many others solutions with no result. We need to pass by a field ? with this command : set the unicodetext of field xxx

Re: Decode UTF-8 in variable ?

2013-06-20 Thread Ludovic Thébault
Le 20 juin 2013 à 10:55, Mark Schonewille a écrit : Hi Ludovic, You don't need to set the text to a unicode string to be able to use it. What you are doing seems correct, although you don't say if you're storing the value returned in a variable: put uniDecode(uniEncode(myTxt,UTF8))

Re: Anyone got an HTML editor in LiveCode

2013-04-28 Thread Ludovic Thébault
Le 28 avr. 2013 à 04:14, Mark Rauterkus mark.rauter...@gmail.com a écrit : Hi All, Does anyone have any pointers to an HTML editor or web page authoring tool(s) done in LiveCode? Some years ago, i've made for fun an htmleditor with Revolution (not yet Livecode !). Not really finished

LC community : Bandwidth Limit Exceeded

2013-04-13 Thread Ludovic Thébault
Too much success ? ___ 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

Retina and 4 for all iOS app

2013-03-22 Thread Ludovic Thébault
Hello, https://developer.apple.com/news/index.php?id=3212013b So what the best method to do this in livecode ? One mainstack with all scripts and substacks ? Many mainstacks ? Tell us about your recipe ! Thanks. ___ use-livecode mailing list

Repeat, modal and standalone

2013-03-17 Thread Ludovic Thébault
Hello, In a repeat, i display a modal stack (a custom answer) to get an answer from the user (it's for validate datas). In Livecode, the repeat wait until the modal is closed by the user, but in standalone no. What i missing ? Thks ___ use-livecode

Re: Repeat, modal and standalone

2013-03-17 Thread Ludovic Thébault
Le 17 mars 2013 à 08:26, Ludovic Thébault ludovic.theba...@laposte.net a écrit : What i missing ? A bug in my script... ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Get the source from an browser instance ?

2013-03-16 Thread Ludovic Thébault
Hello How get the source from an revbrowser instance ? I've made a web page wich is displayed with revbrowser. The user can modify some parameters in the page ( with javascript ) which are visible in the code source of the page with a real browser but not with revbrowserget(browserId,

Re: Get the source from an browser instance ?

2013-03-16 Thread Ludovic Thébault
Le 16 mars 2013 à 17:19, stephen barncard stephenrevoluti...@barncard.com a écrit : Well if one could easily get the source code of any page through a browser then the internet would stop working, due to all the security breaches. It would be a steaming mess. Sure, but here the web page is

No sound in the iPhone Simulator

2013-01-30 Thread Ludovic Thébault
Hello, I want to add some sounds in my ios app, but when i want to test it on the simulator, there are no sound ! On a real device the same app works, i hear the sounds. If i ask the list of sounds in the /System/Library/Audio/UISounds nothing is returned in the simulator. How add the sound

Re: [Livecode Fr] au secours!

2012-12-31 Thread Ludovic Thébault
Le 1 janv. 2013 à 01:12, Marc H. Bossiere mbossi...@pobox.com a écrit : Je ne peux pas commencer 2013 sans une solution! Ma tête va exploser! J'ai besoin d'obtenir le URL du courant à partir de Safari (ou le navigateur par défaut) dans mon projet. Des idées? (Veuillez excuser mon Google

Multistacks and iOS simulator bug ?

2012-12-16 Thread Ludovic Thébault
Hello, I've found something like a bug : I've an stack which contains substacks (one for iPad, one for the retina iPhone). The mainstack is for the classic iPhone. When i made changes on a substack without changed anything in the mainstack and i test on the simulator (even if i delete the app

iPhone 5 and iOS 6

2012-10-02 Thread Ludovic Thébault
Hello Just to clarify (i cannot test under iPhone 5) : To have an app that works on iPhone 5 under iOS 6 we need to wait Livecode 5.5.3 (to work with Xcode 4.5). It's right ? Or it is already possible to compile with LC 5.5.2 and Xcode 4.1) ? Thanks

Re: Access to ~/Library on OSX

2012-06-29 Thread Ludovic Thébault
IN the open dialog, you just need to do an cmd-shift-G (french system) to display an other windows in which you can type the path to the desired folder. It's the same that in the finder under the menu Go HTH ___ use-livecode mailing list

iphoneSetNotificationBadgeValue

2012-06-22 Thread Ludovic Thébault
Hello, With the localnotification it is possible to display a recurrent message automatically on the device, even if the app is closed. But i want to just change the value of the notificationBadge. It is possible ? It seem we can just set manually the notificationBadge. Thanks.

Re: iphoneSetNotificationBadgeValue

2012-06-22 Thread Ludovic Thébault
Le 22 juin 2012 à 10:02, John Dixon a écrit : Application icon badge support (p.50 iOS 5.5.1 release notes.) The badge is the number that appears on the top right of you applications icon and is used to signify the number of pending activities. To set the badge value, use the command

Re: iphoneSetNotificationBadgeValue

2012-06-22 Thread Ludovic Thébault
Le 22 juin 2012 à 14:42, Mark Schonewille a écrit : Colin, That was only a description of the built-in function. It wasn't part of the specifications he needs. He should have been more clear about his requirements. Yes, i wanted to modify the notificationbadge, even if the app is

strange scroll on iOS

2012-06-18 Thread Ludovic Thébault
Hello, I've created a field to display a long list. I can scroll with a native scrolller on iOS ( iphoneControlCreate ...) no problem, it's work. Because the list is very long (2000 lines) i've create an alphabetic list to go directly at one letter. It's work also. But for example : in the

Re: strange scroll on iOS

2012-06-18 Thread Ludovic Thébault
Le 19 juin 2012 à 06:06, Ralph DiMola a écrit : Are you setting the native scroller vertical scroll position when a letter is selected using a iphoneControlSet MyScroller , vScroll , scroll_position ??? If so you are my be seeing an anomaly that I have submitted to the livecode team. Create

Re: GPS and iPod or iPad wifi

2012-06-05 Thread Ludovic Thébault
Now, it's work. But how to differentiate a device that has a true GPS from another one which have only wifi (and where mobileSensorAvailable(location) return true) ? Thanks ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: GPS and iPod or iPad wifi

2012-06-01 Thread Ludovic Thébault
Le 31 mai 2012 à 21:46, John Dixon a écrit : Did you check to see if the location sensor is available ? mobileSensorAvailable(sensor) Now, yes, it return True when i use my external GPS. But the mobileCurrentLocation return empty If i take a picture with the apple application, the

GPS and iPod or iPad wifi

2012-05-31 Thread Ludovic Thébault
Hello, I want to add a function to get the gps location in my app. I've only an ipod touch and an ipad wifi for my test. I can use a bluetooth gps with my jailbroken ipod. But none display any location when i ask ! put mobileCurrentLocation() into theLocation answer theLocation[latitude]

field focused but why ?

2012-03-31 Thread Ludovic Thébault
Hello, I've a field which is focused always when the card is opened (or after a resumestack when i switch from the script windows for example) and i don't know why ! I've no script about this. It's not a real focus (no blue border on macos) but there is the blink cursor to type in the field.

Re: field focused but why ?

2012-03-31 Thread Ludovic Thébault
Le 1 avr. 2012 à 05:02, Peter M. Brigham, MD a écrit : If you put the field into a group and set the group's traversalon to false, it will prevent the field from getting the focus on opencard, at least in desktop stacks. Don't know if this works in iOS too. Simple and effective ! Works

Re: Translation s'il vous plâit/por favor :-)

2012-03-22 Thread Ludovic Thébault
Le 22 mars 2012 à 20:04, Klaus on-rev a écrit : Hi friends, could you please translate this into french and spanish for me? ... Copy XXX to your Applications folder. Copiez XXX dans votre dossier Applications. ___ use-livecode mailing list

iOS keyboard input and rawKeyUp

2012-03-12 Thread Ludovic Thébault
Hello, When we tape a text in a field with the iOS keyboard, the rawKeyUp doesn't catch anything. How get the text typed to do a live filtering ? Thanks. LC 5.02 ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: iOS keyboard input and rawKeyUp

2012-03-12 Thread Ludovic Thébault
Le 12 mars 2012 à 09:58, Ludovic Thébault a écrit : Hello, When we tape a text in a field with the iOS keyboard, the rawKeyUp doesn't catch anything. How get the text typed to do a live filtering ? Thanks. Forget, it's work ! ___ use

Re: Convert Excel date

2011-12-16 Thread Ludovic Thébault
Thanks for your help ! ___ 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

Convert Excel date

2011-12-15 Thread Ludovic Thébault
Hello, I've a csv file created by excel. Dates are displayed in numbers. (1/01/1900 = 1 so today = 40892) Is there a script to convert it in a real date with livecode ? Thanks ! ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Test on android simulator

2011-06-19 Thread Ludovic Thébault
Hello, I've installed the android SDK. It's works. i've create an virtual device. It's works. I've set the mobile configuration in prefs to put the path of the sdk. I've the jdk path displayed. But in the Test target menu of livecode (461), i've nothing about Android... What is wrong ? I can

Re: [ANN] iPhone Control Kit 0.1.0

2011-06-02 Thread Ludovic Thébault
Le 1 juin 2011 à 17:41, Andreas Rozek a écrit : Hello! I would like to introduce my current project: The iPhone Control Kit for LiveCode contains numerous LiveCode objects which emulate the Look-and-Feel of native iPhone controls and, thus, simplifies the development of native

Re: french date

2011-03-14 Thread Ludovic Thébault
Le 14 mars 2011 à 17:35, Klaus on-rev a écrit : Boujour mes amies, can some french user plaese post what the system date gives on a french system? Thanks in advance! Bonjour ! 'put the system date' give me : 14/03/11 ___ use-livecode

Re: iOS: what's the best place to store media files

2011-01-26 Thread Ludovic Thébault
Le 26 janv. 2011 à 20:35, Chris Sheffield a écrit : What is the best place to store files like audio and images alongside an iOS app? I am working on a simple proof of concept app that needs to play several audio files back to back. I don't necessarily want these audio files to be

Re: OT: Test for supporting Website (iOS App)

2011-01-22 Thread Ludovic Thébault
Le 22 janv. 2011 à 14:57, Harald Müller a écrit : In PHP I want to use a Server-Variable to detect the Browser language. Could one of go to the following link an check whether the text is shown in english? http://www.reshuffle.de/?fb1387220606time77733402912 It's in german for me (from

Livecode IOS personnal + LiveCode Desktop commercial = 2 app ?

2011-01-21 Thread Ludovic Thébault
Hello, I've a commercial licence of Livecode Desktop. I want to make an ios app, for me only (in first time). So if i bought the Livecode iOs personnal, i need to switch with the different app (one for develop for iOs, one for desktop app) ? Thanks

Re: Livecode IOS personnal + LiveCode Desktop commercial = 2 app ?

2011-01-21 Thread Ludovic Thébault
Le 21 janv. 2011 à 22:41, J. Landman Gay a écrit : On 1/21/11 5:43 AM, Ludovic Thébault wrote: I've a commercial licence of Livecode Desktop. I want to make an ios app, for me only (in first time). So if i bought the Livecode iOs personnal, i need to switch with the different app (one

The best way to embed a lot of pictures in an ios application

2011-01-19 Thread Ludovic Thébault
Hello, I test the ios part of runrev, maybe for a futur app. What is the best way to store a large number of images in a iapp? Image Library, custom property,… ? I have to show them on demand Thanks ! ___ use-livecode mailing list

Re: Livecode iOS app live in the app store

2010-12-23 Thread Ludovic Thébault
Le 23 déc. 2010 à 15:42, John Craig a écrit : Hi, Nicolas. That was my first test app (written in Xcode). The new LC app doesn't seem to show up yet for some people - apparently it can take up to 24 hours to appear :( Hello, i've found it (french store). My score was 2050 !