Re: savingStandalone Problem

2010-12-14 Thread Peter Haworth
Hi Jacquie, Sorry, I didn't update the code snippet. I put the dialogdata into a local variable right after coming back from the modal prompt. I want this process to be automated so that's why I don;t use the message box - I'd forget to do it! I could use an "ask" dialog, it's just that m

Re:FTP

2010-12-14 Thread Joseba Aguayo
Hello: That Server is not mine. Is the FTP Server of the "Agencia Estatal de Meteorología de España". Then, the access problems is a bug in the Internet library The access run OK with all browsers and FTP clients that I have tried. But NO with Revolution. Un saludo. Joseba Aguayo Fernández

Re: Drag and Drop between Data Grids

2010-12-14 Thread zryip theSlug
On Tue, Dec 14, 2010 at 2:10 AM, Bob Sneidar wrote: > Whoops! Looks like you use some kind of anonymous proxy. A lot of content > filtering software blocks access to these because they are also used by some > to bypass content filtering! DOH! > > I can get past it okay, but I thought you should

Set Angle Bug?

2010-12-14 Thread Walt Brown
Hi! I created an image and used the Object Inspector to set it's graphic file, a PNG. I cloned and resized the image programmatically. Then when I went to spin the cloned image using "set the angle of" it reverted to its original size. Is there a way around that? I vaguely remember this issue but c

Re: Set Angle Bug?

2010-12-14 Thread Harald Müller
Hi Walt, haven't found anything to keep the size of the image untouched. So I save its dimensions before rotating and restore them afterwards. Harald. Am 14.12.2010 um 10:43 schrieb Walt Brown: > Hi! > I created an image and used the Object Inspector to set it's graphic file, a > PNG. I clon

RE: Set Angle Bug?

2010-12-14 Thread Walt Brown
Thanks. That's what I ended up doing. I was hoping to avoid adding all that code, since I have a lot of cloned objects. I ended up putting a resize function in each one with lock and unlock screen calls, and calling it whenever needed. Walt -Original Message- From: use-livecode-boun...@lis

Re: iOS apps not getting past review due to crashing

2010-12-14 Thread Kevin Miller
On 13/12/2010 23:05, "Brian Meriaho" wrote: > Has anyone else had a problem getting past the review step with iTunes > Connect when submitting an app for Apple's App Store? I've built an > app that runs on several iPhones, checked the certificates, checked > the launch times, but still get reject

Re: Set Angle Bug?

2010-12-14 Thread Thierry
Le 14 déc. 2010 à 10:43, Walt Brown a écrit : > Hi! > I created an image and used the Object Inspector to set it's graphic file, a > PNG. I cloned and resized the image programmatically. Then when I went to > spin the cloned image using "set the angle of" it reverted to its original > size. Is th

Re: Set Angle Bug?

2010-12-14 Thread Richmond
On 12/14/2010 12:05 PM, Walt Brown wrote: Thanks. That's what I ended up doing. I was hoping to avoid adding all that code, since I have a lot of cloned objects. I ended up putting a resize function in each one with lock and unlock screen calls, and calling it whenever needed. Walt - How about

RE: Set Angle Bug?

2010-12-14 Thread Walt Brown
Thanks. What I was doing was using the angle function to make an image visibly spin. I have to lock screen, change angle, resize, and unlock for each step, which is not really workable for a large number of small spinning objects. I have some more experiments to do, maybe a GIF solution... -O

Re: iOS apps not getting past review due to crashing

2010-12-14 Thread Randy Hengst
Kevin, As I shared in my response to Brian, I also had an app rejected by Apple. I built my rejected app with the the plugin version... that, as I recall, was before 4.5.2 with the integrated iOS. I can't yet send in another try using 4.5.2 since sound and orientation are not working properly.

Re: OT: Problems with Inserting Odd Characters into PostGreSQL

2010-12-14 Thread Trevor DeVore
On Mon, Dec 13, 2010 at 4:10 PM, Bob Sneidar wrote: > BTW, Trevor, does sqlYoga resolve this issue internally? If so it would > make a really great selling point for sqlYoga! No. I considered allowing one to set the encoding the database should use along with the encoding the strings would be p

drag and drop to desktop: destination unknown

2010-12-14 Thread Richard Gaskin
When dragging an object from a LiveCode window to a folder in the desktop environment I've been unable to find a way to know the path to the destination. I submitted a request for this here: But it seems such a common need that I can't

