Re: Detecting Different Versions of Livecode

2011-07-21 Thread Mark Wieder
Pete- Thursday, July 21, 2011, 11:11:30 PM, you wrote: > I guess your name is in uppercase to differentiate you from the other Mark > "lowercase" Wieder (set the casesensitive to true). Doh! Of course! That guy's always making problems for me. -- -Mark Wieder mwie...@ahsoftware.net

Re: Detecting Different Versions of Livecode

2011-07-21 Thread Pete Haworth
Hi Mark, It's the same spacing - name on line 1 then a blank line then Personal on line 3. I guess your name is in uppercase to differentiate you from the other Mark "lowercase" Wieder (set the casesensitive to true). Pete On Thu, Jul 21, 2011 at 10:26 PM, Mark Wieder wrote: > Pete- > > Thurs

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread Bernard Devlin
Thanks Roger, that sounds like the first hurdle will be overcome. As a machine that I might carry with me to run admin/monitoring apps written in Livecode, the Transformer is looking better. I've never tried to see how much could be done within the scriptLimits but provided I don't look on it as

Re: Lion problem report and fix

2011-07-21 Thread J. Landman Gay
On 7/21/11 11:07 PM, Ken Ray wrote: Personally I think we may be jumping the gun on assuming Apple's intentions based on enhanced security on the /Library/Application Support folder. I've been working my way through the Ars Technica article that was linked here. The Sandboxing section describe

Re: Lion problem report and fix

2011-07-21 Thread Mark Wieder
Sean- Thursday, July 21, 2011, 10:22:30 PM, you wrote: > where is your application's bundle identifier, its > name, or your company’s name. This must exactly match what is in > iTunes Connect for the application. Since when did iTunes get to be the arbiter of all things OSX? I feel like I've

Carbon framework on Lion

2011-07-21 Thread Shao Sean
More info from Apple about the changes to Carbon in Lion (Rev is still a Carbon based application) Carbon Framework Release Notes This document describes new features and issues with the Carbon framework in Mac OS X v10.7. Transparent Application Lifecycle Persistent State All Carbon a

Re: Detecting Different Versions of Livecode

2011-07-21 Thread Mark Wieder
Pete- Thursday, July 21, 2011, 6:03:16 PM, you wrote: > Maybe you could tell me what you get for whatever license you have? Mark WIEDER Commercial 1 Windows,Mac OS X,Linux,Web,iOS,Android,Windows Mobile,Linux Mobile Local Mind you, I have no idea what Linux Mobile is, but it sounds good to me

Re: Lion problem report and fix

2011-07-21 Thread Shao Sean
For those that are submitting Rev apps to the Mac App store, this might be useful to you (and could also be good idea to follow for non- Mac App store downloads as well).. File-System Usage Requirements for the Mac App Store To promote a more consistent user experience, applications submitt

Re: Lion problem report and fix

2011-07-21 Thread Shao Sean
Here is the info from Apple in regards to the changes talked about in this thread.. Folder Permissions and Ownership A number of folders in the System and Local file system domains now have different ownership and permissions. Specifically: • Many folders in the System domain that were prev

Re: Lion problem report and fix

2011-07-21 Thread Ken Ray
Personally I think we may be jumping the gun on assuming Apple's intentions based on enhanced security on the /Library/Application Support folder. Yes, I got burned as well, but I *still* plan on writing "all users" support files in the /Library/Application Support folder, even if I have to go t

Re: Lion problem report and fix

2011-07-21 Thread Scott Morrow
To provide writable "application" files, one method I have used is to copy these writable files (from the executable) into the user's ~/Library/Application Support/ folder and then makes a note of this in the /Users/Shared folder so that an admin account doing an uninstall can look one place to

Re: Setting a dirty flag for a file

2011-07-21 Thread Bill Vlahos
I use it in InfoWallet and It is terrific but it isn't available any longer. Bill Vlahos Sent from my iPhone On Jul 21, 2011, at 5:00 PM, Ken Ray wrote: >> But don't forget that the modifiedMark property only showed up in LC 4.6, >> and Charles said he's using v. 4.0. > > True, but FYI Sean

Lion and Livecode

