Re: LiveCode Fields - Mac Roman ANSI Characters and Unicode

2015-11-27 Thread paolo mazza
Hi Brahmanathaswami, I installed LC server 7.0.4 in a Linux machine. I have a similar problem with the chartonum function of special chars (ie àèùì .. ). As an example: function chartonum("à") return 195 istead of 136 function chartonum("è") return 195 istead of 143 I do not k

chartonum in LC server 7.0.4 - Linux

2015-11-27 Thread paolo mazza
this problem? Best regards, Paolo Mazza ___ 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

accented chars from a form to a LC server CGI

2015-12-03 Thread paolo mazza
Hi all, how can I send accented chars (i.e. àòèì) from an HTML page with form (POST) to a LC server CGI 7.0 installed in an apache/Linux web server? Thanks, Paolo ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subsc

Best LC release for Raspberry PI

2016-01-18 Thread paolo mazza
mp;t=24588. So, what am I supposed to install to have a working LiveCode IDE in my Raspberry PI 2? All the best, Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Playing movies

2016-03-08 Thread paolo mazza
Hi All, I agree on this. Not being able to play movies in livecode is a severe shortcoming. I have been asking for a new video player for years. Then, to insert videos in my apps, I have been using RevBrowser to manage web pages with a flash video player . Too bad for a multimedia developer tool

Trigger a javascript function using the browser widget

2016-06-17 Thread paolo mazza
Hi all, how can I trigger a javascript function of a web page loaded in the browser widget using a LC command? I can not find this in the browser widget documentation. All the best, Paolo Mazza ___ use-livecode mailing list use-livecode

Re: Trigger a javascript function using the browser widget

2016-06-18 Thread paolo mazza
idget 1 to trigger the javascript function add, provided in the card script you have inserted these handlers: on Opencard set the javascriptHandlers of widget "myBrowser" to "myJSHandler" end Opencard on myJSHandler pMessage, pValue answer pMessage && pValue end

Re: RELEASE: LiveCode 7.0.1

2014-12-24 Thread paolo mazza
I can not instal in my PC with windows 8 the LC Community Version 7.0.1 downloaded from http://downloads.livecode.com/livecode/ It says "it is impossible to instal this app in my PC". why? I tried to uninstal the previous version 7.0.0, but I got the same error message. I try to check for upd

Record video with a webcam in Windows

2015-02-10 Thread paolo mazza
best, Paolo Mazza ___ 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

Re: revBrowserSet

2015-07-28 Thread paolo mazza
Hi all, afaik you can not use revBrowserCef because the close revBrowser command does not work. This bug has been confirmed some months ago, but it has not been fixed yet. See.. http://quality.runrev.com/show_bug.cgi?id=13831 All the best Paolo On Fri, Jul 24, 2015 at 9:22 AM, Terence Heaford wro

Re: Audio Delivery to Multiple Platforms

2015-09-11 Thread paolo mazza
device and works both in Android and in iOS devices. I will send to you a sample file. All the best, Paolo Mazza On Fri, Sep 11, 2015 at 6:29 AM, Brahmanathaswami wrote: > I posted this to the forums, but no replies > > We want to deploy .mp3 file via standalones on all plat

Re: 'Quit' mystery

2015-11-05 Thread paolo mazza
Nearly 1 year ago I posted this http://quality.runrev.com/show_bug.cgi?id=14263 . It was confirmed but probably it has not been fixed yet. All the best, Paolo On Thu, Nov 5, 2015 at 4:47 AM, Howard Bornstein wrote: > This really helped me out. Thanks Martin! I couldn't get my standalone to > qui

Re: OT: Announce -- Himalayan Academy's First LiveCode Mobile App is Up

2015-11-11 Thread paolo mazza
Very nice app. It works fine in my smartphone. On Wed, Nov 11, 2015 at 5:04 PM, Mark Smith wrote: > Looking forward to viewing this once it comes out in the appStore. > > Mark > > > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/OT-Announce-Himalayan-Acade

Re: play vc xyz, still stuck in the 80s?