Re: Getting a public IP address when connected to a router

2010-12-14 Thread Mike Bonner
On a mac you can do this.. get shell("ping -Rc 1 google.com| grep RR:") The line of the output starting RR: contains the external IP so it's grepped for. Easier to just hit a website that returns the info as stated, but thought i'd throw this out there. Pretty sure the same can be done with Windo

Re: Set Angle Bug?

2010-12-14 Thread Mike Bonner
Silly question, but rather than clone the original, can you size it, snapshot it, and use that, or will there be too much lost quality? If it looks ok, seems like it would get around the issue since the image you'd be working with would then be the native size you wanted. On Tue, Dec 14, 2010 at 4

Re: drag and drop to desktop: destination unknown

2010-12-14 Thread Klaus on-rev
Hi Richard, > When dragging an object from a LiveCode window to a folder in the desktop > environment I've been unable to find a way to know the path to the > destination. > I submitted a request for this here: > > But it seems such a com

Re: iOS apps not getting past review due to crashing

2010-12-14 Thread Kevin Miller
On 14/12/2010 12:30, "Randy Hengst" wrote: > As I shared in my response to Brian, I also had an app rejected by Apple. I > built my rejected app with the the plugin version... that, as I recall, was > before 4.5.2 with the integrated iOS. > > I can't yet send in another try using 4.5.2 since sou

iOS and: wait until the sound is "done"

2010-12-14 Thread Klaus on-rev
Hi all, does someone know if ... wait until the sound is "done" ... is working on iOS after a "play "soundfile"? Or if there is another possibility to handle this situation? Did not find a hint in the Release notes. Thanks in advance! Best Klaus -- Klaus Major http://www.major-k.de kl...@ma

Re: Drag and Drop between Data Grids

2010-12-14 Thread Bob Sneidar
Well, I copied and pasted your scripts from your datagrids to mine. While I can drag, I do not seem to be able to drop. Yours work, mine do not. I got really flustered at that so I gave up for the night. I am going to have a fresh go at it today sometime. Permit me a bit of a rant: While Data

Re: use-livecode Digest, Vol 87, Issue 36

2010-12-14 Thread Brian Meriaho
I used the plug-in (4.5.1) to the build in question. I am currently doing a build with 4.5.2 and the integrated standalone panel. I'll report back once Apple reviews the binary. Thanks, -Brian > On Dec 14, 2010, at 4:21 AM, Kevin Miller wrote: >> Are you building with 4.5.2 or later? We fixed an

LiveCode and facebook (preview)

2010-12-14 Thread Harald Müller
Hi all. Facebook for iPhone now works (for me) but is still dirty coded and not well documented. But if you want to take a first look and play around, feel free to download an early version via web: server: kunden.etcpp.de/runrev/ user: runrev password: havefun You will have to build an applicat

Re: LiveCode and facebook (preview)

2010-12-14 Thread Malte Brill
Harald: I really look forward to giving this a shot. I am currently traveling and will not be back before monday though. I really appreciate you look into communicating with facebook, as this is one of the things I will want to do with both desktop and iOs projects. Vielen vielen Dank! Viele

OAuth

2010-12-14 Thread Mark Schonewille
Hi, I put up the website at http://devwiki.runrev.info because several members on this mailing list expressed an interest in OAuth. Now that the website is on-line, nobody contributes. For this reason, I will take the website down before the end of the year, unless contributions are made. -- B

RE: Set Angle Bug?

2010-12-14 Thread Walt Brown
Thanks Mike, that's a thought. I may make a series of sized originals, like most icon libraries, then only allow a fixed set of sizes. -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Mike Bonner Sent: Tuesday, Decem

Re: OAuth

2010-12-14 Thread Richmond
On 12/14/2010 08:48 PM, Mark Schonewille wrote: Hi, I put up the website at http://devwiki.runrev.info because several members on this mailing list expressed an interest in OAuth. Now that the website is on-line, nobody contributes. For this reason, I will take the website down before the end

Re: Set Angle Bug?

2010-12-14 Thread Klaus on-rev
Hi Walt, > Thanks Mike, that's a thought. I may make a series of sized originals, like > most icon libraries, then only allow a fixed set of sizes. this looks like a real bug to me! The angled images should definitvely NOT be resized in my opinion! This looks just too funky :-D Did you already

4wLCListSearch.rev

