Search found 48 matches

by fpierron
Wed Sep 25, 2013 9:47 pm
Forum: iOS Deployment
Topic: in-app purchase (IAP) rules
Replies: 1
Views: 2579

in-app purchase (IAP) rules

Hi, I am working on a project to build a kind of newsstand that would let the user buy in-app some new interactive book. Each interactive book would be a stack with its own way of working. I have read that Apple do not allow in-app purchase that let download binary or scripts that could modify the b...
by fpierron
Thu Jul 18, 2013 9:43 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: transparency in image vs button
Replies: 10
Views: 9550

Re: transparency in image vs button

Thanks. I do not want to make one script per image, it is too tricky to manage. I use mouseUp, Down, Leave, Enter, Move on the group with "the target". I still can not modify images inside the group. I am almost sure there is something to do with the background as it is in the error msg (can not fin...
by fpierron
Wed Jul 17, 2013 11:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: transparency in image vs button
Replies: 10
Views: 9550

Re: transparency in image vs button

Hi I am searching an opposite solution : I have a map of France with 95 regions in it. I want the user be able to select 1 region to get information on it. If it is images, it works fine : the transparent part of the image is not selected by the rollover or the mouseUp event. But if I want to change...
by fpierron
Fri Nov 23, 2012 6:13 pm
Forum: iOS Deployment
Topic: mediaremoted error while trying to playvideo
Replies: 0
Views: 2055

mediaremoted error while trying to playvideo

Hello, I get this error while trying to play a video, even with the example shown on the lessons part of this website. mediaremoted : Property list invalid for format: 200 (property lists cannot contain NULL) I do not write the plist at all. I have added the video file in the engine with the copyFil...
by fpierron
Tue Sep 11, 2012 4:36 pm
Forum: Talking LiveCode
Topic: Error and slow down of livecode (or my code ;-d)
Replies: 1
Views: 3057

Re: Error and slow down of livecode (or my code ;-d)

Dear me, I have found a solution. It came from the way I downloaded image with the filename command. The code now is : on mouseUp global myURL put "http://mydomaine.com/img_content/" & theDataA["Image"] into myURL load URL myURL with message "myURL_loaded end mouseUp on myURL_loaded global myURL if ...
by fpierron
Tue Sep 11, 2012 11:40 am
Forum: Talking LiveCode
Topic: Error and slow down of livecode (or my code ;-d)
Replies: 1
Views: 3057

Error and slow down of livecode (or my code ;-d)

Hi, I have noticed that each time I select another item in the interface (from button to another button) during the edit mode, the property inspector slow down and the style property panel changes many time very quickly (it seems it parses the list of style). Maybe it is connected : i have a error m...
by fpierron
Thu Sep 06, 2012 9:43 pm
Forum: CGIs and the Server
Topic: Livecode Server on Ubuntu Linode
Replies: 3
Views: 6417

Re: Livecode Server on Ubuntu Linode

Hello Thanks for your help. I have found a solution that works with that Linode server + ubuntu 10.04 For the 000-default conf file in /etc/apache2/site-enabled, you just add : AddHandler livecode-script .lc Action livecode-script /cgi-bin/livecode-server in this directive : <Directory /srv/www/> Op...
by fpierron
Thu Sep 06, 2012 2:20 pm
Forum: CGIs and the Server
Topic: Livecode Server on Ubuntu Linode
Replies: 3
Views: 6417

Livecode Server on Ubuntu Linode

Hi, After reading docs and asking to google, my apache2 conf do not work. If someone has the clue, it would be great. my httpd.conf is empty, as usual on ubuntu on Linode. The 000-default file has the conf data with : <VirtualHost *:80> ServerAdmin webmaster@localhost DocumentRoot /srv/www <Director...
by fpierron
Thu Jan 12, 2012 4:30 pm
Forum: Android Deployment
Topic: Externals SDK
Replies: 5
Views: 5672

Re: Externals SDK

I am sure of that. But what asap means...
More and more of my customers ask for both version ios AND android.

And I don't want to go to nsbasic or sancha, or else...
It would be nice to get an updated roadmap.
by fpierron
Thu Jan 12, 2012 10:27 am
Forum: Android Deployment
Topic: Externals SDK
Replies: 5
Views: 5672

Re: Externals SDK

An evidence that runrev team is iOS minded ?
by fpierron
Thu Jan 12, 2012 10:24 am
Forum: Android Deployment
Topic: How to embed a web browser into my app?
Replies: 2
Views: 3489

Re: How to embed a web browser into my app?

In fact, that is the point : What I have done for the iOS app seems impossible for the android version... too bad for a cross-platform IDE...

Android is asked by my customers since 3 months. There is a very huge market for corporate app on Android.

Is there any turn around ?

Frédéric
by fpierron
Wed Jan 11, 2012 1:15 pm
Forum: Android Deployment
Topic: How to embed a web browser into my app?
Replies: 2
Views: 3489

How to embed a web browser into my app?

Everything is the title...
I want to load HTML5 file into my app and display it without launching external web browser. Is it possible like the ios web native control?
by fpierron
Tue Jan 10, 2012 11:06 pm
Forum: iOS Deployment
Topic: IOS Browser control overlay graphics
Replies: 4
Views: 3993

Resolved: IOS Browser control overlay graphics

I have found the solution !! If you want that your Native Control respects the size of the rect your are programming, you have to set iphoneUseDeviceResolution true, true at the preOpenStack script. I have forgotten the second "true" setting wich is to adapt the native control to the size of the scr...
by fpierron
Tue Jan 10, 2012 9:39 pm
Forum: iOS Deployment
Topic: IOS Browser control overlay graphics
Replies: 4
Views: 3993

Re: IOS Browser control overlay graphics

ok, this is a bad news.
But let says it goes on top.

What about its size ? It could be smaller than the screen and be centered on the middle of the screen, right ?
by fpierron
Tue Jan 10, 2012 9:06 pm
Forum: iOS Deployment
Topic: IOS Browser control overlay graphics
Replies: 4
Views: 3993

IOS Browser control overlay graphics

Hi, I have an bitmap header at the top of the iphone screen, a bitmap at the bottom of the screen and in the middle of the screen, I have a IOS browser control. I encounter two problems : 1/ The top of the browser is alway different than the top of the rect of the graphic that helps me to place the ...