Re: iOS sharing extension - anyone ever made one?

2020-09-02 Thread Ben Rubinstein via use-livecode
Hi David, Yes, I did have this working on iOS. ... unfortunately that's all I've got to offer! It's a couple of years since I worked on this project, and it was an internal app only - not distributed to the app store. I'm actually currently disbarred from testing apps on iOS - my current

iOS sharing extension - anyone ever made one?

2020-09-02 Thread David Bovill via use-livecode
I’m still having no joy figuring our how to make a sharing extension for a Livecode app. Has anyone ever done this? On 25 Jun 2020, 21:05 +0100, David Bovill , wrote: > Having another go at creating an iOS Share extension in Livecode. > > Ben I had a go with the code snippets you supplied, but

Re: WebSites made using Livecode.

2020-07-07 Thread Richard Gaskin via use-livecode
nd publishing process is done in an LC standalone, generating web-ready static HTML for lean, scalable deployment. And now that we have some nice WebDAV libraries, I'm using that same model for my own content management, with Nextcloud as a collaborative document store managed through a dedicated

Re: WebSites made using Livecode.

2020-07-07 Thread Andrew at MidWest Coast Media via use-livecode
> In my own personal and subjective experience, LiveCode shines when you are > building desktop applications, or combining desktop applications with > server-side solutions. > With LC you can ship a whole suite of desktop and mobile apps that act as > companions to the business your client is

RE: WebSites made using Livecode.

2020-07-06 Thread Ralph DiMola via use-livecode
I use Html==>JS==>Async xhttp request. The xhttp request is fielded by LC Server and is cors compliant so LC Server doesn't even need to be on the same web server. (this allows you to test html pages from desktop without a web server) LC server returns html in a json packet. The async JS

Re: WebSites made using Livecode.

2020-07-06 Thread Heriberto Torrado via use-livecode
> if you look at your server log files you will see that > China hacker bots are heavily searching for PHP > and when they can’t find it they even try to install > it so they can continue hacking away. That's a really good point! I use fail2ban and various security modifications for Apache on

Re: WebSites made using Livecode.

2020-07-06 Thread Heriberto Torrado via use-livecode
Thanks Alex, Those sites look good and they feel very fast. Hery On 7/6/20 5:27 AM, Alex Tweedly via use-livecode wrote: Hi Hery, not sure if you've received any pointers to actual sites yet :-). Here are a few I've made : https://kilmelford.com/ most interesting of them - but since all

Re: WebSites made using Livecode.

2020-07-06 Thread Heriberto Torrado via use-livecode
ough those metrics, even extremely powerful languages like Haskell and Elm will show as small blips when compared to PHP or Ruby. It is important to notice that there is a very important case to be made for choosing popular languages: the high availability of software developers working with t

Re: WebSites made using Livecode.

2020-07-06 Thread Andre Garzia via use-livecode
will always look bad. If you go through those metrics, even extremely powerful languages like Haskell and Elm will show as small blips when compared to PHP or Ruby. It is important to notice that there is a very important case to be made for choosing popular languages: the high availability

Re: WebSites made using Livecode.

2020-07-06 Thread Alex Tweedly via use-livecode
Hi Hery, not sure if you've received any pointers to actual sites yet :-). Here are a few I've made : https://kilmelford.com/ most interesting of them - but since all events are cancelled this year, it's currently less interesting than other times :-) All made with my own CMS for LC; flat

Re: WebSites made using Livecode.

2020-07-05 Thread Rick Harrison via use-livecode
Hi Hery, You can set up your Livecode Server to work with your database directly on the same computer. You do not need PHP at all for anything. In fact if you look at your server log files you will see that China hacker bots are heavily searching for PHP and when they can’t find it they even try

Re: WebSites made using Livecode.

2020-07-05 Thread Heriberto Torrado via use-livecode
Hi Seen, I'm talking about using Livecode server. I think you mean Livecode HTML5. I'll explore that option (it seems very usefully too), but although I do a lot of work with JS, I wanted to try Livecode Server. I have used it a bit and it looks very reliable. We have four dedicated servers