2011-07-21 Thread TERRY HASS
I upgraded to Lion yesterday. Now LiveCode is having problems. I can no longer use the iPhone simulator. Lion will not allow LiveCode to "select" the Developer directory. Any suggestions from the experts? Thanks for your help... Terry ___ use-liveco

Re: Moving a folder

2011-07-21 Thread Roger Eller
On Thu, Jul 21, 2011 at 10:08 PM, Bob Sneidar wrote: > Never done it, but I imagine you could shell out to check the permissions > of where you are moving to. I don't know if there is a shell command to > check effective permissions of the current user. If there are, do that. > Barring that, a saf

Re: Moving a folder

2011-07-21 Thread Bob Sneidar
Never done it, but I imagine you could shell out to check the permissions of where you are moving to. I don't know if there is a shell command to check effective permissions of the current user. If there are, do that. Barring that, a safer way would be to copy the files, check to make sure there

Moving a folder

2011-07-21 Thread Chip Thomas
What's the best way to move a folder (with all contents) on a user's system? rename folder tOldFolder to tNewFolder revMoveFolder tOldFolder, tNewFolder or using a shell command Concerned about potential permissions issue that would prevent a proper move. What's the best way around that?

Re: Lion problem report and fix

2011-07-21 Thread Bob Sneidar
With respect to all posters, this is silly. If the answer to "How do we make applications available to all users" is, "You can't do that!", then something is broke and it needs fixing. Nothing says "cheesy app from inexperienced programmers made with sub-par development tools" like apps that hav

Re: Lion problem report and fix

2011-07-21 Thread Josh Mellicker
On Jul 21, 2011, at 5:50 PM, Shao Sean wrote: >> On the topic of "where do we put stuff (needed support files) in OS X", I >> remember Ken Ray had a great article on this… we decided on >> /Library/Application Support/, it has been working great until yesterday :-) > > Best to just use the use

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread Roger Eller
On Thu, Jul 21, 2011 at 8:46 PM, J. Landman Gay wrote: > On 7/21/11 6:02 PM, Bernard Devlin wrote: > > If someone provides me with an identifiable free app from the Android >> Marketplace which was coded in Livecode, then I can go back to the >> store and see if I can find, install and run it. >>

Re: on-Rev client software

2011-07-21 Thread J. Landman Gay
On 7/21/11 7:52 PM, Mark Wieder wrote: Jacque- Thursday, July 21, 2011, 8:48:17 AM, you wrote: I'd love to see cave paintings. :) Yesterday RR released a dozen or so lessons on the new server product. If you go to the Lessons area of the web site and do a search for "server" you'll probably tu

Re: Lion problem report and fix

2011-07-21 Thread Pete Haworth
I guess the question here is where on earth are you supposed to put an application's files if you want them to be available to all users? It seems like /Library/Application Support makes sense but apparently Apple have decided otherwise. I hope they have published a guideline somewhere that expla

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Mark Wieder
Pete- Thursday, July 21, 2011, 11:48:27 AM, you wrote: > Just downloaded GLX2 from bitbucket and I don't see a split screen > capability, at least no obvious way of doing it. Used to be in there. Lemme poke around a bit and see if it's still in the code. I can't remember how to invoke it either.

Re: Detecting Different Versions of Livecode

2011-07-21 Thread Pete Haworth
Yep, saw in the dictionary it would be deprecated. Here's the output from revLicenseInfo on my computer - I have a personal desktop license with Android added in: Peter Haworth Personal 1 Android Local Maybe you could tell me what you get for whatever license you have? Pete On Thu,

Re: Detecting Different Versions of Livecode

2011-07-21 Thread Mark Wieder
Pete- Thursday, July 21, 2011, 4:27:34 PM, you wrote: > Thanks - revLicenseInfo is what I was looking for (not documented in the > dictionary) revLicenseType() changed with rev 4.5, so don't rely on that one. But can anyone tell me what revLicenseInfo returns for a Personal license? Not having

Re: Lion problem report and fix

2011-07-21 Thread Bob Sneidar
Just to weigh in here, anytime an application is installed, the OS asks for credentials. I assume this runs the installer with those admin credentials? If that is the case, then I think that anytime you want to put something in a System folder like Library and such, it would be a good idea to sh

