Re: Startup message

2011-08-02 Thread Mark Schonewille
Pete, The startUp message isn't sent to your stack if you open the stack in the IDE, nor if you open the stack while your standalone is already running. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

Re: Startup message

2011-08-02 Thread Mark Schonewille
ither put the script in the startUp handler or check that the environment is "standalone" before continuing the script. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK:

Building external for iOS: No such file or directory

2011-08-04 Thread Mark Schonewille
Error 2: cp: /Users/Mark/Desktop/rredevice/build/Debug-iphonesimulator/rredevice.dylib: No such file or directory I assume that solving error 1 would also solve error 2. How would I solve error 1? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage

Re: Building external for iOS: No such file or directory

2011-08-04 Thread Mark Schonewille
om within XCode, I get the completely black "splash screen" for 5 minutes or so and eventually the app crashes. If I start it manually, it crashes immediately. Any idea why? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy

Distributing iOS externals

2011-08-04 Thread Mark Schonewille
lable about this? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeErrors for iPhone now http://qery.us/v4 A must-have for Liv

Re: Distributing iOS externals

2011-08-06 Thread Mark Schonewille
Does nobody have experience with iOS externals yet? On 5 aug 2011, at 03:03, Mark Schonewille wrote: > Hi, > > I just made two externals, one that reads the battery level (following the > RunRev tutorial) and another one that returns the localized device model. Now > I nee

Re: Stack Password Protection

2011-08-08 Thread Mark Schonewille
y Select inclusions manually in the standalone settings, because LiveCode can't search password-protected stacks for required inclusions. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogr

Re: Stack Password Protection

2011-08-08 Thread Mark Schonewille
Hi Andrew, Your standalone will be able to access the stacks, but they won't be able to make any changes to them that involves scripts, including setting scripts and copying from or pasting objects to those stacks. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Sof

Re: revGoURL

2011-08-09 Thread Mark Schonewille
Hi Richmond, It impossible to use revGoUrl (now launch url) without webbrowser, unless you trick your operating system. It is possible to use the put url function together with the urlStatus function. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: FTP To and From My Mac

2011-08-09 Thread Mark Schonewille
return a list of files if using the ftp protocol. IIRC, using NLST with libUrlSetFTPListCommand will change what is returned by put url. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com

Re: Mac users, please try this out:

2011-08-10 Thread Mark Schonewille
press menu item. There is also Disk Utility, which lets you create very nice disk images. In fact, I wonder if nowadays most Macs don't come without StuffIt. Many people don't even know what a .sitx extension is. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Softw

Re: Mac users, please try this out:

2011-08-10 Thread Mark Schonewille
wiith instructions about installing or starting the application. Is this application really just a registration window? Perhaps you should forget about LiveCode for once and make a simple website with a web form? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Hom

Re: Mac users, please try this out:

2011-08-10 Thread Mark Schonewille
Hi Mike, Then contact me off-list and we'll see if we can work out something. It seems you have done the larger part of the work already, so I'm optimistic about making a web interface. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Home

Re: German revolutionboard?

2011-08-11 Thread Mark Schonewille
Hi Wolfgang, I will install a new board and will announce it on this list. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy

Re: how can I wait for revCopyFolder execution?

2011-08-11 Thread Mark Schonewille
end tell on error myErr number myNr set myScript to "answer error \"A problem occurred (" & myErr & ")\"" tell application "LiveCode 4.6.1" to do script myScript end try -- Best regards, Mark Schonewille Economy-x-Talk Consulting and S

Re: AW: how can I wait for revCopyFolder execution?

2011-08-11 Thread Mark Schonewille
popup command. I'm sure there are a few more but I don't know the entire list by heart. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that

Re: [OT] advice as to whether this is a scam?

2011-08-13 Thread Mark Schonewille
r. Now, if you or anyone else still think that there might be cases when you need to give PayPal any information without logging in on your account first: read the above again. There are no such cases. Period. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: Unicode woes

2011-08-13 Thread Mark Schonewille
char 1 to 2 of the unicodetext of fld "zzz" end mouseUp -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeErrors for

Re: referring to object names stored in variables

2011-08-14 Thread Mark Schonewille
Thomas, Try this: put "blabla" after line (word 2 of the L_Line of field 1) of field 1 -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that

Re: Ideal Unicode?

2011-08-15 Thread Mark Schonewille
o the same for LiveCode, but so far it hasn't happened. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeErrors for iPhon