Re: WebSites made using Livecode.

2020-07-05 Thread Pi Digital via use-livecode
> On 5 Jul 2020, at 21:16, Heriberto Torrado via use-livecode > wrote: > > Hi Sean, > > So, as far as I know, you use PHP as a middleware between the database and > the Livecode code app. Isn't it? Yes > I guess you do that because of security reasons to not expose the database. No. It

Re: WebSites made using Livecode.

2020-07-05 Thread Heriberto Torrado via use-livecode
Hi Sean, So, as far as I know, you use PHP as a middleware between the database and the Livecode code app. Isn't it? I guess you do that because of security reasons to not expose the database. My main goal is to use Livecode instead of PHP to create a small website (about ten forms and some

Re: WebSites made using Livecode.

2020-07-04 Thread Pi Digital via use-livecode
Hi I’ve been creating a website built in LiveCode but NOT LC Server. I opted to using php for server end calls as we connect into a mySQL database on the server. The message path is LC > tiny amounts of JS > a small PHP library of function calls > JS message transport > LC. LC does all the

Re: WebSites made using Livecode.

2020-07-03 Thread Heriberto Torrado via use-livecode
Hi Dan, The customer cares about the backend, because he wants to be sure he will find a livecode hosting company in the future. We will host the web page into our own servers. We currently offer PHP, Python  and LiveCode hosting. I'm honest with my customers and I told him about Livecode

Re: WebSites made using Livecode.

2020-07-03 Thread Dan Brown via use-livecode
I'd be surprised if the client cares at all about the websites backend, you might be better off picking a modern frontend framework (bulma,react,vue etc) and showing examples of websites using it. As for the backend, there are some great flat file CMS's that could be managed with livecode scripts

Re: WebSites made using Livecode.

2020-07-03 Thread Torsten Holmer via use-livecode
Do you know revIgniter, the Livecode Framework for Websites? https://revigniter.com/ "Many websites have been successfully built with revIgniter including the presumably largest Hindu website in existence." https://www.himalayanacademy.com/

Re: WebSites made using Livecode.

2020-07-02 Thread Heriberto Torrado via use-livecode
Thank you Matthias it looks so cool. I'm going to check it out.     > I would say creating a website just with Livecode Server is too much work. I know, but as you say in your signature: Life Is Too Short For Boring Code Hery On 7/2/20 5:19 PM, matthias rebbe via use-livecode wrote: Some

Re: WebSites made using Livecode.

2020-07-02 Thread Heriberto Torrado via use-livecode
of their business continuum.  I know, it is always the same story ... I have been making websites for twenty years and I want to do something different. I have never made a website with Livecode and I feel excited thinking about it. I feel very comfortable with Livecode and I don't want to start

Re: WebSites made using Livecode.

2020-07-02 Thread matthias rebbe via use-livecode
Some of our customers are using Wordpress and some have websitet that were created the "normal" way by hand or with tools like Dreamweaver or Rapidweaver. But they are also using Livecode server on their sites for special tasks, e.g. webform processing, generating and providing downloads,

Re: WebSites made using Livecode.

2020-07-02 Thread Richard Gaskin via use-livecode
Heriberto Torrado wrote: > I am trying to convince a customer to create their next website > with LiveCode Server instead PHP. The client asks me what other > popular sites are created with LiveCode server. If you're dealing with the sort who goes only by popularity, nothing else matters.

WebSites made using Livecode.

2020-07-02 Thread Heriberto Torrado via use-livecode
Dear LiveCode experts: I am trying to convince a customer to create their next website with LiveCode Server instead PHP.  The client asks me what other popular sites are created with LiveCode server. I have seen this in the Livecode forums , but it seems to be very old:

Bluetooth devices and talking with LC apps made in LiveCode?