2010-12-14 Thread Richmond
Being a shameless "dumpster diver" I have mucked around with the 4W_RevListSearch.rev stack. The mucked-about version is available at: http://andregarzia.on-rev.com/richmond/LClook.zip if anybody feels "funny" about that they should contact me (off-list) and I will remove it immediately. However

RE: OAuth

2010-12-14 Thread Walt Brown
I'm still trying to read all the OAuth stuff already available (among all my other time sinks), and didn't have anything to contribute yet. Walt -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Richmond Sent: Tuesda

Re: 4wLCListSearch.rev

2010-12-14 Thread Bob Sneidar
Is this a simple stack file or a plugin? Bob On Dec 14, 2010, at 11:26 AM, Richmond wrote: > Being a shameless "dumpster diver" I have mucked around with > the 4W_RevListSearch.rev stack. The mucked-about version is > available at: > > http://andregarzia.on-rev.com/richmond/LClook.zip > > if

Re: 4wLCListSearch.rev

2010-12-14 Thread Richmond
On 12/14/2010 09:31 PM, Bob Sneidar wrote: Is this a simple stack file or a plugin? It is a stack that loads as a palette; of course it would be perfectly possible to put it in your plug-ins folder. Personally, I have a Linux standalone on my Linux desktop and a Mac standalone on my Mac desk

Re: 4wLCListSearch.rev

2010-12-14 Thread Bob Sneidar
Well this is going to be tremendously useful to me as I don't have to look the noob every time I am stumped on something! Bob On Dec 14, 2010, at 11:40 AM, Richmond wrote: > On 12/14/2010 09:31 PM, Bob Sneidar wrote: >> Is this a simple stack file or a plugin? >> > It is a stack that loads as

RE: Set Angle Bug?

2010-12-14 Thread Walt Brown
I thought I didn't have access to bug reporting, as I didn't sign up for the new developer support package. What's the link? Thanks, Walt -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Klaus on-rev Sent: Tuesday, D

Re: Set Angle Bug?

2010-12-14 Thread Richmond
This one is a real truckload of old "Sh"; Imported an image that was 111 * 86 pixels; blew it up to 165 * 126 (i.e. about 1 and a half times the original size); locked it . . . set the angle of img "MG" to 30 the image is rotated by 30 degrees, but the 'frame' of 165 * 126 pixels is not; the

RE: OAuth

2010-12-14 Thread Walt Brown
Mark, I tried, but when I clicked "Click here to edit this menu" it sent me back to the How It Works page. I didn't see how to either create a new page or edit existing ones. Thanks, Walt -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runr

Re: Set Angle Bug?

2010-12-14 Thread Klaus on-rev
Hi Walt, > I thought I didn't have access to bug reporting, as I didn't sign up for the > new developer support package. Ah, I see, well then I will bug report this, if you don't mind :-) > What's the link? It is: but will be of use for you. > Thanks, > Wa

DataGrid drag and drop resolved

2010-12-14 Thread Bob Sneidar
Hi all, especially zryip. Indeed after taking a fresh look at the data grid example, I see that zryip stuffs a variable with column names, and so simply copy/pasting his code would never actually do anything in the target data grid because my column names are different. Bob __

RE: Set Angle Bug?

2010-12-14 Thread Walt Brown
Thanks. I vaguely remember having had access to this a while ago, but none of my "standard" usernames and passwords work on it, so I guess not. Walt -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Klaus on-rev Sent:

Re: Drag and Drop between Data Grids

2010-12-14 Thread zryip theSlug
On Tue, Dec 14, 2010 at 5:45 PM, Bob Sneidar wrote: > Well, I copied and pasted your scripts from your datagrids to mine. While I > can drag, I do not seem to be able to drop. Yours work, mine do not. I got > really flustered at that so I gave up for the night. I am going to have a > fresh go a

Re: Set Angle Bug?

2010-12-14 Thread Bob Sneidar
I wonder what would happen if you changed the frame dimensions to 33% more than the highest of the x,y coordinates before rotating the actual image, then setting the frame dimensions to fit after the fact? Bob On Dec 14, 2010, at 11:56 AM, Richmond wrote: > This one is a real truckload of old

Re: Set Angle Bug?

2010-12-14 Thread Klaus on-rev
Hi Walt, > Thanks. I vaguely remember having had access to this a while ago, but none > of my "standard" usernames and passwords work on it, so I guess not. OK, done, including an example stack! > Walt Best Klaus -- Klaus Major http:/

Re: Drag and Drop between Data Grids