Re: Lion problem report and fix

2011-07-21 Thread Bob Sneidar
OH! This is if you are running Lion. Not Snow Leopard. Bob On Jul 21, 2011, at 5:28 PM, J. Landman Gay wrote: > On 7/21/11 6:44 PM, Bob Sneidar wrote: >> Hmmm... doesn't work like that for me. It still remembers the last >> thing I had entered. Are you talking about Got to folder? > > The Go

Re: on-Rev client software

2011-07-21 Thread Mark Wieder
Jacque- Thursday, July 21, 2011, 8:48:17 AM, you wrote: > I'd love to see cave paintings. :) Yesterday RR released a dozen or so > lessons on the new server product. If you go to the Lessons area of the > web site and do a search for "server" you'll probably turn up most of them. Right, but this

Re: Lion problem report and fix

2011-07-21 Thread Shao Sean
On the topic of "where do we put stuff (needed support files) in OS X", I remember Ken Ray had a great article on this… we decided on / Library/Application Support/, it has been working great until yesterday :-) Best to just use the user's application support folder.. If I remember correct

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread J. Landman Gay
On 7/21/11 6:02 PM, Bernard Devlin wrote: If someone provides me with an identifiable free app from the Android Marketplace which was coded in Livecode, then I can go back to the store and see if I can find, install and run it. I'm not sure there are any yet. Someone asked on the forums and la

Your

2011-07-21 Thread Charles Szasz
Sean, Ken Ray indicated that you have an external for Rev 4.0. Do you have a web site where I can download your MacWindows external? Charles Szasz csz...@mac.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Lion problem report and fix

2011-07-21 Thread Josh Mellicker
On Jul 21, 2011, at 4:08 PM, Richard Gaskin wrote: > Josh Mellicker wrote: > >> On Jul 21, 2011, at 3:14 PM, Mark Schonewille wrote: >> >>> Hi Josh, >>> >>> That's seems normal, since /Library isn't a user folder. Are you sure this >>> is Lion-specific? >> >> Yes, at least with all the copie

Re: Lion problem report and fix

2011-07-21 Thread J. Landman Gay
On 7/21/11 6:44 PM, Bob Sneidar wrote: Hmmm... doesn't work like that for me. It still remembers the last thing I had entered. Are you talking about Got to folder? The Go menu in the Finder: -- Jacqueline Landman Gay |

Re: Lion problem report and fix

2011-07-21 Thread Josh Mellicker
On Jul 21, 2011, at 4:31 PM, J. Landman Gay wrote: > On 7/21/11 5:17 PM, Marty Knapp wrote: >> Interestingly, the user's Library folder, and thus the Application >> Support folder is invisible on my Lion install. I can write to it OK, >> though (only tested as admin). > > I was just reading abou

Re: Lion problem report and fix

2011-07-21 Thread Ken Ray
On Jul 21, 2011, at 5:05 PM, Richard Gaskin wrote: > Josh Mellicker wrote: > >> Just wanted to let everyone know, Lion permissions default to not allowing >> Livecode to create folders in "/Library/Application Support/" with the >> "create folder" command. > > I believe that's true with earli

Re: The Multitude of LC web dev tools

2011-07-21 Thread Richard Gaskin
Pete Haworth wrote: So, let's say I have an application in mind that a user will access from his/her favorite web browser either on a desktop or perhaps an Android device. On the server, I need to format pages of html to send to the user. and access data in an SQL database. Some of the pages

Re: Lion 'Gotcha' #1: Creating a Support Folder

2011-07-21 Thread Ken Ray
On Jul 21, 2011, at 6:52 PM, Ken Ray wrote: > put (specialFolderPath("asup") & "/Test") into tSupportFolder > create folder tSupportFolder Whoops! Just read Josh Mellicker's report on this... ignore this post! Ken Ray Sons of Thunder Software, Inc. Email: k...@sonsothunder.com Web Site: http:

Re: Setting a dirty flag for a file

2011-07-21 Thread Ken Ray
> But don't forget that the modifiedMark property only showed up in LC 4.6, and > Charles said he's using v. 4.0. True, but FYI Sean Shao has an external that works with 4.0 that does the same thing. I've been using it in Stykz for quite a while. You can contact her if you need it... Ken Ray S