Re: Double byte trouble

2011-08-16 Thread Mark Schonewille
for a character and will return only the first byte of a character when you retrieve char 1 of that field. That said, have you tried getting char 1 of the text of fld x? Does that help? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://econ

Re: LiveCode.tv event needs you

2011-08-17 Thread Mark Schonewille
rage and submit your proposal for a presentation. We are awaiting your e-mails. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeE

Re: Building external for iOS: No such file or directory

2011-08-17 Thread Mark Schonewille
jective-C code: the complicated external runs fine and the very simple external crashes. In some cases, the standalone doesn't crash on the device, but it appears that the binaries in the binaries folder didn't get copied. -- Best regards, Mark Schonewille Economy-x-Talk Consulting a

Re: Has anyone made an event or booking calendar with Live Code?

2011-08-18 Thread Mark Schonewille
Hi Mike, I'm making one in PHP, but it is rather specific. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeError

Re: LiveCode.tv event needs you

2011-08-19 Thread Mark Schonewille
look forward to your emails and would be happy to organise the next event together with you after the weekend. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-

Re: Confused about storing arrays in a custom property

2011-08-20 Thread Mark Schonewille
Hi Pete, This part of the documentation is probably from the time before multidimensional arrays. When multidimensional arrays were introduced, we also got a way to store them as custom properties. Don't worry. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com

Re: Accessing the last item in a line

2011-08-21 Thread Mark Schonewille
Yes, this is expected behaviour. If you want to count the last item if it is empty use Item (number of items of (myVar & "x")) of myVar -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with

Re: Accessing the last item in a line

2011-08-22 Thread Mark Schonewille
t the correct number of items. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 22 aug. 2011 om 08:12 heeft Pete het volgende geschreven: > Th

Re: How to launch a DMG?

2011-08-22 Thread Mark Schonewille
Hi Tiemo, Actually, that should work. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeErrors for iPhone now http://qery.us

Re: UITextField & UITextView examples?

2011-08-23 Thread Mark Schonewille
objects are simulated rather than native, making it quite a hassle to use them. Consequently, there is no simple-ish solution and reading this lesson http://qery.us/xu is necessary to understand how UITextViews work. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software En

Re: UITextField & UITextView examples?

2011-08-23 Thread Mark Schonewille
Jim, Do you have a problem posting links to the list? http://forums.runrev.com/viewtopic.php?f=49&t=7991 -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What

Re: Shell and Background Jobs

2011-08-23 Thread Mark Schonewille
Hi Chris, Surely the open process command works on Mac OS X. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeErrors for

Re: Shell and Background Jobs

2011-08-23 Thread Mark Schonewille
OS X. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeErrors for iPhone now http://qery.us/v4 A must-have for LiveCode prog

Re: iOS external won't load

2011-08-24 Thread Mark Schonewille
Hi Maarten, This is a known problem. Please, contact supp...@runrev.com and tell them you're struggling with this problem too. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogr

Re:

2011-08-24 Thread Mark Schonewille
I agree :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeErrors for iPhone now http://qery.us/v4 A must-have for

Re: iOS external won't load

2011-08-24 Thread Mark Schonewille
Hi Maarten, I had an external names with all lower case letters and couldn't get it to work at all. I had an external with mixed capitals and lower case letters and could get it to work on my own phone but not on someone else's. If you're careful with naming, then it doesn't matter whethe

Re: iOS external won't load

2011-08-24 Thread Mark Schonewille
st regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 What does that error mean? Buy LiveCodeErrors for iPhone now http://qery.us/v4 A must-have for LiveCode programmers. On 2

Re: sqlite & mySQl hassles...

2011-08-25 Thread Mark Schonewille
Hi Dixie, Are you using MySQL or SQLite? Those are not the same. Post your script. I think you got a dot too many there :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK

Re: iOS external won't load

2011-08-25 Thread Mark Schonewille
Hi Maarten, I've been testing with LC 4.6.3, Mac OS X 10.6.8, XCode 4.0.2, iOS SDK 4.3.3 and LC SDK R7 on an iPhone 3GS. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogramme

Re: Cents displayed in Windows

2011-08-25 Thread Mark Schonewille
Hi Charles, Probably not. You'll need to find out what the ASCII value for the ¢ sign on Windows is or use unicode. -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minutes with Salery Web Store software.

Re: sqlite & mySQl hassles...