2010-12-14 Thread Bob Sneidar
Hi Zryip! That is the best explanation of the subject I have ever heard. That makes total sense to me now. Thanks. Bob On Dec 14, 2010, at 12:09 PM, zryip theSlug wrote: > On Tue, Dec 14, 2010 at 5:45 PM, Bob Sneidar wrote: >> Well, I copied and pasted your scripts from your datagrids to min

Re: OAuth

2010-12-14 Thread Alejandro Tejada
Hi Richmond, My top item in wish list for this Development platform is a Librarian who could write code. Just one. "A librarian is an information professional trained in library and information science, which is the organization and management of information services or materials for those with

Re: Posting binary data -- followup

2010-12-14 Thread Devin Asay
Reporting back on this issue. > On 17 nov 2010, at 20:04, Devin Asay wrote: > >> Hi all, >> >> One of my students is doing a Rev project in which he needs to post binary >> data (a .mov file, in this case) to a web server. I've never done this, but >> I'm told that in a standard web form one s

Re: Set Angle Bug?

2010-12-14 Thread J. Landman Gay
On 12/14/10 12:54 PM, Walt Brown wrote: Thanks Mike, that's a thought. I may make a series of sized originals, like most icon libraries, then only allow a fixed set of sizes. I wasn't sure from reading the thread, but did you lock the image itself (set the lockloc to true, in the image's prope

Re: Set Angle Bug?

2010-12-14 Thread J. Landman Gay
On 12/14/10 1:56 PM, Richmond wrote: This one is a real truckload of old "Sh"; Imported an image that was 111 * 86 pixels; blew it up to 165 * 126 (i.e. about 1 and a half times the original size); locked it . . . set the angle of img "MG" to 30 the image is rotated by 30 degrees, but the 'fra

Re: OT: Problems with Inserting Odd Characters into PostGreSQL

2010-12-14 Thread Web Admin Himalayan Academy
On 12/14/10 2:30 AM, Trevor DeVore wrote: Personally I configure PostgreSQL to use UTF-8. I then encode any strings I insert and decode any strings I get out. I checked on our server and I have all the databases set for UTF-8... I'll try some tests... using uniEncode. I presume this needs to

Re: Posting binary data -- followup

2010-12-14 Thread Alejandro Tejada
Hi Devin, Just out of curiosity: What is the content of the variable "tForm"? Thanks in advance Al Devin Asay wrote: > > I followed the example at that URL and it worked like a charm. I used this > script, which also displays the multipart form data so you can see what's > going on behind th

Re: savingStandalone Problem

2010-12-14 Thread Peter Haworth
I'm still trying to figure this out. Here's the latest twist - the About dialog in the standalone, which uses the custom property, displays the correct version as entered in the prompt dialog during savingStandalone. But the custom property I see in the IDE doesn't get updated. I seem t

Re: Posting binary data -- followup

2010-12-14 Thread Devin Asay
It's got two things in it: line 1 contains the custom http headers needed to submit the post request, and lines 2 to the end contain the actual posted form data. The URL referred to by Dave Cragg in my previous email explains it in more detail. Devin On Dec 14, 2010, at 3:21 PM, Alejandro T

Re: Set Angle Bug?

2010-12-14 Thread BNig
Hi Jacque, if you want to see an exploding universe with image rotation have a look at a stack that is in this thread in the Forum: http://forums.runrev.com/phpBB2/viewtopic.php?f=8&t=5300&hilit=+rotate+image#p23943 ImageRotate.rev.zip Ok maybe it is not nice to put the rotate command on a sli

Re: Set Angle Bug?

2010-12-14 Thread Bob Sneidar
Honestly, I think the multi-rotate distortion is the result of the fact that LiveCode works on successive iterations of images to accomplish the next rotate. Instead, it should keep the original, and display a copy of the image as rotated. This has the added benefit of being able to revert to th

Re: Set Angle Bug?

2010-12-14 Thread J. Landman Gay
On 12/14/10 4:53 PM, Bob Sneidar wrote: Honestly, I think the multi-rotate distortion is the result of the fact that LiveCode works on successive iterations of images to accomplish the next rotate. Instead, it should keep the original, and display a copy of the image as rotated. This has the adde

Re: savingStandalone Problem

2010-12-14 Thread J. Landman Gay
On 12/14/10 4:22 PM, Peter Haworth wrote: I'm still trying to figure this out. Here's the latest twist - the About dialog in the standalone, which uses the custom property, displays the correct version as entered in the prompt dialog during savingStandalone. But the custom property I see in the I

Re: datagrid: sharing grid templates

2010-12-14 Thread JosepM
Hi Trevor, But if each datagrid reside in differents stacks? Opening one stack with a datagrid cause that open or load the other stack that have the datagrid templates? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/datagrid-sharing-grid-templates

Re: datagrid: sharing grid templates

2010-12-14 Thread slylabs13
Hi Josep. I don't think it works that way. If you copy/paste a data grid, I think the engine will also copy/paste the associated objects. Otherwise, copy/paste of datagrids could not work at all. For instance when you create a new data grid, the button with the behavior script also gets created

Re: OT: Problems with Inserting Odd Characters into PostGreSQL

2010-12-14 Thread Bob Sneidar
That whole affair at the Tower of Babel really threw a wrench into the works didn't it? We should all just go back to using the original language: English! HAH HAH! Bob On Dec 14, 2010, at 1:40 PM, Web Admin Himalayan Academy wrote: > On 12/14/10 2:30 AM, Trevor DeVore wrote: >> Personally I

array types

2010-12-14 Thread JosepM
Hi, Is posible in LiveCode delimite the chars of a variable inside of one array to assign other variable that assign the values into the array to each element. Example, so my explanation is confused :) I know. I have a string with: 0Description nameT0010.000.00 and I need to asi