Re: The Multitude of LC web dev tools

2011-07-21 Thread Björnke von Gierke
> On-Rev - a paid web hosting service from Revolution. For any web > applications or just those developed with LC and if the latter, with what > tools? Any website supports php, perl, cgi and all that other stuff. ANd of course on-rev also has revServer built in. > revServer - a way to develop

Lion 'Gotcha' #1: Creating a Support Folder

2011-07-21 Thread Ken Ray
put (specialFolderPath("asup") & "/Test") into tSupportFolder create folder tSupportFolder This works under Snow Leopard if you are a logged-in admin user without error, and it assigns the currently logged-in user as the owner of the folder. In Lion, you get a "can't create that directory" erro

The Multitude of LC web dev tools

2011-07-21 Thread Pete Haworth
So far, I've kept myself strictly to desktop apps but wanting to start working on web stuff now (and Android but that's a different email). I see many terms mentioned on this list about LC web tools and I'm not 100% sure as to exactly what they all do so I'm hoping I can get some guidance. Here's

LiveCode.tv event #32 wrap up

2011-07-21 Thread Björnke von Gierke
We had a jolly good time First I showed off some of the Runrev.com/store marketplace 3rd party add ons to rev (and I even sticked mostly to the poll). As usual it was a disjointed random mess, and technical difficulties (read: disconnects) abound: http://www.ustream.tv/recorded/16037131 http://w

Re: Lion problem report and fix

2011-07-21 Thread Bob Sneidar
Hmmm... doesn't work like that for me. It still remembers the last thing I had entered. Are you talking about Got to folder? Bob On Jul 21, 2011, at 4:31 PM, J. Landman Gay wrote: > On 7/21/11 5:17 PM, Marty Knapp wrote: >> Interestingly, the user's Library folder, and thus the Application >>

Re: How is it?

2011-07-21 Thread Bob Sneidar
Hi Richard. It's in the IDE. I am running an alt debugger and an alt script editor whose names shall remain unspoken, so it's not clear what is causing the problem. But if someone else was seeing it, and I could determine off list if they were also using the same script editor and debugger, then

Re: Lion problem report and fix

2011-07-21 Thread J. Landman Gay
On 7/21/11 5:17 PM, Marty Knapp wrote: Interestingly, the user's Library folder, and thus the Application Support folder is invisible on my Lion install. I can write to it OK, though (only tested as admin). I was just reading about this. Apparently you can hold down the Option key while choosi

Re: Detecting Different Versions of Livecode

2011-07-21 Thread Pete Haworth
Thanks - revLicenseInfo is what I was looking for (not documented in the dictionary) Pete On Thu, Jul 21, 2011 at 3:50 PM, Thunder wrote: > Try this : > > revLicenseType() > > and > > revLicenseInfo > > -- > View this message in context: > http://runtime-revolution.278305.n4.nabble.com/Detect

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread J. Landman Gay
On 7/21/11 4:52 PM, Andre Garzia wrote: Applications that target the dalvik virtual machine will run accross different CPUs but as I understand Android has some NDK thing like a Native CPU Specific Development Kit where you can compile C/C++ code such as the LiveCode engine and call it from a da

Re: Lion problem report and fix

2011-07-21 Thread Richard Gaskin
Josh Mellicker wrote: On Jul 21, 2011, at 3:14 PM, Mark Schonewille wrote: Hi Josh, That's seems normal, since /Library isn't a user folder. Are you sure this is Lion-specific? Yes, at least with all the copies of Lion we've encountered so far. Is it any different in Snow Leopard? -- R

Re: Lion problem report and fix

2011-07-21 Thread Josh Mellicker
On Jul 21, 2011, at 3:14 PM, Mark Schonewille wrote: > Hi Josh, > > That's seems normal, since /Library isn't a user folder. Are you sure this is > Lion-specific? Yes, at least with all the copies of Lion we've encountered so far. On Jul 21, 2011, at 3:14 PM, Mark Schonewille wrote: > Hav

Re: How is it?

