How do I add my own icons to the new Header Bar Widget?

2016-05-13 Thread William de Smet
Hi there, I just started 'testing' the new LC 8 and I like the new widgets. But how do I add my own icons to it? greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: I Hate the New Color Picker

2014-12-08 Thread William de Smet
Hi, Can someone post a screenshot because I don't see a small dot on the Yosemite color picker. I am also stuck with one row of colors. Greetings, William 2014-12-08 8:17 GMT+01:00 Howard Bornstein : > I wouldn't have seen it myself if I hadn't used my large Holmesian > magnifying glass.;-) >

Re: I Hate the New Color Picker

2014-12-08 Thread William de Smet
uay wrote: > > > Poke around just between and above the Cancel and OK btns and you’ll find > > the sweet spot where the cursor turns to a hand. > > > > Roger > > > > > > > On Dec 8, 2014, at 9:28 AM, William de Smet > > wrote: > > > &g

Re: [OT] Wireless internet in my flat.

2015-02-25 Thread William de Smet
Hi Richmond, There are/were issues with OSX 10.10 and WiFi. I never had WiFi problems with OSX 10.10 but when you search the internet there are a lot of threads about it: http://www.macworld.co.uk/news/mac-software/mac-os-x-yosemite-wifi-airdrop-fix-update-new-features-bugs-uk-video-10-10-2-349374

Re: iOS splash screen and app load times

2015-03-27 Thread William de Smet
Hi Chris, I have the same thing here with an iPad 3 (iOS 7) en iPad mini 1 (iOS 8). My apps act slower than before. I have some new apps ready but this way I cannot release them. greetings, William 2015-03-27 18:21 GMT+01:00 Chris Sheffield : > The splash screen and load times of iOS apps wh

Re: iOS App Crash

2014-05-02 Thread William de Smet
Hi Dan, Which LC version did you use? And for which iOS version did you build? greetings, William 2014-05-02 16:43 GMT+02:00 Dan Friedman : > Colin, > > Lot's of free space. I've tried it on two phones and I've already > received one eMail from a user of the app reporting the crash. I am >

Re: sending a PDF mail attachment in iOS7

2014-05-13 Thread William de Smet
Hi Scott, I have asked the same thing before on the list. Never got an answer. So nobody uses this or there is no solution. Maybe it's a bug? greetings, William 2014-05-13 9:33 GMT+02:00 Scott Morrow : > > Using mobileComposeHtmlMail to send a PDF attachment works as expected > under iOS 6 >

Touch rotate an image iOS. Any suggestions?

2014-09-09 Thread William de Smet
Hi there, I want to touch-rotate an image on iOS. Any suggestions on how to start? Greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Long en short Touch (how?)

2014-09-24 Thread William de Smet
Hi there, How do I code a long- and short Touch? Like you see on the iOS keyboard. greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Problem/strange behavior with older version of Mergpop (2.0.7) and Retina screens?

2014-09-27 Thread William de Smet
Hi there, Yesterday I got an e-mail about a problem with one of my apps. I am trying to debug the problem now and maybe anyone can help me. In my app I use MergPop (MergExt) for saving an image. When putting my app through Xcode on my iPad the image is saved nicely using MergPop. But when I downl

Re: Problem/strange behavior with older version of Mergpop (2.0.7) and Retina screens?

2014-10-02 Thread William de Smet
t; > > > I don’t know how you’re saving your image, but in my case I am taking a > screenshot. I finally got it to work correctly with: > > > > export snapshot from this card to file [file_path] as PNG > > > > Hopefully that’ll work for you as well. > > >

Webcam screenshot trouble