2015-11-12 Thread paolo mazza
I agree with Tom. We badly need a modern multimedia support. Paolo Mazza On Fri, Nov 6, 2015 at 6:57 PM, Marc Siskin wrote: > I agree that working with Multimedia in Livecode recently has been a > struggle. That is why I was reluctant to contribute to the 64-Bit Feature > Exchange

Just one app in an Android tablet

2014-07-18 Thread paolo mazza
Hi All, how can I set up an Android app so that it starts when I turn on the tablet, it remains always active and (possibly) it prevents the user from opening other apps? Any idea? Thanks a lot Paolo Mazza ___ use-livecode mailing list use-livecode

Re: Free LiveCode eBook

2011-04-20 Thread paolo mazza
Thanks Scott, your e-book is great! Ciao Paolo ___ 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

keyword "in" missing in the LC documentation ?

2011-04-20 Thread paolo mazza
ssages ( i.e. send beep to me in 5 sec)? I can not find it in the documentation. All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Documentation: keyword "in" is missing

2011-04-20 Thread paolo mazza
essages (i.e. send beep to me in 5 sec)? I can not find it in the documentation. All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Hash function

2011-05-30 Thread paolo mazza
ldn't you use the built in md5 and do  something simple to reduce it from 128 to 32 bits (maybe average the  four groups of 32 bits) ? " ... but I do not understand this. Thanks a lot All the Best Paolo Mazza ___ use-livecode mailing list us

Re: Hash function

2011-05-31 Thread paolo mazza
Thank you Warren. It is really helpful. All the best. Paolo ___ 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/us

Re: repeat with i=

2011-07-14 Thread paolo mazza
Tha's interesting. I think you have to use delete.. of instead delete from . To me this is correct. put "1,2,3,4,5,6" into theNumbers repeat until theNumbers is empty put any item theNumbers into n put n after theNumberList delete item (itemOffset(n, theNumbers)) of t

previous page button of browser opening on-rev server page

2011-07-25 Thread paolo mazza
vious page reloading the HTML code resulting from the cgi process. How can I do that? Any idea? Thanks a lot. Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your su

Re: previous page button of browser opening on-rev server page

2011-07-25 Thread paolo mazza
Hi Mark, when I go back with then "previous page" button of the browser, the cgi does not run again. The browser simply return the HTML recorded in the browser cache. I tried with Safary and with Firefox; both of them do the same thing. However, if I empty the cache before returning to the previo

Re: previous page button of browser opening on-rev server page

2011-07-25 Thread paolo mazza
g?) and the page remains in the browser cache. Any idea? All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.ru

Re: previous page button of browser opening on-rev server page

2011-07-25 Thread paolo mazza
with the buttons of the browser I get the old time (cache). The second one (LiveCode) does NOT set  the headers properly (is it a bug?) and the page remains in the browser cache. Any idea? All the best Paolo Mazza ___ use-livecode mailing list use

Re: previous page button of browser opening on-rev server page

2011-07-26 Thread paolo mazza
server environment? Actually the script suggested by Jan works, and I get a page with 2 new headers. However, for some reasons, the browser do not reload the page. Dave, you are right, I was unfair with PHP... still, at least "put the long date" is pretty elegant. All the best. P

Re: previous page button of browser opening on-rev server page

2011-07-27 Thread paolo mazza
All the best. Paolo Mazza ___ 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

Re: lack of Mac OS X intuition: system menu

2011-07-30 Thread paolo mazza
sons, I have the new application menu both in the run and in the edit mode. However, if I either close the Menu Bar panel, or I quit and restart the IDE, I get the IDE menu bar only when I set the edit mode. You could have a Manu Bar panel open somewhere. What about restarting the LC IDE ? All

iphone wallpaper image

2011-09-06 Thread paolo mazza
Hello All, is it possible to change the iphone wallpaper image from an iOS Livecode application? All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Purchasing from an iOs App

2011-09-06 Thread paolo mazza
Referring to verse 11.13 of the holy "App Store Review Guidellines" (last edition) , "Apps that link to external mechanisms for purchases or subscriptions to be used in the app, such as a “buy" button that goes to a web site to purchase a digital book, will be rejected" What about a "buy" butto

Re: Purchasing from an iOs App