2011-08-25 Thread Mark Schonewille
Right, (at the risk of stating the obvious) since it works in the simulator, it must be something else than a spelling error. Dixie I'll get back to you. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter:

My presentation for LiveCode.tv today

2011-08-27 Thread Mark Schonewille
a NO Mac user, please make sure to attend my presentation! Next time when you make cross-platform software, you'll be happy to be aware of what you didn't know previously. Of course, if you ARE a Mac user, you will probably like the little nifty gadgets I'm using. Enjoy. -- Best

Re: Default Button

2011-09-01 Thread Mark Schonewille
Hi, This is what I just did: 1) create new stack 2) drag one default button from the tools palette into your stack 3) edit the script of the button to make it been on mouseUp (and nothing else) 4) compile and close script 5) press return 6) hear beep -- Best regards, Mark Schonewille Economy

LiveCode.tv Event #37

2011-09-01 Thread Mark Schonewille
ntact Mark or Björnke. An easy way to contact us is through this web form http://qery.us/du See also the following page for the same information: http://livecode.tv -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.c

LiveCode.tv Event will start soon

2011-09-03 Thread Mark Schonewille
Hi everybody! The 37th Livecode.tv Event will start in an hour from now. Don't miss it! More info at http://livecode.tv -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogramme

Re: Checkbox Anomaly in Windows

2011-09-03 Thread Mark Schonewille
Joe, No, I haven't seen this particular problem, but some emulators do have problems. For example, Wine doesn't display image objects correctly. I can imagine that Fusion doesn't render some objects correctly if running is running in a simulated environment like Fusion. -- Best

Contacting the LiveCode.tv people

2011-09-04 Thread Mark Schonewille
presenters for the next few weeks. -- Best regards, Mark Schonewille 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

Re: changing object colour references from hex to rgb

2011-09-06 Thread Mark Schonewille
Hi Terry, There might be a way, something like mouseColor for example, but it is easier to convert them: baseConvert(char 2 to 3 of myHex,16,10) & comma & baseConvert(char 4 to 5 of myHex,16,10) & comma & baseConvert(char 6 to 7 of myHex,16,10). -- Best regards, Mark Schone

Re: Question About Windows Standalone

2011-09-06 Thread Mark Schonewille
s when you make the installer). You can find the Installer Maker Plugin here http://qery.us/za -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Send me a friend requ

Re: revPropertyPalette

2011-09-06 Thread Mark Schonewille
e are quite a few people who only use LiveCode, perhaps together with either SuperCard or RealBasic. Quite a few others probably use LiveCode combined with some web programming tools and a few graphing tools. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering H

Re: Wherefore revPropertyPalette

2011-09-06 Thread Mark Schonewille
Hi, In this case, the blank line is because the revPropertyPalette is a cloned stack without a stackfile on disk. The revPropertyPalettes exist in memory only, while only one original exists on disk. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering

Re: Wherefore revPropertyPalette

2011-09-06 Thread Mark Schonewille
Richard, Very often, I have 2 or 3 inspectors open at a time. Just click the lock button and open an inspector for another object. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com

Re: urlProgress error message

2011-09-06 Thread Mark Schonewille
Hi, I think you mean urlStatus and the answer is yes. Just search the LC dictionary for urlStatus. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Send me a

scrollerDidScroll

2011-09-07 Thread Mark Schonewille
Hi, When a scroll view is scrolled, it sends the message scrollerDidScroll. All scroll views send the same message scrollerDidScroll. If I have two or three scroll views on my card, how can I find out which scroll view sent the message? -- Best regards, Mark Schonewille Economy-x-Talk

Re: scrollerDidScroll

2011-09-07 Thread Mark Schonewille
Hi I'm doing some more tests. I might be doing something wrong, but it would be useful if someone could confirm that it is possible to create more than one scroll view at a time in iOS? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: Plug-ins for browsers

2011-09-07 Thread Mark Schonewille
s for many different platforms. -- Best regards, Mark Schonewille 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

Re: scrollerDidScroll

2011-09-07 Thread Mark Schonewille
Thank you, Bernd. You saved me a lot of time and made me look at the docs and my code just one more time :-) It works now. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK

LiveCode.tv Event #37

2011-09-08 Thread Mark Schonewille
st, on the LiveCode forum and at http://livecode.tv where you can (soon) find a copy of this text. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Send me a friend

Re: How does compiling work?