2018-09-08 Thread Mark Rauterkus via use-livecode
Hi, Can LiveCode communicate with Bluetooth devices? Is there a way that this can be done? A few Bluetooth devices with bad interface issues could be rewritten innLiveCode but I am clueless how that might occur. Mark Rauterkus -- -- Ta. Mark Rauterkus m...@rauterkus.com Executive

Just Checking in my posts made it

2018-02-21 Thread Sannyasin Brahmanathaswami via use-livecode
Checking BR ___ 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: Made with . . .

2017-08-03 Thread Richmond Mathewson via use-livecode
If Waddingham is getting only chocolates it's time he changed his job. I hope that Kevin is also giving him flowers! Richmond. On 8/3/17 6:11 pm, Bob Sneidar via use-livecode wrote: Shouldn't you be getting the chocolates? ;-) Bob S On Aug 2, 2017, at 16:47 , Mark Waddingham via

Re: Made with . . .

2017-08-03 Thread Bob Sneidar via use-livecode
Shouldn't you be getting the chocolates? ;-) Bob S > On Aug 2, 2017, at 16:47 , Mark Waddingham via use-livecode > wrote: > > Warmest Regards, > > Mark. > > P.S. I didn't write the above to dispute your point - merely to use it to > hint at a deeper truth...

Re: Made with . . .

2017-08-02 Thread Mark Waddingham via use-livecode
I'm not sure the learning of C and its relatively difficulty was the point here. Find me a book on C which teaches you how to create a window, show a button and have that button pop up a modal dialog which says 'hello world' on Android, HTML5, iOS, Linux, Mac and Windows then *that* would be

Re: Made with . . .

2017-08-02 Thread Matthias Rebbe via use-livecode
Reading the comments on amazon for the 2nd book i read something about a computer science course of Harvard called CS50. A little search gave me this URL which let you take this course for free. http://cs50.tv/2016/fall/ The about section at that page says: Even if

Re: Made with . . .

2017-08-02 Thread Dr. Hawkins via use-livecode
On Wed, Aug 2, 2017 at 2:33 PM, Richmond Mathewson via use-livecode < use-livecode@lists.runrev.com> wrote: > > > I will be forever grateful to the Livecode team that they have saved me > from having to learn C++. > I've lost track of how many languages I've learned and used over the last

Made with . . .

2017-08-02 Thread Alejandro Tejada via use-livecode
Hi Richmond, Some years ago, Alex Tweedly recommended this book to learn C. I bought this for US$ 30 on Amazon: https://www.amazon.com/Illustrating-C-Ansi-Iso-Version/dp/0521468213 More recently, another developer recommended this 2015 book:

Re: Made with . . .

2017-08-02 Thread Mark Waddingham via use-livecode
>> if required for speed reasons. >> >> Warmest Regards, >> >> Mark. >> >> Sent from my iPhone >> >>> On 2 Aug 2017, at 13:50, Klaus major-k via use-livecode >>> <use-livecode@lists.runrev.com> wrote: >>> >>&

Re: Made with . . .

2017-08-02 Thread Richmond Mathewson via use-livecode
ecode <use-livecode@lists.runrev.com> wrote: Hi Richmond, Am 02.08.2017 um 13:43 schrieb Richmond Mathewson via use-livecode <use-livecode@lists.runrev.com>: " remember that LC is made with LC, so everything in the IDE is a stack resp. scripted and can be modified!" recently claime

Re: Made with . . .

2017-08-02 Thread Mark Waddingham via use-livecode
) and the mechanism it uses for detecting changes in properties. The latter couldn't be done in LCS as it stands - the rest probably could but would be too slow for large scripts and message paths (revAvailableHandlers); or where having direct access to the system headers and such in their natural state made

Re: Made with . . .

2017-08-02 Thread Mark Waddingham via use-livecode
t; <use-livecode@lists.runrev.com>: >> >> " remember that LC is made with LC, so everything in the IDE is a stack >> resp. scripted and can be modified!" >> recently claimed by someone elsewhere [Hi, Klaus :) ] > > hi mate! :-) > >> BUT: it that

Re: Made with . . .