Re: Set Angle Bug?

2010-12-14 Thread Bob Sneidar
Right you are. I was commenting on how I *think* it *should* work, as in Bob's Own Little World. Bob On Dec 14, 2010, at 3:11 PM, J. Landman Gay wrote: > On 12/14/10 4:53 PM, Bob Sneidar wrote: >> Honestly, I think the multi-rotate distortion is the result of the >> fact that LiveCode works o

Re: datagrid: sharing grid templates

2010-12-14 Thread Bob Sneidar
HAH! I just figured out why some people seem to be replying to the old list! It's because the nabble site is still posting to the old list!! Bob On Dec 14, 2010, at 3:34 PM, slylabs13 wrote: > > Hi Josep. > > I don't think it works that way. If you copy/paste a data grid, I think the > engi

Re: array types

2010-12-14 Thread Bob Sneidar
Looks like you have to roll your own. Bob On Dec 14, 2010, at 3:37 PM, JosepM wrote: > > Hi, > > Is posible in LiveCode delimite the chars of a variable inside of one array > to assign other variable that assign the values into the array to each > element. > > Example, so my explanation is

iSO: backgroundPattern and textStyle

2010-12-14 Thread Dan Friedman
Greetings, I am having a couple of problems with stacks in iOS. First, I can't seem to get the backgroundPattern of a stack or card to appear in the simulator (or the app on my iPhone). Also, the textStyle of a field doesn't seem to be working either. If I set the textStyle of a field to bol

Re: datagrid: sharing grid templates

2010-12-14 Thread slylabs13
Hi Josep. Upon further investigation it appears that the behavior script for data grids is in a datagridlibrary stack. So I was wrong about the button being put in the working stack itself. The principle holds however, that the button is not in the stack you copied from and therefore it's not goi

[ANN] Data Grid Helper 1.1.6 - Pasting controls in your TMPL area

2010-12-14 Thread zryip theSlug
Dear LiveCode and DGH users, We are pleased to announce the availability of a new version of the Data Grid Helper plugin, our intuitive interface for building DataGrids, What we have for you in this new version: Change: - Copy / paste controls or images with COMMAND (Mac) or CONTROL (Windows &

Re: datagrid: sharing grid templates

2010-12-14 Thread Mark Wieder
Bob- Tuesday, December 14, 2010, 3:41:02 PM, you wrote: > HAH! I just figured out why some people seem to be replying to > the old list! It's because the nabble site is still posting to the > old list!! gmane's up to date, though... -- -Mark Wieder mwie...@ahsoftware.net ___

Re: array types

2010-12-14 Thread Phil Davis
Bob is right - LiveCode does not natively know how to handle lines of data as a set of fixed-length fields, so you have to roll your own field defs and apply them to each line. Here is one way: local sFieldLengths = "5,16,1,3,8,8" on mouseUp answer file "Select a text file with fixed-lengt

RE: Set Angle Bug?

2010-12-14 Thread Walt Brown
Thanks Klaus, I got back in to the QC center, I finally remembered what username I was there :-) -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Klaus on-rev Sent: Tuesday, December 14, 2010 3:12 PM To: How to use L