2011-09-08 Thread Mark Schonewille
Hi Julian, It would really help if you told us why you need to know. A LiveCode stack is packaged with the executable and is compiled, rather than interpreted, at runtime. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com

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

2011-09-08 Thread Mark Schonewille
Hi William, Give it a few days. The English.lproj folder is in your standalone, which makes all LiveCode apps English. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK

Re: How does compiling work?

2011-09-08 Thread Mark Schonewille
info". If you want answers, you'll have to ask specific questions, but keep your e-mails brief. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Send me a fr

Re: Question About PreOpenStack

2011-09-09 Thread Mark Schonewille
Hi Gregory, That's called the message hierarchy. This is discussed in the user manual. Messages go from front scripts to button/field to background, card, substack, mainstack, stack in use to back scripts. -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Shar

Re: Question About PreOpenStack

2011-09-11 Thread Mark Schonewille
Hi Gregory, Instead of putting an openStack handler in every substack, it is much easier to move the openStack in your main stack from stack level to card level. If the openStack handler is in a card script, it won't be triggered by opening a substack. -- Best regards, Mark Schone

Re: UTF-8

2011-09-11 Thread Mark Schonewille
16 to UTF8 uniDecode(myUTF16,"UTF8") To convert from plain text to UTF8 you can do this: uniDecode(uniEncode(myEnglish,"ANSI"),"UTF8") -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter

Re: List of handlers

2011-09-11 Thread Mark Schonewille
Geoff, Try this: put token 1 to -1 of the script of tID into tText put empty into tMenuText repeat for each line L in tText if word 1 of L is among the items of "on,function,getprop,setprop,command,private" then put L & cr after tMenuText end repeat -- Best regards, Ma

Re:

2011-09-13 Thread Mark Schonewille
I never received a message with that link...??? What's going on? -- Best regards, Mark Schonewille 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

Re: iOS Card Scrolling with Bounce

2011-09-13 Thread Mark Schonewille
gards, Mark Schonewille 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 13 sep 2011, at 22:37, Nonsanity

ANN: changes of the Economy-x-Talk website and a new external

2011-09-13 Thread Mark Schonewille
//qery.us/zs to create an account and download the external. I look forward to sharing more of my creations with you and thank you for your understanding. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: htt

Re: ANN: changes of the Economy-x-Talk website and a new external

2011-09-13 Thread Mark Schonewille
in a while. -- Best regards, Mark Schonewille 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 14 sep 2011, at 03:13,

Re: ANN: changes of the Economy-x-Talk website and a new external

2011-09-14 Thread Mark Schonewille
you really need to get this done to make one of your commercial projects succeed. -- Best regards, Mark Schonewille 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

Re: how to add a file type and creator code to a binary file under mac os x

2011-09-17 Thread Mark Schonewille
Matthias, set the filetype to "myAPMP4!" or whatever the code is supposed to be. The first 4 chars are the creator code, the second 4 are the file type. Any file created after this line will have this creator and type. Works on Mac only. -- Best regards, Mark Schonewille Econ

Re: ANN: changes of the Economy-x-Talk website and a new external

2011-09-17 Thread Mark Schonewille
m asking a contribution from every team member. If your customers have huge problems with this, you can always ask them to contact me. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkpr

Re: Moving an Icon between stacks

2011-09-19 Thread Mark Schonewille
Hi Paul, Press the Place Image button. You probably will want to change the image id afterwards. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get

Re: Fonts for the iOS apps

2011-09-20 Thread Mark Schonewille
hugely, because I can't find any prices on the website. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. Al

Re: OT Help re Mac SideBar

2011-09-22 Thread Mark Schonewille
Hi Joe, I could try to give you some ideas, but you have probably tried that already. So, what have you tried so far, that we shouldn't bother you with anymore? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Tw

Re: OS X Finder Search Question

2011-09-25 Thread Mark Schonewille
Hi Pete, One reason could be that system files have been excluded from indexing in the Spotlight preferences. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See

Re: Critical Printing Problem Help

2011-09-27 Thread Mark Schonewille
screenGamma property in the dictionary for an explanation)? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our

Re: Reading PDF - a cry for help

2011-09-29 Thread Mark Schonewille
Graham, Your best bet: http://qery.us/136 -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our LiveCode

Re: Reading PDF documents

2011-09-30 Thread Mark Schonewille
earlier, ImagaMagick is the perfect solution for this problem. I wonder why everybody ignored that post of mine. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553