2011-07-21 Thread Richard Gaskin
Bob Sneidar wrote: > How is it that I can have the selection tool selected, and clicking > on an object sends a mouseUp to it and executes the script? Is anyone > else seeing wierdness like this in 4.6.3? Is this in the IDE or in a standalone only? If in the IDE, does it only happen when "Suspe

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread Bernard Devlin
Since the Tegra has an ARM processor on the system chip, then it would seem to fundamentally be an ARM processor. It is a rather amazing ecosystem where linux/google/ARM/nvidia/asus combine to produce something like that, which was probably never envisaged by any of them 10 years ago. It does run

Re: Detecting Different Versions of Livecode

2011-07-21 Thread Thunder
Try this : revLicenseType() and revLicenseInfo -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Detecting-Different-Versions-of-Livecode-tp3684990p3685390.html Sent from the Revolution - User mailing list archive at Nabble.com. __

How is it?

2011-07-21 Thread Bob Sneidar
How is it that I can have the selection tool selected, and clicking on an object sends a mouseUp to it and executes the script? Is anyone else seeing wierdness like this in 4.6.3? Other things are going awry as well similar to this. I'm getting scared. Bob __

Re: Lion problem report and fix

2011-07-21 Thread Mark Schonewille
Hi, By default, the ~/Library folder is hidden in Lion. This is a big problem to many of the readers of this site, as many hints involve this folder (especially any involving hidden preferences). You can easily un-hide this folder for easy access. Simply run the following command in Terminal

Re: Lion problem report and fix

2011-07-21 Thread Richard Gaskin
Marty Knapp wrote: Interestingly, the user's Library folder, and thus the Application Support folder is invisible on my Lion install. I can write to it OK, though (only tested as admin). This sort of thing was touched in in the WWDC keynote. In short, Steve believes file systems are confusing

Re: Lion problem report and fix

2011-07-21 Thread Richard Gaskin
Pete Haworth wrote: Thanks for that knowledge Richard, very useful. One thing I noticed on my Mac (OS X 10.6.8) is that all the folders inside the Application Support folder are named simply with the application name not with bundle identifier, so in the example quoted, they are in the MyApp fo

Re: Lion problem report and fix

2011-07-21 Thread Marty Knapp
Interestingly, the user's Library folder, and thus the Application Support folder is invisible on my Lion install. I can write to it OK, though (only tested as admin). Marty Knapp Josh Mellicker wrote: Just wanted to let everyone know, Lion permissions default to not allowing Livecode to cre

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread Bob Sneidar
Aslong as this is OT and we are on the subject of Android, has anyone else noticed that Android Wifi Tethering simply hoses Airport Wireless? Sure seems to around here. Bob On Jul 21, 2011, at 2:13 PM, Bernard Devlin wrote: > Hi folks, > > This is a question for those of you who have sallie

Re: Lion problem report and fix

2011-07-21 Thread Pete Haworth
Thanks for that knowledge Richard, very useful. One thing I noticed on my Mac (OS X 10.6.8) is that all the folders inside the Application Support folder are named simply with the application name not with bundle identifier, so in the example quoted, they are in the MyApp folder, not the com.examp

Re: Lion problem report and fix