2011-05-17 Thread William de Smet
Hi there, I am playing with the Video Capture stack on Windows 7. Webcam works but the grabbed image shows colored pixels over the entire image (don't know the right word for this). I am using VFW as video option. Is this a known problem? Any suggestions on this one? Greetings, William

Is there a way to edit the revlet HTML template?

2011-06-12 Thread William de Smet
Hi there, Because I am about to build a lot of revlets I am looking for a way to edit the 'template' of the build test.html file. I don't want to edit them all by hand over and over again. Is this possible? P.S. And I sure hope there will be a better version of the plugin because the support for

FlushEvents on iOS?

2011-07-02 Thread William de Smet
Hi there, I am 'converting' one of my apps to iOS (iPad) and I am looking for an alternative for: put flushEvents("all") into temp. Is there something like this on iOS? And another strange thing is that I don't have sound on the iPad simulator 4.3 It does work fine when I use the iPhone simulator

Re: I need to import photo's in an app? How?

2011-07-25 Thread William de Smet
Hoi Tabitha, There is also a lesson about it on http://lesson.runrev.com Groeten, William - Verstuurd vanaf mijn iPhone! Op 25 jul. 2011 om 09:47 heeft Tabitha Vogelaar het volgende geschreven: > > I'm just a beginner and this is the first time I use the mailinglist. I'm > working on

Is Apple going to allow this?

2011-07-29 Thread William de Smet
Hi there, I am thinking of using an iMac (with no Apple logo) vector image in the splash screen of my first iOS app. Is Apple going to allow this? Or is it better to you use a more 'standard' monitor? Greetings, William - Verstuurd vanaf mijn iPhone! _

Re: User Interface Question

2011-07-30 Thread William de Smet
Hi Pete, After unlock you have to set the cursor to arrow, Greetings, William - Verstuurd vanaf mijn iPhone! Op 30 jul. 2011 om 21:58 heeft Pete het volgende geschreven: > Thanks Jeff. I'm trying to implement the cursor change and running into > some weirdness. > > In the script of th

PDF printing iOS - am I missing something?

2011-08-12 Thread William de Smet
Hi there, Is it possible yet to generate a PDF file from within an iOS app and then save it, open it or Airprint it? Just like on my desktop app I want the user to print a drawing to PDF. on mouseUp open printing to pdf "test.pdf"   if the result is "Cancel" then exit mouseup print this card from

Repeat with slow on iOS?

2011-08-12 Thread William de Smet
Hi there, Is 'repeat with' slow on iOS? I notice a 1 or 2 second delay time on my iPad after clicking the button. On the desktop however everything is really fast. I just do this in a button: repeat with x=1 to 100 put "a"&x into tVeld enable fld tVeld put empty into fld tV

Re: Repeat with slow on iOS?

2011-08-12 Thread William de Smet
Thanks for the answers. It seems that 'lock screen/unlock screen' does the trick! greetings, William 2011/8/12 Roger Eller : > On Fri, Aug 12, 2011 at 4:46 PM, Roger Eller wrote: > >> On Fri, Aug 12, 2011 at 3:38 PM, William de Smet wrote: >> >>> Hi there,

Error on uploading app to App Store

2011-08-26 Thread William de Smet
Hi there, I am in the final stage of submitting my iOS app to the App Store. On uploading my zip file I get the following error: Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. I followed all the lessons on lesson

Re: Error on uploading app to App Store

2011-08-27 Thread William de Smet
Hi Dave, But you don't have a solution yet? It drives me crazy. I did everything over and over again but still no luck. When creating a new APP ID the all have the same ID: 45KKhsd.* And for internal App ID I use: com.myname.appname Following the lessons but I keep getting the error. Can someone h

Re: Error on uploading app to App Store

2011-08-27 Thread William de Smet
Thanks for all your replies, I am on Snow Leopard with XCode 4.0.2 and LC 4.6.3. I also tested on Lion with XCode 4.1 and LC 4.6.3 Both gave the same error! I also tested with just one profile and because it is my first app I don't have any expired profiles. What I am most interested in is settin

Re: full-screen compatible for lion mac os

2011-09-04 Thread William de Smet
Hi William, Not exactly the same but you could use: set the fullscreen of this stack tot true. Maybe animate it a little? Greetings, William - Verstuurd vanaf mijn iPhone! Op 4 sep. 2011 om 23:47 heeft william humphrey het volgende geschreven: > *How to make* all *apps fullscreen* comp

First App not to be found on searching in the iOS store!

2011-09-08 Thread William de Smet
Hi there, Since yesterday I have my first iPad app in the Appstore. When using iTunes on my Mac I can simply find my app by using the searchbar. On my iPhone however the app is not found :-(. Did I miss something on iTunesConnect? On the keywords there I entered the Apps name. I cannot edit the k

Re: First App not to be found on searching in the iOS store!

2011-09-08 Thread William de Smet
> > Economy-x-Talk Consulting and Software Engineering > Homepage: http://economy-x-talk.com > Twitter: http://twitter.com/xtalkprogrammer > KvK: 50277553 > > Send me a friend request on Facebook if you like > https://www.facebook.com/marksch > > On 8 sep 2011, at 13:36, W

How do I refresh the content of a field every 5 seconds?

2011-09-08 Thread William de Smet
Hi there, I want tot refresh the content of a field every 5 seconds without locking the standalone/stack/IDE. The content comes from another field on another stack. What is the best way to do this? Greetings, William ___ use-livecode mailing list use-l

Re: How do I refresh the content of a field every 5 seconds?

2011-09-08 Thread William de Smet
ends with 'send "whateverthenameofthishandleris" to > me in 5 seconds. > > Both should do this without locking the interface. > > Ian > > On 8 Sep 2011, at 13:05, William de Smet wrote: > >> Hi there, >> >> I want tot refresh the content of a field ev

Re: First App not to be found on searching in the iOS store!

2011-09-08 Thread William de Smet
tuurd vanaf mijn iPhone! Op 8 sep. 2011 om 19:17 heeft Scott Rossi het volgende geschreven: > Recently, William de Smet wrote: > >> Since yesterday I have my first iPad app in the Appstore. >> When using iTunes on my Mac I can simply find my app by using the searchbar. >> On

How do I use mouseEnter on iOS?

2011-09-20 Thread William de Smet
Hi there, On one of my apps I change the background of a row round graphics with: on mouseEnter set the backgroundcolor of me to black end mouseEnter I want to do the same on iOS but it sliding/moving my finger doesn't give the same effect. MouseEnter only colors the first graphic. Is this even p

iOS app update - do I need a new distribution file?

2011-10-09 Thread William de Smet
Hi there, I made my first update for an iOS app. Do I need a new distribution file or do I use the original one and just update the version number in the LC iOS settings? greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Pl

Re: iOS app update - do I need a new distribution file?

2011-10-09 Thread William de Smet
isted at http://qery.us/zr > > On 9 okt 2011, at 10:05, William de Smet wrote: > > > Hi there, > > > > I made my first update for an iOS app. > > Do I need a new distribution file or do I use the original one and just &

Can I hide/encode FTP name and password?

2011-10-20 Thread William de Smet
Hi there, In my new app I need to use a FTP name and password. What is the best way to do this? Is there a way to hide or encode these? Greetings, William -- groeten, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: Uploading to App Store with LiveCode 5

2011-11-08 Thread William de Smet
Hi Mark, I think it is a typo on your side. However: with LC 5 I got the same error as you have (the third one) trying the update an app. For over 4 weeks I got this error and eventually I removed the app from sale. Immediately the update went through and I also put the app back on sale. The updat

Re: Uploading to App Store with LiveCode 5

2011-11-08 Thread William de Smet
@mark: I forgot to say that I did upload a new app (Stoplicht) with LC 5 that went fine the first time. greetings, William 2011/11/8 William de Smet > Hi Mark, > > I think it is a typo on your side. > However: with LC 5 I got the same error as you have (the third one) trying >

Re: Uploading to App Store with LiveCode 5

2011-11-09 Thread William de Smet
rammer > KvK: 50277553 > > Become our partner in sales http://qery.us/16r Start selling Color > Converter today. 20% commission! > > On 8 nov 2011, at 22:22, William de Smet wrote: > > > @mark: I forgot to say that I did upload a new app (Stoplicht

Re: Uploading to App Store with LiveCode 5

2011-11-09 Thread William de Smet
economy-x-talk.com > Twitter: http://twitter.com/xtalkprogrammer > KvK: 50277553 > > Become our partner in sales http://qery.us/16r Start selling Color > Converter today. 20% commission! > > On 9 nov 2011, at 15:45, William de Smet wrote: > > > Hi Mark, > > &g

How do I import/read images and their ID from a separate folder to change the icon of a button?

2011-11-27 Thread William de Smet
Hi there, I my new iOS app I show random images and that works fine. I have imported some images into the stack and looked for their ID. The script I use: put any item of (4794,4772,4771,4795,4796,4797) into tRandomImage set the icon of btn "RandomImage" to tRandomImage Eventually I will need a l

Re: How do I import/read images and their ID from a separate folder to change the icon of a button?

2011-11-28 Thread William de Smet
at random? greetings, William 2011/11/27 Björnke von Gierke : > On 27 Nov 2011, at 15:38, William de Smet wrote: > >> Eventually I will need a lot of images and now I was thinking of >> keeping the images outside of the stack in a separate folder. >> Is it possible to do

iPad screenrecording: how?

2011-12-21 Thread William de Smet
Hi there, I want to make a screen recording of my new iPad app. How do you people do this? There are no iPad screen recording apps yet. Are there? For now I started to use the iPad simulator and use Quicktime to make a screenrecording (OSX Lion). This gives a fairly good .mov file but the sound i

Anyone successfully used Testflightapp.com?

2012-01-15 Thread William de Smet
Hi there, I found TestFlightapp.com on the web to let beta testers test your app. Has anyone any experience with this and successfully used it with an app made with Livecode? While uploading my app I get an error with which seems to be related with missing code from Xcode in the plist file. Any

Re: Anyone successfully used Testflightapp.com?

2012-01-15 Thread William de Smet
talk.com > Twitter: http://twitter.com/xtalkprogrammer > KvK: 50277553 > > Become our partner in sales http://qery.us/1bq Start selling Color > Converter today. 20% commission! > > On 15 jan 2012, at 11:00, William de Smet wrote: > > > Hi there, > > > >

Re: Anyone successfully used Testflightapp.com?

2012-01-15 Thread William de Smet
@Mark and Colin: I just bought BetaBuilder and that is very easy to use and works perfectly. Thanks! greetings, William 2012/1/15 Colin Holgate > I use this program: > > http://itunes.apple.com/us/app/betabuilder-for-ios-apps/id415348946?mt=12 > > Some days I have it open all day. It uses t

Re: iOS: performance issues with visual effects

2012-01-17 Thread William de Smet
Hi Chris, I am experiencing the same thing (iPad 1) here with LC 5.02. I just use: visual effect push left go cd "start" There is no delay in the IDE but there is with an compiled app on iOS 5. Sadly I don't have an solution :-( . groeten, William 2012/1/17 Chris Sheffield > > Wor

How do I make something like a html imagemap on a graphical object?

2012-01-24 Thread William de Smet
Hi there, I made a graphical oval object "pacman" with a startAngle of 28 and a arcAngle of 304. It's background is yellow. Want I want to do is something like a html image map: define an area where something happens. I want the cursor to change 'on mouseenter' but only when the mouse is over 'pa

Re: Revlets on the web

2012-01-27 Thread William de Smet
Hi Jim, There was a question lately in one of their surveys about HTML5. I guess they are thinking about going this way with revlets. For now I think they shouldn't sell it because it doesn't work well (or not at all). Greetings, William 2012/1/27 Jim Hurley : > I guess the question must be a

Re: standalone size

2012-02-06 Thread William de Smet
Hi, You probably made a universal standalone. These contain both resources for PPC and Intel Macs. Greetings, William - Verstuurd vanaf mijn iPhone! Op 6 feb. 2012 om 21:25 heeft Art DiVito het volgende geschreven: > I recently noticed that the Mac version of my standalone is 7.9 MB,

Re: NAPP Drawer and blurred backgrounds and overlays

2013-09-18 Thread William de Smet
Hi Erik, The only way I can think off for now is that you have to work with groups to make this happen. You slide them left or right. greetings, William 2013/9/18 Erik Beugelaar > Hi All, > > Has anyone of you experience how to setup a NAPP Drawer (e.g. Current stack > window moves out of t

Apple Push Notification error after uploading app with LC 6.5.1

2014-01-15 Thread William de Smet
Hi there, Today I uploaded a new app made with LC 6.5.1 for iOS 6.1 and later (no special settings and no externals). All went fine but after uploading I received this e-mail from Apple: Missing Push Notification Entitlement - Your app appears to include API used to regist

Sinds yesterday uploading app: Error ITMS-9000: Bundle invalid? Please read on ....

2014-02-04 Thread William de Smet
Hi there, My app was finished yesterday and using the latest version of 'Application Loader' it gives the this error: ERROR ITMS - 9000: "This bundle is invalid. New apps and app updates submitted to the App Store must be built with Xcode 5 and iOS 7 SDK." at SoftwareAssets/SoftwareAsset (MZitmspS

Re: Sinds yesterday uploading app: Error ITMS-9000: Bundle invalid? Please read on ....

2014-02-04 Thread William de Smet
t; Neil Roger > -- > RunRev Support Team ~ http://www.runrev.com > -- > > > > On 04/02/2014 10:15, William de Smet wrote: > >> Hi there, >> >> My app was finished yesterday and using the latest version of 'Application >> Loader' it gives the this err

Re: Localization on iOS

2014-02-24 Thread William de Smet
Hi Ender, Just put a folder in there with no files in it. This made the MergExt externals show up in my native language (Dutch). On uploading last time (since 01-02-2014) it gave a notice on my Dutch.lptoj folder that it is not the way to go (never seen that before on iOS6). It still works however

Re: Font sizes and Ubuntu versions

2014-03-19 Thread William de Smet
Hi Richmond, Could it be that the font names have changed on Xubuntu 12.04? Or the font is not present on Xubuntu 12.04? I see the same thing when I work with a font and the font is not installed on the pc the app is used on. greetings, William 2014-03-19 9:37 GMT+01:00 Richmond : > This ma

LC 5.5 GM2 and trouble with standalone settings

2012-03-24 Thread William de Smet
Hi there, I was very happy RR announced support for LC 5.1 so I bought my upgrade last night. I installed it, pointed the new Xcode 4.3.1 app to the developer root and so far so good. I opened a stack and checked the standalone settings for iOS and noticed the new layout. But I think there is som

Can I use grouped objects as an icon button?

2012-03-24 Thread William de Smet
Hi there, In LC I grouped several objects to make an image. I used the line and rectangle tools for this. Is it possible to use this 'image' (or grouped objects) as an icon button? greetings, William ___ use-livecode mailing list use-livecode@lists.r

Re: Can I use grouped objects as an icon button?

2012-03-24 Thread William de Smet
sizes of Android systems I am looking for a way to 'easy' resize my button icons/images. groeten, William 2012/3/24 Richmond : > On 03/24/2012 05:50 PM, William de Smet wrote: >> >> Hi there, >> >> In LC I grouped several objects to make an image. I use

Re: LC 5.5 GM2 and trouble with standalone settings

2012-03-24 Thread William de Smet
standalone settings it stays between closing and opening of my stack. > But the window not being sized correctly to handle the contents of the iOS > settings and the missing Profiles is a problem. > > -- Tom McGrath III > http://lazyriver.on-rev.com > 3mcgr...@comcast.net > >

Re: Can I use grouped objects as an icon button?

2012-03-24 Thread William de Smet
@Klaus: Thanks, this works great! greetings, William 2012/3/24 Klaus on-rev : > Dag Willem, > > Am 24.03.2012 um 17:05 schrieb William de Smet: > >> Hi Richmond, >> >> I should read my own question better :-) >> I meant button icon. >> >> I kno

Re: iOS Crash

2012-03-24 Thread William de Smet
Hi Dan, iOS 5.1 needs Xcode 4.3. Greetings, William - Verstuurd vanaf mijn iPhone! Op 24 mrt. 2012 om 18:42 heeft Dan Friedman het volgende geschreven: > I have an iOS app for iPad that runs great in the simulator and on my iPad1 > running iOS 5.0.1. However, on a new iPad3 running iO

Re: iOS Crash

2012-03-24 Thread William de Smet
William de Smet wrote: > >> Hi Dan, >> >> iOS 5.1 needs Xcode 4.3. > > One issue with that, William - why do apps built with earlier Xcode versions > work on my Gen 3 iPad running iOS 5.1? It may be Apple's claim for running > the emulator and to access

Update LC 5.5 GM3 works fine now!

2012-03-27 Thread William de Smet
Hi there, I just wanted everyone to know that LC 5.5 GM3 fixes the bugs with Provisioning Profiles, standalone settings not being saved and a small screen for the standalone settings (needed to drag it to see all the settings). Thank you RR! greetings, William __

Visual effect push left broken in LC 5.5 GM3?

2012-04-04 Thread William de Smet
Hi there, I am testing my next iOS app on my iPad and I am noticing a strange thing. 'Visual effect push left' shows the effect then stops and shows the next card (the card doesn't slide in). I just use: on mouseup visual effect push left go cd "choice" end mouse up The code is on a grouped image

Re: Visual effect push left broken in LC 5.5 GM3?

2012-04-04 Thread William de Smet
Hi John, Thanks for your suggestion. It works now! greetings, William 2012/4/4 John Dixon : > > >      William ... > > try something like this... have a look at 'lock screen' and 'visual effects' > in the dictionary, I can't remember if this was in the iOS release notes as > well, but the s

Re: Kucheta!

2012-04-18 Thread William de Smet
SPAM?! 2012/4/18 John Dixon : > > And your point is ? > >> Date: Wed, 18 Apr 2012 16:06:27 +0300 >> From: richmondmathew...@gmail.com >> Subject: Kucheta! >> >> http://www.frognews.bg/news_44396/Kucheta_i_profesori/ > > > ___ > use-livecode mailing lis

Is there a way to make a new dir via FTP on iOS?

2012-05-04 Thread William de Smet
Hi there, Is there anyone who knows a way to FTP a new dir on iOS? On my desktop app I use: libURLftpCommand("MKD" && tPath & "/"& tName,"server","user","password") but the libURLftpCommand is not supported on iOS. I use LC 5.5 on OSX 10.7.3 greetings, William _

Is there a way to shorten this script? (100 graphics and 200 lines of text)

2012-05-08 Thread William de Smet
Hi there, Can anyone help me shorten this script? Eventually there will be 100 graphics (d1 to d100) and 200 lines of text in field "in" Each graphic uses two lines of follow up numbers (correct English?) of fld "in" set the backgroundcolor of grc "d1" to the text of line 1 of fld "in"

Re: Is there a way to shorten this script? (100 graphics and 200 lines of text)

2012-05-08 Thread William de Smet
Thanks everyone for the contribution! I first tried Mark Schonewille's script and that one works immediately. My app is almost finished now. Now searching the forum for a way to use AirPrint (but that one seems sort of impossible at the moment). greetings, William 2012/5/8 Dar Scott : > Whoops

Re: [TO] HTML5

2012-05-08 Thread William de Smet
Hi Richmond, Basic HTML5 is OK in most modern browsers (even Internet Explorer). If you want to use CSS3 'tricks' then IE still has lots of trouble with it. Latest versions of Safari and Firefox are the best. greetings, William 2012/5/8 Richmond : > Probably a goofy question, but then, again .

Re: Is there a way to shorten this script? (100 graphics and 200 lines of text)

2012-05-11 Thread William de Smet
://lazyriver.on-rev.com > 3mcgr...@comcast.net > > On May 10, 2012, at 8:20 AM, Peter M. Brigham, MD wrote: > >> On May 8, 2012, at 2:57 PM, William de Smet wrote: >> >>> Now searching the forum for a way to use AirPrint (but that one seems >>> sort of impos

Re: [Slightly OT]: How to find a UDID for iOS devices

2012-05-16 Thread William de Smet
Hi Graham, There used to be apps for that in the app store. Did you search there? Greetings, William - Verstuurd vanaf mijn iPhone! Op 16 mei 2012 om 11:47 heeft Graham Samuel het volgende geschreven: > Another naive question about iOS development in the LiveCode context. I'm > asking

Re: iOS: print to pdf crashing app, please help

2012-05-31 Thread William de Smet
Hi there, I use 'put specialFolderPath("documents") & "/screenshot.pdf" into tPDFPath' This works fine with me. I don't use 'temporary folder'. greetings, William 2012/5/31 Thomas McGrath III : > I could not get this to work for me either. > > > -- Tom McGrath III > http://lazyriver.on-rev.com

Re: iOS: print to pdf crashing app, please help

2012-05-31 Thread William de Smet
sfully print a pdf into the > documents folder? > > Thanks, > Chris > > > On May 31, 2012, at 4:45 AM, William de Smet wrote: > >> Hi there, >> >> I use 'put specialFolderPath("documents") & "/screenshot.pdf" into tPDFPath&#x

How do I import and export .txt file (attached to e-mail) in iOS app

2012-06-16 Thread William de Smet
Hi there, I am working on an educational iOS app where the user can make wordlists. Now I want the list to be exported and imported into the same app on another iOS device. I could use a simple .txt file for export (any other suggestions?) and attach it to an e-mail (I know how to do this). How d

Re: [ANN] mergExt $50 off conference special (for everyone)

2012-06-27 Thread William de Smet
+ 1 Keep it going Monte! - Verstuurd vanaf mijn iPhone! Op 27 jun. 2012 om 12:07 heeft Matthias Rebbe het volgende geschreven: > > Am 27.06.2012 um 10:43 schrieb Gerry Orkin: > >> Monte wrote: >> >>> because mergExt will just keep getting better and I know at some point >>> people will

ISP has no remote access on connecting to MySQL database. Now what?

2012-07-01 Thread William de Smet
Hi there, I am doing my first steps on MySQL and LC (trying to update a website from within LC). I followed video #10 'Display an SQL Database' from the LiveCode Academy but I immediately got stuck while connecting. My Dutch ISP however doesn't allow remote access on databases. So how do I conti

Re: ISP has no remote access on connecting to MySQL database. Now what?

2012-07-01 Thread William de Smet
Hi Malte, Thanks, but I don't get it ;-( Do you mean I have to put the db_username and db_password etc. in a .php file on my server. But how do I connect? And how do I retrieve the data? Like I said: it's my first time on database! groeten, William 2012/7/1 Malte Brill : > Hi William, > > bes

Re: ISP has no remote access on connecting to MySQL database. Now what?

2012-07-01 Thread William de Smet
Hi Mark, I just saw you replied as well. Thanks! Your reply is over my head :-( groeten, William 2012/7/1 William de Smet : > Hi Malte, > > Thanks, but I don't get it ;-( > Do you mean I have to put the db_username and db_password etc. in a > .php file on my server. &g

Re: iCloud external :-)

2012-08-03 Thread William de Smet
Hi Maarten, I am very much interested in this Cloud external. Do you have any information and screenshots online already? groeten, William 2012/8/3 Maarten Koopmans : > Folks, > > I have spent a lot of time on it over the last two months, but I > finally have an iOS iCloud external working. On

Re: iCloud external :-)

2012-08-03 Thread William de Smet
UbiquitousDocument(tLocalFilePath) >--get the file url, again (should be ubiquitous now...) >put getFIleURL(tLocalFilepath) into tFileURL > answer "Now... Ubiquitous file URL = " & tFileURL >--get the modification date >answer "modificat

Multiple iOS scrollers scroll add the same time. How do I prevent this?

2012-08-18 Thread William de Smet
Hi there, I have two iOS scrollers in my app on the same card. They almost work fine. They do scroll and show content but two scrollers scroll at the same time. What do I have to do to prevent this? Do I add the same code (different id) to scrollToTop and scrollerDidScroll This my code: on preOpe

Any pointers on my ZIP script on iOS?

2012-08-22 Thread William de Smet
Hi there, Can anyone give me some pointers on using revZip on iOS? I have a folder with subfolders (containing .TXT files) in "Documents" that I would like to have zipped. The structure is like this: Documents/names/name1/name1.txt Documents/names/name2/name2.txt etc This scripts does create

Re: iOS 6 crash

2012-09-20 Thread William de Smet
Hi there, The same crashes for me on my iPhone on iOS 6. Last year was the same thing with iOS 5. Recompiling should be enough. But testing on iOS 6 needs Xcode 4.5 and I don't know if LC 5.5.2 is compatible with it. I will test tonight. greetings, William 2012/9/20 Charles E Buchwald > Hi

Re: Can I develop my IOS app away from my home computer?

2012-09-20 Thread William de Smet
Hi Howard, You can use Dropbox for this. Compile an app with one button. The button is linked to a stack op Dropbox. Put the app on your iPhone. Use LC to edit the stack on Dropbox. Refreshing the app on your iPhone gives you the latest changes. Scott Rossi put this on the list a few months ago

Re: SNAFU...

2012-09-21 Thread William de Smet
Hi Dixie, This is a Livecode problem. The same thing happened last year with iOS 5. My apps crash on iOS 6 as well. last night I installed Xcode 4.5 and the Simulators 5.0 and 5.1. I will test tonight if the apps compiled from LC 5.5.2 will work with iOS 6. Otherwise Runrev needs to make an updat

Delete folder with files on iOS

2012-10-10 Thread William de Smet
Hi there, On iOS I made a folder with files. I use button to delete a selected file from the folder. So far so good! Now I would like to delete the whole folder with files at once. The Dictionary says I have to use 'revDeleteFolder' which is not supported on iOS. Is there a way to do it or not? T

Re: Delete folder with files on iOS

2012-10-10 Thread William de Smet
Of course. Stupid me :-) Thanks Klaus! Verstuurd vanaf mijn iPhone Op 10 okt. 2012 om 16:53 heeft Klaus on-rev het volgende geschreven: > Hi William, > > Am 10.10.2012 um 16:46 schrieb William de Smet : > >> Hi there, >> >> On iOS I made a folder with file

Can I use decimal values for StartAngle?

2012-12-12 Thread William de Smet
Hi there, I have a small 'problem' and a question. Problem 1: I use: show grc "vierkant" hide grc "vierkant" with visual effect push right normal This works fine in the IDE put on my iPad 3 it show a thin top and left border of the image while it moves. When I use: ' lock screen for visual effec

LC 5.5.3 and latest iPad Retina (iPad 4)

2013-01-02 Thread William de Smet
Hi there, I just got a message today that one of my apps was not working on the latest iPad Retina (iPad 4). I was not aware of that and made my apps in September 2012 only compatible for iOS 6. I use the latest XCode version and LC 5.5.3. Is LC 5.5.3 compatible? And do I just have to compile and

Re: LC 5.5.3 and latest iPad Retina (iPad 4)

2013-01-02 Thread William de Smet
XCode 4.5.2 > > be well, > randy > - > On Jan 2, 2013, at 8:08 AM, William de Smet wrote: > >> Hi there, >> >> I just got a message today that one of my apps was not working on the >> latest iPad Retina (iPad 4). >> I was not aware of that and

How do I keep an .exe file always in front of other software (on Windows)?

2010-12-08 Thread William de Smet
Hi there, I am looking for a way to keep my app always in front off other software (on Windows). So when opening other software my app needs to stay in front. Always! Is this possible with LC? greetings, William ___ use-livecode mailing list use-livecod

Re: How do I keep an .exe file always in front of other software (on Windows)?

2010-12-08 Thread William de Smet
e: http://economy-x-talk.com > Twitter: http://twitter.com/xtalkprogrammer > KvK: 50277553 > > How to receive a free Color Converter license http://qurl.tk/kv (read the > conditions) > > On 8 dec 2010, at 13:12, William de Smet wrote: > >> Hi there, >> I am

Re: Card Vertical Scrollbars

2010-12-15 Thread William de Smet
Yes, make a group and set the vertical scrollbar to true. Greetings! - Verstuurd vanaf mijn iPhone! Op 16 dec. 2010 om 07:35 heeft Peter Haworth het volgende geschreven: > Is it possible to have a vertical scrollbar on a card? I mean without having > to write all the code to handle it?

Re: export icons..

2010-12-30 Thread William de Smet
Mario, The fastest way would be to take a screenshot of your icon and then import them as image. Then you could use them as icons again! greetings, William 2010/12/30 bacches...@tin.it : >  Best wishes to all You > may tell me, please, if and how is it possible to export from a stack to > an

How do I set the icon from an OSX app to a button?

2011-01-09 Thread William de Smet
Hi there all, I am experimenting a little with lauch on my Mac: on mouseup launch "/Applications/Photo Booth.app" end mouseup How do I get the icon from PhotoBooth into my Button? Any idea's are welcome. P.S. I am looking for the same thing on Windows greetings, William __

Re: How do I set the icon from an OSX app to a button?

2011-01-09 Thread William de Smet
reven: > > On Jan 9, 2011, at 10:11 AM, William de Smet wrote: > >> How do I get the icon from PhotoBooth into my Button? >> Any idea's are welcome. > > > I don't know about Windows, but on OSX you can do this: > > Get Info on Photo Booth, click on the

Re: How do I set the icon from an OSX app to a button?

2011-01-09 Thread William de Smet
or do a spotlight for "PhotoBooth" > > then click once on the app file, > the do QuickLook to get a very large icon > > then do the good ol' cmd-cntrl-sh-4 > to drag a rectangle and put a copy of the screen on the clipboard. > > (don't know windows we

Easy way to create Win .ico on Mac?

2011-01-12 Thread William de Smet
Hi there, I use FastIcns (great!) to create Mac icons but for Win I start Windows and use IcoFX (free). Now I am looking for an easy way to create a Win .ico files on a Mac. Anyone now a free Mac app that creates LC compatibel .ico files? greetings, William

LiveCode Player news?

2011-01-14 Thread William de Smet
Hi there, Is there any news on the new LiveCode Player? Development or possible release date? Or is that not to be discussed on this list? I really want it :-) Greetings, William ___ use-livecode mailing list use-livecode@lists.runrev.com Please vis

Contextual menu trouble

2011-01-18 Thread William de Smet
> > > Hi there, > > I am working on a contextual menu in a textfield. > I searched this list, the forum on Runrev and used the Dictionary. > Everything works: I get a right click in a field but nothing happens > after I choose the contextual menu. > Am I missing something? > > > In a fiel

Re: Contextual menu trouble

2011-01-18 Thread William de Smet
Hi there, @John: with the Locktext set to true? This way I cannot paste into the field. I feel real stupid because it doesn't work. Anyone? In a field: on mouseDown theMouseButton if theMouseButton is 3 then popup button "popup" else pass mouseDown end if end mouseDown on mouseUp th

  1   2   >