2017-08-02 Thread Klaus major-k via use-livecode
Hi Richmond, > Am 02.08.2017 um 13:43 schrieb Richmond Mathewson via use-livecode > <use-livecode@lists.runrev.com>: > > " remember that LC is made with LC, so everything in the IDE is a stack resp. > scripted and can be modified!" > recently claimed by som

Made with . . .

2017-08-02 Thread Richmond Mathewson via use-livecode
" remember that LC is made with LC, so everything in the IDE is a stack resp. scripted and can be modified!" recently claimed by someone elsewhere [Hi, Klaus :) ] BUT: it that really true? Why do I have a funny feeling that a lot of the "heavy lifting" is done w

Re: Finally made it into the App Store..

2016-03-21 Thread AndyP
but full featured under cursor colour picker / finder. http://www.pointandsee.co.uk - made with LiveCode -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Finally-made-it-into-the-App-Store-tp4702374p4702465.html Sent from the Revolution - User mailing list archive

Finally made it into the App Store..

2016-03-18 Thread Todd Fabacher
We are going to open source the app and all the 16 language games soon. If you are interested in seeing what are the possibilities with LiveCode check out the iPad App: https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=1065372259=8 There is also an Android and desktop versions

OT: Free 3D Rendered Art Made Easy (an answer for RE: [OT] Re: Any way to do simple texture maps?)

2015-06-19 Thread Lynn Fredricks
something like this (on the right): https://upload.wikimedia.org/wikipedia/commons/8/84/Phong-shad ing-sample.jpg At best I'm looking for something like this: http://i.ytimg.com/vi/Nn8G0ifQPDE/maxresdefault.jpg It is really easy just to make a sphere in any 3D package (like Blender)

Re: Oops... I've made a mistake..:-(

2015-03-17 Thread Mike Kerner
Doing it this (airLaunch) way, I'm not having to fiddle with xc 6.2 at all. I just build as per usual and upload to dropbox On Tue, Mar 17, 2015 at 2:07 PM, Mike Kerner mikeker...@roadrunner.com wrote: You can also use Jacque's AirLaunch, which has become my new favorite way to get apps onto

RE: Oops... I've made a mistake..:-(

2015-03-17 Thread John Dixon
mmm I'll try :-) Correct. You should still be able to use Xcode 6.2 to install your apps on your devices running iOS 8.2, though, even though you’re using Xcode 6.1.1 to build with. Just fire up Xcode 6.2 after building your app, open up Window - Devices, and install your app

Re: Oops... I've made a mistake..:-(

2015-03-17 Thread Mike Kerner
You can also use Jacque's AirLaunch, which has become my new favorite way to get apps onto devices that aren't mine On Tue, Mar 17, 2015 at 1:57 PM, John Dixon dixo...@hotmail.co.uk wrote: mmm I'll try :-) Correct. You should still be able to use Xcode 6.2 to install your apps on

Re: Oops... I've made a mistake..:-(

2015-03-17 Thread Chris Sheffield
John, You can download Xcode 6.2 in order to be able to install your apps onto your devices. LiveCode does not support using Xcode 6.2 for development/building quite yet, but I’m sure it will soon. So just continue to keep Xcode 6.1 around for that purpose for now. Only fire up Xcode 6.2 when

RE: Oops... I've made a mistake..:-(

2015-03-17 Thread John Dixon
Chris... What is happening is this... I can build a standalone with LC Xcode 6.1.1, no problem... but it will not load onto the ipad or iphone since they are running iOS 8.2 xCode 6.2 is not recognised as a valid SDK by liveCode Dixie John, You can download Xcode 6.2 in order to be

RE: Oops... I've made a mistake..:-(

2015-03-17 Thread Ralph DiMola
Evergreen Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of John Dixon Sent: Tuesday, March 17, 2015 1:08 PM To: use-livecode@lists.runrev.com Subject: Oops... I've made a mistake..:-( I updated

Re: Oops... I've made a mistake..:-(