2011-07-21 Thread Mark Schonewille
Hi Josh, That's seems normal, since /Library isn't a user folder. Are you sure this is Lion-specific? Have you tried ~/Library/Application Support? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.c

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread François Chaplais
Le 21 juil. 2011 à 23:52, Andre Garzia a écrit : > On Thu, Jul 21, 2011 at 6:36 PM, J. Landman Gay > wrote: > >> On 7/21/11 4:13 PM, Bernard Devlin wrote: >> >>> Hi folks, >>> >>> This is a question for those of you who have sallied forth into the >>> world of Android development (or, who hav

Re: Lion problem report and fix

2011-07-21 Thread Richard Gaskin
Josh Mellicker wrote: Just wanted to let everyone know, Lion permissions default to not allowing Livecode to create folders in "/Library/Application Support/" with the "create folder" command. I believe that's true with earlier versions as well if the current user is not admin. Apple recom

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread Andre Garzia
On Thu, Jul 21, 2011 at 6:36 PM, J. Landman Gay wrote: > On 7/21/11 4:13 PM, Bernard Devlin wrote: > >> Hi folks, >> >> This is a question for those of you who have sallied forth into the >> world of Android development (or, who have at least considered it). >> >> When Livecode creates an app for

Lion problem report and fix

2011-07-21 Thread Josh Mellicker
Just wanted to let everyone know, Lion permissions default to not allowing Livecode to create folders in "/Library/Application Support/" with the "create folder" command. Here's how we got around it: First, this put "mkdir" && quote & "/Library/Application Support/theNewFolderWeNeed2create

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread J. Landman Gay
On 7/21/11 4:13 PM, Bernard Devlin wrote: Hi folks, This is a question for those of you who have sallied forth into the world of Android development (or, who have at least considered it). When Livecode creates an app for Android deployment, what CPU architecture does Livecode compile for? My r

Re: OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread Richard Gaskin
Bernard Devlin wrote: When Livecode creates an app for Android deployment, what CPU architecture does Livecode compile for? My reason for asking is that I like the look of the Asus Transformer. It is an Android tablet that docks into a keyboard. But the processor is the Tegra. I'm guessing th

Re: Setting a dirty flag for a file

2011-07-21 Thread Charles Szasz
Mark, Thanks very much! I work on this tonight. Sent from my iPad ___ 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/li

OT: It's Android Jim, but not as we know it (what CPUs does Livecode compile to?)

2011-07-21 Thread Bernard Devlin
Hi folks, This is a question for those of you who have sallied forth into the world of Android development (or, who have at least considered it). When Livecode creates an app for Android deployment, what CPU architecture does Livecode compile for? My reason for asking is that I like the look of

Re: Setting a dirty flag for a file

2011-07-21 Thread Peter Brigham MD
On Jul 21, 2011, at 4:02 PM, Mark Schonewille wrote: > Hi Charles, > > I read your e-mail again. I understand that you want to know whether one or > more fields have changed, not whether a file is open. > > Usually, I generate an md5Digest and save that: > > on closeField > makeDigest > end

Detecting Different Versions of Livecode

2011-07-21 Thread Pete Haworth
Is there a way to detect the license type of the installed version of LiveCode? For example, the Desktop Personal license, or the Commercial Desktop ISV? Pete ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe

Re: Setting a dirty flag for a file

2011-07-21 Thread Mark Schonewille
Hi Charles, I read your e-mail again. I understand that you want to know whether one or more fields have changed, not whether a file is open. Usually, I generate an md5Digest and save that: on closeField makeDigest end closeField on makeDigest put empty into myDigest repeat with x = 1 t

Re: Setting a dirty flag for a file

2011-07-21 Thread Charles Szasz
Devin and Mark, Thanks for your suggestions! I think this is one of those areas that should be covered by LiveCode in their Lessons. I would not be surprised that others had questions about how to do this task. Charles Szasz csz...@mac.com ___ us

Re: Setting a dirty flag for a file

2011-07-21 Thread Devin Asay
On Jul 21, 2011, at 1:20 PM, Richard Gaskin wrote: > Charles Szasz wrote: > >> I am using Rev. 4.0. How do you set a "dirty flag" for a data >> file that that has been saved but still open in your app stack? >> My app creates a data file that saves the contents of 16 fields. >> I have code to sh

Re: Setting a dirty flag for a file

2011-07-21 Thread Richard Gaskin
Charles Szasz wrote: > I am using Rev. 4.0. How do you set a "dirty flag" for a data > file that that has been saved but still open in your app stack? > My app creates a data file that saves the contents of 16 fields. > I have code to show an initial save dialog when the user makes > changes. I w

Re: Setting a dirty flag for a file

2011-07-21 Thread Charles Szasz
Hi Mark, Can you elaborate on what you are suggesting here and how you can do it? Charles Szasz csz...@mac.com ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: Setting a dirty flag for a file

2011-07-21 Thread Mark Schonewille
Hi Charles, Isn't it sufficient to simply no close the file until you're done? You might need to keep records of open files, but if you do this properly, you could open them once and close them all when your app closes or if the user closes some window. on openSomeFIle open file gFile // d

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Pete Haworth
Just downloaded GLX2 from bitbucket and I don't see a split screen capability, at least no obvious way of doing it. Pete On Thu, Jul 21, 2011 at 11:07 AM, stephen barncard < stephenrevoluti...@barncard.com> wrote: > tRev (now Remo) doesn't split. GLX2 did, and I think is in the open source >

Setting a dirty flag for a file

2011-07-21 Thread Charles Szasz
I am using Rev. 4.0. How do you set a "dirty flag" for a data file that that has been saved but still open in your app stack? My app creates a data file that saves the contents of 16 fields. I have code to show an initial save dialog when the user makes changes. I want to use a dirty flag to sh

Re: Mac OS X Lion

2011-07-21 Thread Björnke von Gierke
I guess it's a question of ROI much more then off a decision on a concise ruleset about what and what not to support. So the basic native controls on the other hand have always been supported, even though sometimes they where broken for short times when a new OS was freshly released. More.. arc

Re: Mac OS X Lion

2011-07-21 Thread Warren Samples
On Thursday, July 21, 2011 01:11:17 PM Andre Garzia wrote: > I vote for Mac OS > X 10.8 Megalomaniac Garfield Werecat? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscripti

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Pete Haworth
Thanks, I'll take a look at GLX2. I think I gave it a whirl a few months back but there were some issues with it at that time. Pete On Thu, Jul 21, 2011 at 11:09 AM, Andre Garzia wrote: > Those were all done by the same person, Jerry Daniels (one of the best > coders I've seen) but they are n