2011-09-07 Thread paolo mazza
So, according to the present rules of the AppStore, I can have an application with a list of wines and have a button opening a web page in Safari where people can buy the selected wine. (ie www.wineshop.it/store.php?name=mywine&bottles=12 ) . Right? Thanks a lot. Paolo

Re: Purchasing from an iOs App

2011-09-07 Thread paolo mazza
What about selling pictures ? Are they considered digital content? Consider a photographer selling his pictures ( users will download files of high-resolution image). On Wed, Sep 7, 2011 at 10:27 AM, Ian Wood wrote: > As far as I'm aware there have never been any restrictions on buying > non-di

Fonts for the iOS apps

2011-09-20 Thread paolo mazza
; All the fonts need licences? How can I get these licences? I guess it is a bit complicate. Any experience on this issue? Thanks a lot. All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, un

scrolling text field for iOS

2011-09-29 Thread paolo mazza
wonder if a better practice/solution can accomplish this task. All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http

Text-to-speech

2011-10-26 Thread paolo mazza
Dear livecoders, I have few questions about iOS app. how can I integrate  text-to-speech/Siri in an iOS application ? Can i use different languages as other apps do? Then , can I set the international keyboard from an iOS LC app? Thanks a lot All the best. Paolo Mazza

Permanent data in IOS app

2011-11-14 Thread paolo mazza
have to record this data in a remote server. How can I get the IPhone Serial Number (or the IMEI or the ICCID ) from a LC app ? Thanks a lot. Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, un

mouseDown command and control + option keys

2011-11-29 Thread paolo mazza
a "mouseDown" script in the button, and I click the button pressing the control + option keys, first the mouseDown command executes and then the script windows will come up. To me this is a bit strange. Is it supposed to work this way or it is a bug ? Al

Re: Mobile devices and barcodes

2011-12-06 Thread paolo mazza
Hi Nicolas, I went through the Sara's Stacks: BarcodeTester A very simple stack that reads data from a keyboard wedge barcode scanner. It allows you to check the raw data transmitted by the scanner as well as the ASCII data. Category: UtilityLast Updated: Wed, Apr 29, 2009 Barcodes A utility that

arrowKey

2011-12-19 Thread paolo mazza
Hi All, how can I check if the "arrowKey up" is down or is up ? For example, for the option Key I can write .. if the optioKey is down then..., for the mouse I can write ... if the mouse is down then ... What about the arrow keys ? All the best Paolo _

Re: [ANN] iOS Barcode Reader External Demo In App Store

2011-12-20 Thread paolo mazza
Hi Monte I was able to download your App from the App Store and to scan some Barcodes. IT WORKS!! Great job. I look forward to the stack being available in revSelect. Cheers, Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: arrowKey