Re: Reading PDF documents

2011-09-30 Thread Mark Schonewille
I understand, Stephen. You fear great powers :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our LiveCode

Re: Reading PDF documents

2011-09-30 Thread Mark Schonewille
Hi Peter, Do you actually realise that there was a time when shell was all we had? It is in no way different from the DOS or Unix command prompt from so long ago. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter

ANN: iOS controls for LiveCode

2011-10-01 Thread Mark Schonewille
://qery.us/13b If you haven't donated yet, you can make your contribution here http://qery.us/13d and see the complete list of available downloads here http://qery.us/zr -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Tw

Re: Reading PDF documents

2011-10-01 Thread Mark Schonewille
I've never understood schools that would install my software but not QuicktTime. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a sma

Re: Reading PDF documents

2011-10-01 Thread Mark Schonewille
Hi Graham, Try downloading a binary instead of compiling it yourself. Schools should not behave like they're the European Central Bank but should just install the software teachers and pupils need. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Hom

Re: Reading PDF documents

2011-10-02 Thread Mark Schonewille
l have to study more and make some compromises, e.g. make GhostScript a requirement for his software. Anyway, since you know everything much better, I propose you help Graham to solve this problem. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: h

Re: Reading PDF documents

2011-10-02 Thread Mark Schonewille
Thanks for your understanding, Chipp. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our LiveCode downloads

Re: When does recursion limit bite you?

2011-10-04 Thread Mark Schonewille
Hi Malte, Whenever this happens to me, it is because of a bug in the IDE. Are you doing something with an object that has sent the mouseMove handler? Maybe you should lock messages before doing so. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage

Re: revCopyFile progress window not showing in front

2011-10-05 Thread Mark Schonewille
cp or mv command in the shell and use a gif image of a circular progress indicator. Although I don't like circular progress indicators, this solution works very nicely. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy

Re: revCopyFile progress window not showing in front

2011-10-05 Thread Mark Schonewille
Hi Stephen, The docs are wrong. RevCopyFile uses AppleScript, not the shell, on Mac OS X. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with

Re: revCopyFile progress window not showing in front

2011-10-05 Thread Mark Schonewille
Yup. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our LiveCode downloads are listed at http://qery.us/zr

Re: Jobs Passed Away

2011-10-05 Thread Mark Schonewille
Thank you Steve. ___ 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: How to boost LC sales

2011-10-07 Thread Mark Schonewille
Hi Craig, Sure, this is very, very easy. Manufacturers are always willing to include your trial software with a new PC, be it in a box or on the pre-installed hard disk... ... if you pay enough! -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage

Re: Windows Standalone Will Not Save Data to File

2011-10-07 Thread Mark Schonewille
Hi Gregory, ("file://" & it) should be ("file:" & it) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a

Re: UIWebView control flash

2011-10-07 Thread Mark Schonewille
n the middle and show the browser object on top of it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our Liv

Re: iOS and Mac mini and App Store

2011-10-08 Thread Mark Schonewille
o run a simple beta app on his bosses iPad next Wed. Won't happen. There's too much to figure out and set up. > > Thanks for helping me outline the process. Welome :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-

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

2011-10-09 Thread Mark Schonewille
Hi William, Sometimes it might be necessary to make a new distrbution file, e.g. if you created a new certificate, but you need to continue to use the same app ID. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter

Re: is runrev.com down?

2011-10-09 Thread Mark Schonewille
It seems to be back on-line. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our LiveCode downloads are

Re: So RunRev wants more of my money- what has been fixed?

2011-10-12 Thread Mark Schonewille
Hi, You're not obliged to buy the subscription. You can just buy those components that are important to you, when you need them. Download a trial copy, test it, and don't buy an upgrade if you don't like it. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Softw

Licenses

2011-10-13 Thread Mark Schonewille
, but not to open-source. Any suggestions, pretty please? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 See what you get with only a small contribution. All our

Re: So RunRev wants more of my money- what has been fixed?

2011-10-13 Thread Mark Schonewille
I'm sooo tempted to list all Dutch cheeses! -- Kind regards, Mark Schonewille Economy-x-Talk Http://economy-x-talk.com Share the clipboard of your computer over a local network with Clipboard Link http://clipboardlink.economy-x-talk.com Op 13 okt. 2011 om 20:46 heeft René Micout

<    2   3   4   5   6   7   8   9   10   11   >