Re: Mac OS X Lion

2011-07-21 Thread Richmond Mathewson
Marsupial sabre-tooth? How about Tabby, code named Felix? Bob On Jul 21, 2011, at 11:11 AM, Andre Garzia wrote: Apple still selling Snow Leopard on their web store. It was EOL only on physical stores. Current macbook pros still come with Snow Leopard. Now that they shipped lion, which cat

Re: Mac OS X Lion

2011-07-21 Thread Pete Haworth
That explains it since the info I got about it being EOL was an email from a vendor. Pete On Thu, Jul 21, 2011 at 11:11 AM, Andre Garzia wrote: > Apple still selling Snow Leopard on their web store. > > It was EOL only on physical stores. Current macbook pros still come with > Snow Leopard. >

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Bob Sneidar
Dya think?? Bob On Jul 21, 2011, at 11:09 AM, Andre Garzia wrote: > > In the end, that means that there is room for improvement in the script > editor space... :-) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to s

Re: Mac OS X Lion

2011-07-21 Thread Bob Sneidar
How about Tabby, code named Felix? Bob On Jul 21, 2011, at 11:11 AM, Andre Garzia wrote: > Apple still selling Snow Leopard on their web store. > > It was EOL only on physical stores. Current macbook pros still come with > Snow Leopard. > > Now that they shipped lion, which cat will be the ne

Re: Mac OS X Lion

2011-07-21 Thread Andre Garzia
Apple still selling Snow Leopard on their web store. It was EOL only on physical stores. Current macbook pros still come with Snow Leopard. Now that they shipped lion, which cat will be the next OS? I vote for Mac OS X 10.8 Megalomaniac Garfield On Thu, Jul 21, 2011 at 2:39 PM, Bob Sneidar wrot

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Andre Garzia
Those were all done by the same person, Jerry Daniels (one of the best coders I've seen) but they are not the same. GLX2 is one thing and tRev/Remo is another. GLX2 is now an open source project and Mark Wieder is at the helm. You can get it from https://bitbucket.org/mwieder/glx2 GLX2 is a great

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread stephen barncard
tRev (now Remo) doesn't split. GLX2 did, and I think is in the open source version. sqb On 21 July 2011 10:53, Pete Haworth wrote: > Is GLX2 what became tRev... and then Remo? I have tRev but have to admit I > haven't used it a lot but don;t remember seeing a split screen editing > mode, > bu

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Pete Haworth
Is GLX2 what became tRev... and then Remo? I have tRev but have to admit I haven't used it a lot but don;t remember seeing a split screen editing mode, but then there's not much in the way of documentation for it. Pete On Thu, Jul 21, 2011 at 10:19 AM, Andre Garzia wrote: > Someone can correct m

Re: Mac OS X Lion

2011-07-21 Thread Bob Sneidar
Let be burn you copies of what I have. Will .img files work for you? Bob On Jul 21, 2011, at 10:07 AM, Judy Perry wrote: > Actually, I do. I have a couple of original iMacs I need to revive... My > office machine (a G3 blue & white tower) might actually be running 8.x; can't > tell as they

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Andre Garzia
Someone can correct me but I think GLX2 can do that with even more than two panes... (or it was constellation?) :-) On Wed, Jul 20, 2011 at 7:15 PM, Pete wrote: > I don't know why but this reminded me of something I would love to see in > the script editor - split screen mode, kinda like you se