2011-12-20 Thread paolo mazza
ed (shouldn't be too bad to modify it so that you can > handle multiple arrow presses, instead of just checking against ALL arrow > keycodes could have a property for each direction keycode and only wipe out > the specific arrow key that is released) > > To test, set up the stack as

Re: arrowKey

2011-12-20 Thread paolo mazza
1 at 3:04 PM, Mike Bonner wrote: > I saw the other input for this problem, I'm thinking that checking > "keysdown()" for the arrow keycodes would be a more reliable solution > depending on your needs. > > I swear I keep learning new things on this list and in the forums.

Take a picture iPhone camera

2012-01-02 Thread Paolo Mazza
Hi All, New year, new question! How to Take a picture (and save the image in the pictures folder) using the iPhone camera in an iOS app? Best wishes for an happy new year. Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: Take a picture iPhone camera

2012-01-03 Thread paolo mazza
e (opening the camera application and taking the picture) and to save it directly to the camera roll from a LiveCode app . Any idea? Thanks a lot Paolo Mazza - On Tue, Jan 3, 2012 at 6:36 AM, Gerry Orkin wrote: > Paolo > > It's in the release notes for iOS. Look for "Photo alb

Re: Take a picture iPhone camera

2012-01-04 Thread paolo mazza
Hi all, still I do not know hot to click the button of the camera in order to take the picture automatically. Then, using this script in a button of a iOS App ... on mouseUp iPhonePickPhoto camera put the long ID of the last image of this card into NUMEROIMMLONG iphoneExportImageToA

Regular expression to find the date

2012-01-05 Thread paolo mazza
matchChunk(FULLTEXT,MYSTRYNG,VAR1, VAR2) into MYRESULT2 put MYRESULT && MYRESULT2 && VAR0 && VAR1 && VAR2 end mouseUp It returns "true true 4 16 16" instead of "true true 4/1/2011 16 24" Why ? Any idea? All the best, Paolo Mazza ___

Re: Regular expression to find the date

2012-01-05 Thread paolo mazza
> > Maybe you are just looking to exeriment with regular expressions.  But > given your sample text and date format, the above works and will be > readily readable when you return to in 6 months. > > Bernard > > On Thu, Jan 5, 2012 at 8:59 AM, paolo mazza wrote: >>

Re: Regular expression to find the date

2012-01-05 Thread paolo mazza
Thank you Thierry, your regular expression works. It was very kind of you. All the best Paolo On Thu, Jan 5, 2012 at 11:24 AM, Thierry Douez wrote: > Hi Paolo, > > I changed your regular expression; see below. > > Didn't check but should work. > > HTH > >

Re: Regular expression to find the date

2012-01-11 Thread paolo mazza
very much. All the best Paolo Mazza ___ 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

Re: Regular expression to find the date

2012-01-13 Thread paolo mazza
Thank you Thierry, it works very well. Now it accepts all a the date formats. All the best Paolo On Wed, Jan 11, 2012 at 12:59 PM, Thierry Douez wrote: > Hi Paolo, > > Both of these solutions work great. >> However, to me,  a perfect solution would be a combination of the two, >> >> A Regular Exp

Access data from images in the roll

2012-01-15 Thread Paolo Mazza
How to access data (date time and position) from images in the iphone image roll? Any idea? Thanks a lot Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

An iPhone app as a remote control for an iPad app. Is it possible?

2012-01-30 Thread paolo mazza
Hi all, how to use an iPhone App as a remote control for an iPad app ? I am wondering if I can set any communication between two iOS apps (besides internet connection) ? Bluetooth ? Set a wifi intranet ? Socket communications? Is there any external to do this? All the best Paolo Mazza

Re: An iPhone app as a remote control for an iPad app. Is it possible?

2012-01-30 Thread paolo mazza
Guglielmo, thank you for your message. Have you already tried this external? Does it work properly? Can LC people use it or we are supposed to know a lower level language to use it in our applications? Thanks a lot Ciao, Paolo ___ use-livecode mailing l

Re: An iPhone app as a remote control for an iPad app. Is it possible?

2012-01-30 Thread paolo mazza
Thank you Ken. My idea is as simple as this: - from a LC app in the iPhone I want to send "back"/"forward" commands to change the images in a LC app in the iPad. The idea is simple. The implementation probably is not so simple. I am uncomfortable with low level communications and I am lookin

Re: An iPhone app as a remote control for an iPad app. Is it possible?

2012-01-30 Thread paolo mazza
11:35 PM, Monte Goulding wrote: > Hi Paolo > > What you need is the bluetooth peer to peer stuff in GameKit. I've started > messing with an external for that as I thought it might be handy. What's your > timeframe? > > Cheers > > Monte > On 31/01/2012, a

MobGui and Resolution Indipendence

2013-08-06 Thread paolo mazza
practice in Livecode development? Best regards, Paolo Mazza ___ 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

Re: MobGui and Resolution Indipendence

2013-08-07 Thread paolo mazza
integrated in LiveCode I need your advice to start a new project on the right track!!! Best regards, Paolo Mazza On Tue, Aug 6, 2013 at 10:58 PM, Monte Goulding wrote: > > On 07/08/2013, at 2:31 AM, Roger Eller > wrote: > > > Go LiveCode Team! I despise having to use separate

Re: MobGui and Resolution Indipendence

2013-08-07 Thread paolo mazza
Mark, thank you very much for your message and for your deep analysis. It was really helpfull. I agree with you that at the moment the best solution to deploy a mobile app seems to be to integrate LiveCode with the mApp framework provided by Monte. Then, Monte's video about mApp at the RunrevLIv

Re: How to build webcam application

2013-08-26 Thread paolo mazza
(you have to use Javascript) . If you want I can send to you some sample stacks. I hope RunRev will provide new tools to handle video streaming. All the best, Paolo Mazza On Mon, Aug 26, 2013 at 1:57 PM, Björnke von Gierke wrote: > there's existing services for that, like twit

Re: How to build webcam application

2013-08-27 Thread paolo mazza
Björnke to set up a live videostreaming you can use these services (twitch.tv, livestream.com ..) or manage a streaming server by yourself ( ie Wowza). But the point is, how can you have a LiveCode desktop application to show a live video streaming? AFAIK the old QuickTime player can not manage li

Re: Playing Flash Video?

2012-03-26 Thread paolo mazza
I think the only way to show a flash movie (in streaming from a server or directly from a local file) is to embed a FlashPlayer into a revBrowser window. However, managing video (stop/start/pause ...) with javascript is not a trivial task! In the rev Browser stack ( resources/examples folder of

Re: Playing Flash Video?

2012-03-29 Thread paolo mazza
Al, I think Jiro Harada stopped development of that product. Using rev-browser you can play flash video. Then, you can deliver the same mp4 videos to MAC/PC and iOS devices . Still I think a multi-platform solution for video playback in LiveCode projects (i.e. a new player) is needed. All the

Re: Falling at the last fence...

2012-04-16 Thread paolo mazza
rom xCode and started the whole business from scratch through the Apple Developer website.." to load my app to the AppleStore ? Thanks a lot Paolo Mazza On Mon, Jan 30, 2012 at 1:49 AM, John Dixon wrote: > > Andy, Ken, Mark ... (and Bernd for taking pity on me...) > > Thanks for t

Re: Falling at the last fence...

2012-04-17 Thread paolo mazza
Hello All, at the end I was able to upload my application to the app store. First I had to clear up the Key Chain, but still I was getting an error from the Application Loader. I was receiving the following message: "An error occurred uploading to the iTunes Store" Thank's Google I came up to this

Augmented reality

2012-04-20 Thread Paolo Mazza
Hi all, I wonder if any of you developed a mobile app of Augmented reality using LC and the Mergex map kit extension of Monte. Ciao Paolo ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and ma

Re: Augmented reality

2012-04-23 Thread paolo mazza
Monte you are right, it is too early ask for samples. However, in theory, do you think is it possible to create an Augmented Reality application using your external to manage the Relevant Points on the map? All the best Paolo ___ use-livecode mailing lis

Streaming video in a multi platform application

2012-04-23 Thread paolo mazza
What's the best solution in LiveCode to show Streaming Videos ? Consider an application (for Mac, Windows and Mobile) with a player/window to show videos coming from a Streaming Server. The iOS video player is reliable? How can I show videos in a Windows and MAC applications ? All the best Paol

Re: Streaming video in a multi platform application

2012-04-23 Thread Paolo Mazza
y-x-talk.com > > Download Color Converter at http://www.color-converter.com > > Op 23-apr-2012, om 17:37 heeft paolo mazza het volgende geschreven: > >> What's the best solution in LiveCode to show Streaming Videos ? >> Consider an application (for Mac, Windows and

Re: Streaming video in a multi platform application

2012-04-24 Thread paolo mazza
, what about windows PC without quicktime? Thank you all, Paolo 2012/4/23 François Chaplais : > It also plays on the iPhone (I just checked) > F. > Le 23 avr. 2012 à 22:13, Paolo Mazza a écrit : > >> Hi Mark, >> Unfortunately most of win-pc have not Quick Time. Any other s

Re: [OT] The State Of HTML5 Video UPDATE

2012-04-24 Thread paolo mazza
Stephen, do you use RevBrowser and the JWPlayer to deliver video in LC applications? There are at least 2 other video players managing HTML5 video: videojs - http://videojs.com/ flowplayer - http://flowplayer.org/ You can have a look at this web page: http://www.virtualmeeting.info/AAA/AAA1/Prov

Re: LC and ImageMagick from OSX

2012-06-14 Thread paolo mazza
Bryan, it looks like you were able to use the ImageMagick as an external to manipulate images. I think this is very interesting. How it can be done? Where can I find documentation about inserting this external in a LC app for MACOSX and WINDOWS? All the best Paolo

in-app purchase for MAC apps

2012-07-25 Thread paolo mazza
Hi All, Apple has added the in app purchases store kit for mac apps as of 10.7. I wonder if we can set up in-app purchase for MAC apps with the present version of LiveCode and sell them in the MAC store. All the best Paolo ___ use-livecode mailing list u

in-app purchase customers data

2012-07-25 Thread paolo mazza
he email of the person who purchased the content from my app? Thanks a lot Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.run

Rev Browser

2012-08-28 Thread paolo mazza
Hi all I am having problem with Rev Browser in my new app for MACOSX. Consider this HTML, , why RevBrowser shows this text field with a background color "black" while Safari shows it (correctly) with an orange background color ? All the best Paolo _

Re: Rev Browser

2012-09-04 Thread paolo mazza
, 2012 at 4:49 PM, paolo mazza wrote: > Hi all > I am having problem with Rev Browser in my new app for MACOSX. > Consider this HTML, , why RevBrowser shows this text field with a > background color "black" while Safari shows it (correctly) with an > orange backgrou

how to test in-app purchase

2012-09-13 Thread paolo mazza
commands in LiveCode can be used also for Non-Renewing purchases? Following the lesson I came up with this command: mobilePurchaseCreate "it.COMPANY_NAME.ProductID.Non-Renewing" Is it correct? Thanks, Paolo Mazza ___ use-livecode mailing list us

Re: how to test in-app purchase

2012-09-17 Thread paolo mazza
Thank you Andrew. Now my in-app purchase seems to work !! ... also for Non-Renewing subscriptions . ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: htt

Alert message from the app-store

2012-09-18 Thread paolo mazza
Hi all, pploading my iOS app to the appstore I received this alert message: "The app references non-public selectors in PrimoSoccorsoAizenda.app/PrimoSoccorsoAzienda: recurrenceRule, setRecurrenceRule:" Any idea what does it mean ? Then the process succeeded and I received this message "The stat

how an alert message can trigger a LC function?

2012-09-24 Thread paolo mazza
an alert with "Ciao" . So, how can I have my LC application reacting to this alert message and (possibly) getting the value "Ciao" ? Thanks, Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url t

2 errors uploading to MACOS Store

2012-10-11 Thread paolo mazza
" I have an icon in ICNS format with a 512x512 icon. But then, what is a 512x512@2x image ? ERROR MESSAGE 2: "INVALID SIGNATURE : the nested app bundle at path [... revbrowser.bundle] is not signed." This application contains the revBrowser external.But, how can I sign it ?

Re: 2 errors uploading to MACOS Store

2012-10-11 Thread paolo mazza
THANK YOU ALL !!! At the end, replacing the ics file and the rev browser.bundle I was able to upload my app. I had a look at the "RB Package Maker Studio" and it realized it is a very interesting product. Thank you for your advice. All the best Paolo Ciao Guglielmo, dopo aver frequentato per molti

Re: Android 4, post problem in detail

2012-11-28 Thread paolo mazza
Hi all, Using LC 5.3.3 I am trying to deploy an app to Android 4 too. However, the Post command "post tData to url tMyUrl " does not work in my Nexus 7 Any solution? All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.

Re: revIgniter - how to instal

2013-01-31 Thread paolo mazza
> and check your application/config/config.lc file to make sure things > are configured properly. > > > > On Thu, Jan 31, 2013 at 8:16 AM, paolo mazza > wrote: >> Hi all, >> I just installed revIgniter Version 1.5.19b . >> I installed revIgniter on the

send mail from the on-rev server

2010-11-26 Thread paolo mazza
How can I send a mail from the on-rev server using the Rev/LiveCode server script? Thanks Paolo ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://l

Re: send mail from the on-rev server

2010-11-26 Thread paolo mazza
uote(shellEscape(pMsg)) && "| mail -s" > && shellQuote(shellEscape(pSub)) && shellQuote(shellEscape(pTo)) && "-- -f" > && shellQuote(shellEscape(pFrom)) ) > > end mail > > &g

Paint tools in iOS applications

2011-01-06 Thread paolo mazza
It looks like the brush tool does not work properly using theiPad simulator and I can not draw. Any advice? Thanks Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Answer dialog and stack background color

2011-01-13 Thread paolo mazza
an "answer" command from the applications (mac and windows), the answer dialog window I get has a BLACK background color. In other words, the answer dialog windows in the applications are whole black !!! I think this is a bug. How can I fix it ?? All t

Re: Answer dialog and stack background color

2011-01-13 Thread paolo mazza
Ok. We can fix it this way. Thank you Klaus. ___ 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

Send local messages between iOS applications

2011-02-03 Thread paolo mazza
I wonder if I can send messages between two iOS applications connected to a local wifi network (not connected to Internet). Any idea? That would be great! Consider a "Naval Battle" application for 2 iPads connected to the local wifi network ! All the best Paolo

Re: RevServer deployment on OSX Server

2011-02-17 Thread paolo mazza
e released. Is there somewhere a road map about this? All the best Paolo Mazza ___ 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/

Re: RevServer deployment on OSX Server

2011-02-17 Thread paolo mazza
Paolo Mazza ___ 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

Re: RevServer deployment on OSX Server

2011-02-18 Thread paolo mazza
good idea to install rev-server in my own MAC OSX server and move the scripts to my server ? All the best Paolo Mazza ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: [TEASER] LiveCode <3 Facebook

2011-02-21 Thread paolo mazza
Thank you Andre. This is very interesting. Can you tell us more about this new OAuth2 library for LiveCode? It looks like it works pretty well . Is it gonna be available soon? All the best Paolo Mazza ___ use-livecode mailing list use-livecode

Re: MySQL in iOS apps?

2011-03-09 Thread paolo mazza
Gerry, the MySQL database plugin does not work in iOS apps. A way to read data from a MySQL database is through a cgi. You can have a CGI on the same server MySQL is, and call that CGI from an iOS app. Paolo Mazza ___ use-livecode mailing list use

Re: MySQL in iOS apps?

2011-03-09 Thread paolo mazza
Gerry, using the on-rev server, you can use LiveCode/Rev server to set up a cgi to call the MySQL database. I have been using this for a small application, and it works. To connect to the database It is as simple as this: put revOpenDatabase("mysql", tDatabaseAddress, tDatabaseName, tDatabaseUser,

Internet headers of LiveCode CGI

2013-04-22 Thread paolo mazza
Hi all, I have a question concerning the LiveCode Server CGI. The internet Headers of the answer to a POST request is the following: HTTP/1.1 200 OK Date: Mon, 22 Apr 2013 13:18:23 GMT Server: Apache/2.2.22 (Unix) DAV/2 mod_ssl/2.2.22 OpenSSL/0.9.8r Transfer-Encoding: chunked Content-Type:

Re: [OT] What's happening here in Turkey...

2013-06-11 Thread paolo mazza
Ender, your messages from Istanbul are very interesting and I hope you will keep on informing us about the riots in Turkey. All in all this is the "revolution" mailing list, so you are not completely out of topic ;-) I will be in Istanbul in July and I am sure I will love your country. I know what

Re: [OT] What's happening here in Turkey...

2013-06-16 Thread paolo mazza
Ender, please let us know if you and your family are OK. I wish you all the best Paolo On Sun, Jun 16, 2013 at 2:29 PM, Dave Kilroy2 wrote: > Ender > > My family and I are also hoping you and yours are OK - we send you > greetings > and best wishes... > > Dave > > > > -- > View this message in c

Reload the page on hitting back button

2013-07-02 Thread paolo mazza
Hi LiveCoders, I want the browser to reload the page on hitting back button Using php I would use this script: What about a LiveCode server script ? How can I force the browser to reload a dinamic .lc page from the server? Consider the session has been expired and user can not access anymore

sync LC applications

2017-11-16 Thread paolo mazza via use-livecode
? AFAIK a solution is to set up a text file in a web server and let the app installed in each device to check (every second) if any change occour , but this solution is not efficient. Any idea? Best regards, Paolo Mazza ___ use-livecode mailing list use

  1   2   >