2015-03-17 Thread Chris Sheffield
Correct. You should still be able to use Xcode 6.2 to install your apps on your devices running iOS 8.2, though, even though you’re using Xcode 6.1.1 to build with. Just fire up Xcode 6.2 after building your app, open up Window - Devices, and install your app from there. You can also use

Oops... I've made a mistake..:-(

2015-03-17 Thread John Dixon
I updated my mini ipad and iphone 5s to iOS 8.2... now I cannot get an LC app onto these devices..:-( Does anyone know when liveCode will be able to deal with iOS 8.2 ? Dixie ___ use-livecode mailing list

Re: Error; Tree not made

2014-12-07 Thread Earthednet-wp
old version REVOLUTION 3.0, - sorry to post here since I have not updated. But now, every time I open Revolution for a new session, it does not matter which stack I open, I receive an error message as stated in the topic Tree not made. I have not ever tried to change any calls from within

Re: Error; Tree not made

2014-12-07 Thread Mark Schonewille
not updated. But now, every time I open Revolution for a new session, it does not matter which stack I open, I receive an error message as stated in the topic Tree not made. I have not ever tried to change any calls from within Revolution (I am not skilled enough). I have only ever created new stacks

Re: Error; Tree not made

2014-12-07 Thread Mike Bonner
message as stated in the topic Tree not made. I have not ever tried to change any calls from within Revolution (I am not skilled enough). I have only ever created new stacks. Any way around this error message. I know, upgrade. Thanks for any attention, online or privately. Jim Beckmann

Error; Tree not made

2014-12-06 Thread Jim Beckmann
I use a very old version REVOLUTION 3.0, - sorry to post here since I have not updated. But now, every time I open Revolution for a new session, it does not matter which stack I open, I receive an error message as stated in the topic Tree not made. I have not ever tried to change any calls

Re: ANN:Another app made with LiveCode has been approved by Apple!

2014-11-20 Thread tbodine
work! Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-Another-app-made-with-LiveCode-has-been-approved-by-Apple-tp4668984p4686096.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: ANN:Another app made with LiveCode has been approved by Apple!

2014-11-20 Thread Eric Corbett
! Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-Another-app-made-with-LiveCode-has-been-approved-by-Apple-tp4668984p4686096.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: ANN:Another app made with LiveCode has been approved by Apple!

2014-11-20 Thread tbodine
Thanks for the details and inspiration. I have a desktop program that could benefit from smartphone remote control, so I'll check out Monte's externals. -- Tom Bodine -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-Another-app-made-with-LiveCode-has-been

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-24 Thread Dr. Hawkins
to know if the purchase as been made. You can probably guess what that means. I'm particularly interested in this--I plan on an ipad version of my application, but don't intend to charge any more for it than needed to stop random downloads; it is purely a companion piece to the (presumably remote

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-23 Thread Heather Laine
are billing through the desktop app to make the mobile app get extended features. The iPad app communicates with the desktop app to know if the purchase as been made. You can probably guess what that means. We used Monte's socket external for iOS to make the communication between the iPad

Another Apple Got-yah was ANN:Another app made with LiveCode has been approved by Apple!

2013-08-23 Thread Ralph DiMola
Another Apple Got-yah. Just got rejected for an update because I was testing another in-app product type that never made it into production. This IAP product was approved but subsequently rejected when I submitted a new binary. I deleted the test product and all went to green. Waiting for binary

Re: Another Apple Got-yah was ANN:Another app made with LiveCode has been approved by Apple!

2013-08-23 Thread Mark Talluto
On Aug 23, 2013, at 12:38 PM, Ralph DiMola rdim...@evergreeninfo.net wrote: Another Apple Got-yah. Just got rejected for an update because I was testing another in-app product type that never made it into production. This IAP product was approved but subsequently rejected when I submitted

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-23 Thread Mark Talluto
On Aug 23, 2013, at 12:21 AM, Heather Laine heat...@runrev.com wrote: Mark, that's great. Looks as shiny as I'd expect something you produced to look :). I wonder if you would consider a newsletter article about the making of this app? It would be an interesting study of the pro's and con's

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-22 Thread Mark Talluto
On Aug 21, 2013, at 7:19 PM, Michael Gruenthal mgruent...@mac.com wrote: Doesn't that violate the terms of your agreement with Apple? I view Apple like the tide in the ocean. It is always moving. There are a number of apps that hook into services that exist outside of the Apple financial

ANN:Another app made with LiveCode has been approved by Apple!

2013-08-21 Thread Mark Talluto
the app do more, but there is a twist. We are billing through the desktop app to make the mobile app get extended features. The iPad app communicates with the desktop app to know if the purchase as been made. You can probably guess what that means. We used Monte's socket external for iOS

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-21 Thread Monte Goulding
On 22/08/2013, at 7:17 AM, Mark Talluto use...@canelasoftware.com wrote: We used Monte's socket external for iOS to make the communication between the iPad and the desktop work. We specifically use UDP for all communication. It is extremely fast and reliable. We could not be happier with

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-21 Thread Randy Hengst
features. The iPad app communicates with the desktop app to know if the purchase as been made. You can probably guess what that means. We used Monte's socket external for iOS to make the communication between the iPad and the desktop work. We specifically use UDP for all communication

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-21 Thread Mark Talluto
On Aug 21, 2013, at 3:26 PM, Randy Hengst iowahen...@mac.com wrote: Hi Mark, Congrats! How did you handle the retina requirement? be well, randy hengst Hi Randy, Eric wrote the app. In his words, It is totally ghetto! He basically had the app memorize the rect of each control after

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-21 Thread Michael Gruenthal
: ANN:Another app made with LiveCode has been approved by Apple! Fellow developers. I am happy to announce that we got our first iPad app approved for the iTunes store. It took 5 days to get through. Details: The app is free. It is a companion app to a desktop service/product we provide

Re: ANN:Another app made with LiveCode has been approved by Apple!

2013-08-21 Thread Ralph DiMola
GMT+00:00 Subject: ANN:Another app made with LiveCode has been approved by Apple! Fellow developers. I am happy to announce that we got our first iPad app approved for the iTunes store. It took 5 days to get through. Details: The app is free. It is a companion app to a desktop service

RE: scrolling stack I made

2013-06-09 Thread Ralph DiMola
Information Services rdim...@evergreeninfo.net -Original Message- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Roger Eller Sent: Saturday, June 08, 2013 10:52 AM To: How to use LiveCode Subject: RE: scrolling stack I made Searching via the play store app

RE: scrolling stack I made

2013-06-09 Thread Alejandro Tejada
Hi All, This the website of Ralph DiMola's Android application: https://play.google.com/store/apps/details?id=com.jewelersboard.app.sectional Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/scrolling-stack-I-made-tp4665050p4666210.html Sent from

Re: scrolling stack I made

2013-06-09 Thread Mark Wieder
Geoff- Wednesday, May 22, 2013, 10:02:54 AM, you wrote: Here it is adapted to use the array again. It's too bad (for this) that the loc can't use a fractional value and just work. I thought I had a patch for the engine source that would allow this, but the parser outsmarted me (again). Still

RE: scrolling stack I made

2013-06-08 Thread Roger Eller
- From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Roger Eller Sent: Friday, June 07, 2013 9:44 PM To: How to use LiveCode Subject: Re: scrolling stack I made I also get that error on my 4.1.1 tablet. Sent from my Pipo M2 On Jun 7, 2013 9:23 PM, Alejandro Tejada

Re: scrolling stack I made

2013-06-08 Thread J. Landman Gay
On 6/8/13 9:51 AM, Roger Eller wrote: From the screenshots, the app appears to have a phone layout. Did you have to specify anywhere that it can also run on tablets? I believe J. Landman Gay also had this initial problem with Casey's Solitaire, but it runs fine on tablets now. Actually I

Re: scrolling stack I made

2013-06-07 Thread Colin Holgate
Had you already built your own tests onto the device? On Jun 6, 2013, at 11:53 PM, Alejandro Tejada capellan2...@gmail.com wrote: I downloaded and try to run your APK file, but my Android device does not allows me to install the application. Strangely enough it says that will replace another

Re: scrolling stack I made

2013-06-07 Thread Alejandro Tejada
.n4.nabble.com/scrolling-stack-I-made-tp4665050p4666093.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: scrolling stack I made

2013-06-07 Thread Alejandro Tejada
in context: http://runtime-revolution.278305.n4.nabble.com/scrolling-stack-I-made-tp4665050p4666131.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: scrolling stack I made

2013-06-07 Thread Roger Eller
to install it, just get the same error as in the Polaroid tablet. (Application NOT installed) Alejandro -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/scrolling-stack-I-made-tp4665050p4666131.html Sent from the Revolution - User mailing list archive

RE: scrolling stack I made

2013-06-07 Thread Ralph DiMola
Of Roger Eller Sent: Friday, June 07, 2013 9:44 PM To: How to use LiveCode Subject: Re: scrolling stack I made I also get that error on my 4.1.1 tablet. Sent from my Pipo M2 On Jun 7, 2013 9:23 PM, Alejandro Tejada capellan2...@gmail.com wrote: I downloaded your APK installer in a Samsung S3 Galaxy

Re: scrolling stack I made

2013-06-06 Thread Alejandro Tejada
.n4.nabble.com/scrolling-stack-I-made-tp4665050p4666071.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: scrolling stack I made

2013-06-06 Thread Colin Holgate
I did previously build an APK version, but when I try now I get an apk finalization failed error. Are you able to open the stack I posted, and publish your own APK? Here's the one I made at the conference. The current one has some improvements: http://xfiles.funnygarbage.com/~colinholgate/apks

Re: scrolling stack I made

2013-06-06 Thread Alejandro Tejada
Hi Colin, Colin Holgate-2 wrote I did previously build an APK version, but when I try now I get an apk finalization failed error. Are you able to open the stack I posted, and publish your own APK? Here's the one I made at the conference. The current one has some improvements: http

Re: scrolling stack I made

2013-05-23 Thread Michael Kristensen
Runrev has promised subpixel placement in a future update Mic Here it is adapted to use the array again. It's too bad (for this) that the loc can't use a fractional value and just work. ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: scrolling stack I made

2013-05-23 Thread J. Landman Gay
. The initial scene is made up of five slices, each 1024 wide, and significantly tall too. Those need to be on the card twice each, so that you can scroll the second copy into view as you move. That went well enough, so I added 101 LC logos to the scene, and it still moved well. This is pretty amazing

Re: scrolling stack I made

2013-05-22 Thread Geoff Canyon
Hi Colin, Nice work! I added timing code to get the framerate. On my macbook pro when nothing is actually moving, it achieves about 40 fps. When the images are moving it drops to about 24 fps. I'd be curious how using the move command might compare. I don't think it would be faster since with

Re: scrolling stack I made

2013-05-22 Thread Colin Holgate
The use of an array value was intentional. Try your version and my version while moving very slowly, you'll see that lots of the images will stall in your one. That's because the value keeps rounding down to the nearest pixel. The array approach makes the location be floating point, and so over

Re: scrolling stack I made

2013-05-22 Thread Geoff Canyon
Funny, I thought I was getting away with it because I was scrolling to the left, where the use of trunc instead of round meant that even at the slowest setting, everything was moving, in some cases too fast. Here it is adapted to use the array again. It's too bad (for this) that the loc can't use

Re: scrolling stack I made

2013-05-20 Thread Mark Talluto
from a menu I made for this app: https://itunes.apple.com/us/app/thomas-friends-lift-haul-collection/id641291615?mt=8 as you can see in the first screenshot. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit

Re: scrolling stack I made

2013-05-20 Thread Thomas McGrath III
Colin, I tried this (awesome) stack on an iPad Retina and there seems to be a problem with the scrolling logos being cut off. There seems to be a square section either missing or constrained for most logo images. I have a screen shot if you are interested here:

Re: scrolling stack I made

2013-05-20 Thread Thomas McGrath III
This screenshot shows an LC logo in the upper middle that seems to be constrained by the square where others seem to be cut out by the square. https://www.dropbox.com/s/vb57wkia6b1l1qq/scrollingParallax2.png Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On May 20, 2013,

Re: scrolling stack I made

2013-05-20 Thread Colin Holgate
That's just showing that a script error has happened. All of the logos should be different sizes, and if they're all the same size, like they are in the screenshot, something went wrong. Did you make any changes to the script? ___ use-livecode mailing

Re: scrolling stack I made

2013-05-20 Thread Thomas McGrath III
Colin, For once I did not even open the script before I tested and loaded this. I saw the comment mentioning accelerometer and immediately loaded it on my iPad to see it in action. This was run straight from the download. Here is what is happening on my iPhone 4:

Re: scrolling stack I made

2013-05-20 Thread Thomas McGrath III
Colin, I just checked a build using 6.0.1 and everything runs as expected. The original build was using 5.5.4 where it didn't work. So it seems that something in 5.5.4 has changed for 6.0.1 Thanks Tom -- Tom McGrath III http://lazyriver.on-rev.com mcgra...@mac.com On May 20, 2013, at 8:57

Re: scrolling stack I made

2013-05-19 Thread Mark Talluto
a scene doing parallax scrolling. The initial scene is made up of five slices, each 1024 wide, and significantly tall too. Those need to be on the card twice each, so that you can scroll the second copy into view as you move. That went well enough, so I added 101 LC logos to the scene

Re: scrolling stack I made

2013-05-19 Thread Colin Holgate
The landscape in the background is the Island of Sodor. I borrowed the layers from a menu I made for this app: https://itunes.apple.com/us/app/thomas-friends-lift-haul-collection/id641291615?mt=8 as you can see in the first screenshot. ___ use

Re: scrolling stack I made

2013-05-19 Thread Alejandro Tejada
This Scrolling Stack works really nice in Windows, too! :D -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/scrolling-stack-I-made-tp4665050p4665114.html Sent from the Revolution - User mailing list archive at Nabble.com

Re: scrolling stack I made

2013-05-19 Thread Colin Holgate
Hopefully some of you will try it on iOS and Android, it works well there too. On May 19, 2013, at 10:55 PM, Alejandro Tejada capellan2...@gmail.com wrote: This Scrolling Stack works really nice in Windows, too! :D ___ use-livecode mailing list

Re: scrolling stack I made

2013-05-19 Thread Alejandro Tejada
in advance! Al -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/scrolling-stack-I-made-tp4665050p4665119.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode

Re: scrolling stack I made

2013-05-19 Thread Roger Guay
Hi Colin, I tried it in the iOS simulator where it opened but remained static. How do you initiate scrolling? Thanks, Roger On May 19, 2013, at 4:04 PM, Colin Holgate co...@verizon.net wrote: Hopefully some of you will try it on iOS and Android, it works well there too. On May 19,

Re: scrolling stack I made

2013-05-19 Thread Colin Holgate
The iOS Simulator doesn't do accelerometer as far as I know. You could remove the if statement on the mouse handler, then you can click to make it scroll. I wouldn't bother though, the performance is nowhere near as good as on desktop or a real device. On May 19, 2013, at 8:06 PM, Roger Guay

scrolling stack I made

2013-05-18 Thread Colin Holgate
While at the conference I found time to figure out a couple of things. I used arrays for the first time (in LiveCode that is), and I found hardware acceleration settings that worked well. The test I did was to have a scene doing parallax scrolling. The initial scene is made up of five slices

Re: scrolling stack I made

2013-05-18 Thread Robert Mann
wouhaou!! Impressed! ...add a vertical change of view direction and you'll have made that funky 3D desktop some of us must have fantasized about! Warm thank you : It's so interesting to see how things work behind the scene. And one can measure the live code path since the first scrollable groups

  1   2   >