Re: Mac OS X Lion

2011-07-21 Thread Judy Perry
Actually, I do. I have a couple of original iMacs I need to revive... My office machine (a G3 blue & white tower) might actually be running 8.x; can't tell as they got rid of the monitor :-( Judy On Thu, 21 Jul 2011, Bob Sneidar wrote: I have a copy if you need it. Actually, I still have 8

Re: Mac OS X Lion

2011-07-21 Thread Bob Sneidar
I have a copy if you need it. Actually, I still have 8.6. ;-) Bob On Jul 21, 2011, at 9:52 AM, Judy Perry wrote: > System 9 isn't easy to find, either... > > Judy > > On Thu, 21 Jul 2011, François Chaplais wrote: > >> when I learned that Lion requires snow leopard (which I do not have on all

Re: Mac OS X Lion

2011-07-21 Thread Judy Perry
System 9 isn't easy to find, either... Judy On Thu, 21 Jul 2011, François Chaplais wrote: when I learned that Lion requires snow leopard (which I do not have on all of my machines) I cautiously ordered a copy of snow. Hardest to find is System 7.x for my powermac 8500 ;)_

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Pete
I don't know why but this reminded me of something I would love to see in the script editor - split screen mode, kinda like you see in Word/Excel where you can slide a bar part way up the editing window and each resulting section of the window can be individually scrolled/edited. Pete Molly's Reven

Re: Mac OS X Lion

2011-07-21 Thread Pete Haworth
I think the info I got meant they stopped selling it, not supporting it. It seemed strange to me also, that's why I was asking if anyone had run into this. I'm already on Snow Leopard so not a problem for me. Pete On Wed, Jul 20, 2011 at 2:45 PM, Andre Garzia wrote: > Apple would not discontin

Re: Mac OS X Lion

2011-07-21 Thread Pete
I think the info I got meant they stopped selling it, not supporting it. It seemed strange to me also, that's why I was asking if anyone had run into this. I'm already on Snow Leopard so not a problem for me. Pete Molly's Revenge On Wed, Jul 20, 2011 at 2:45 PM,

[ANN] stsProgBar DropTool 1.2 - Now with support for Lion!

2011-07-21 Thread Ken Ray
Hey all! With Apple releasing Lion yesterday, they changed the look and feel of virtually every control in the OS, including the "intermediate progress bar" (barber pole). This is why I've upgraded stsProgBar to 1.2 to support the new Lion interface; if you're interested you can get more info at

Re: on-Rev client software

2011-07-21 Thread J. Landman Gay
On 7/21/11 6:34 AM, Len Morgan wrote: Has runRev ever released an update to the "on-rev" desktop client? If so, where can I find it. Also, is there ANY kind of tutorial, manual, web page, cave painting, that I can read that will explain how to use it? I'd love to see cave paintings. :) Yesterd

Re: on-Rev client software

2011-07-21 Thread Mark Wieder
Len- Thursday, July 21, 2011, 4:34:44 AM, you wrote: > I've been one of "founders" with on-rev since the offer was first made > but haven't really had the time to get into it until now. I've had web > sites there but never used Livecode to make them. Now is the time. You might want to wait a b

Re: [ANN] New plugin AAG|Workspaces

2011-07-21 Thread Andre Garzia
Thanks folks! Please give me feedback when you run it. I haven't tried this on other machines... :-) Cheers andre On Thu, Jul 21, 2011 at 9:57 AM, John Craig wrote: > Silly?? Sounds like a useful tool - I'm off to give it a go - ta! > > > > > On 20/07/2011 22:47, Andre Garzia wrote: > >> Folk

  1   2   >