Re: What to Do Since FTP No Longer Supported in Mac OSX Lion?

2011-08-13 Thread Shao Sean
does anyone know what changes I'd need to make in order to upload to a server on a Lion installation? nothing.. only the FTP server GUI has been removed from Lion Server, but the actual daemon is still installed on the machine.. ___ use-livecode

Re: bizarre problem, big emergency!

2011-08-09 Thread Shao Sean
What version of Mac OS X? Did you do any upgrades lately? What messages, if any, are posted in the console? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: UNIQUE CARD IDs

2011-08-05 Thread Shao Sean
You can always use the cantDelete property for the master form cards.. http://docs.runrev.com/Property/cantDelete # only run this after setting the cantDelete property to TRUE on the cards you want to keep # every other card will be deleted, so exercise caution.. lock messages --

Re: UNIQUE CARD IDs

2011-08-05 Thread Shao Sean
Right after the cloning, set the cantDelete property to FALSE.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Need advice with Lion permission changes

2011-08-05 Thread Shao Sean
Wouldn't it just be easier to keep the videos in the Application bundle? Same idea, just a little easier as the person installing the app will already be an admin and have access to that folder (unless of course the videos are not read-only)

Re: Need advice with Lion permission changes

2011-08-02 Thread Shao Sean
As previously mentioned: • /Library (Mac OS X only)—Applications that share resources between users store those resources in this version of the Library directory. Sandboxed application are not permitted to use this directory. Sandboxed applications are apps from the Mac App store.. If the

Re: User Interface Question

2011-07-31 Thread Shao Sean
Is there a header on the datagrid? Does the same issue happen without a header? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Installing iOS SDK and Xcode on Windows 7.

2011-07-29 Thread Shao Sean
I may be wrong, but I am pretty sure iOS dev is limited to Mac Only. :\ They are running the tools in a virtual machine so as far as the software is aware it is running on a Mac.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: windows revserver stack support

2011-07-27 Thread Shao Sean
In some old stack libraries I would use the templateField to do my field trickery without having to have a field object present, perhaps that will help you as well.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url

Re: previous page button of browser opening on-rev server page

2011-07-25 Thread Shao Sean
Jump down to example two and just do that in your .irev page http://php.net/manual/en/function.header.php ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

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

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

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

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

Re: Mac OS X Lion

2011-07-20 Thread Shao Sean
There's been recent discussion of just how many OSX controls are not natively available in LC and Lion just seems to add to that list. Will LC ever catch up? Probably not.. Seems they will not touch anything that is not cross platform.. ___

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-19 Thread Shao Sean
The document talks about window-frame controls, which include various controls that you can place in the toolbar which, to the user, appears to be part of the window title bar. Is there a way to do that in LC? Nothing in Rev to allow you to do it natively and I have found some code that

Re: security code number generation

2011-07-18 Thread Shao Sean
I have a weird algorithm that will produce different output, even with the same input, and can be fully reversed back to the pieces that built the puzzle.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: How to detect zoombox click

2011-07-17 Thread Shao Sean
Now that Lion will allow resizing from any window edge, how are the messages on that being sent? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: How/When are behavior references resolved?

2011-07-16 Thread Shao Sean
This was the information given when behaviors (aka parentScripts) were introduced in 4.0, not certain how much has changed in later releases as I have not upgraded.. You might want to see if they ever did get around to adding the resolutionError message and see if it is getting fired

Re: How/When are behavior references resolved?

2011-07-16 Thread Shao Sean
For compiled applications you should make use of the startUp message to load libraries and whatnot that you need to have in memory for your application.. http://docs.runrev.com/Message/startup ___ use-livecode mailing list

Re: How to detect zoombox click

2011-07-16 Thread Shao Sean
I know Mac OS X sends a message for each of the window buttons and I am pretty sure that Windows does as well.. Could be a simple external for someone to write or for Rev to add it to the engine themselves.. ___ use-livecode mailing list

Re: what is the last LiveCode version to run on G5?

2011-07-12 Thread Shao Sean
The release notes for 4.5.0 stated: The supported platforms that will be supported in 5.0 is currently being reviewed. However, it is likely that the following will be the case: • The engine will no longer support Mac OS 10.3.9 (Panther) but this information is not in the 4.6.x release

Re: [ANN] MobGUI V0.12 : tab bar and buttons

2011-07-11 Thread Shao Sean
Using the new iOS external SDK you can (hopefully) tap in to the system and use the built-in icons (in the Constants section, scroll down for images).. http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBarButtonItem_Class/Reference/Reference.html#/

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread Shao Sean
24. Puff of smoke animation done Good ! But where ? external 26. Toolbar and his items (separator toolbar, print toolbar item, show less fun but it is doable.. I had actually found some code that would have made this so easy to fake, but the non-standardness of Rev causes it to fail

Re: Mac OS X missing controls in the LiveCode IDE

2011-07-11 Thread Shao Sean
If it is not covered under NDA feel free to let us know about it.. Some of us have been waiting since 4.0 for the new SDK.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Using linkText

2011-07-07 Thread Shao Sean
Under the Text menu there is an option Link (or Link Text) you can use that while the text is selected.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: why does lock screen doesn't locks the screen?

2011-07-01 Thread Shao Sean
hide the cursor ? ___ 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: Enhanced QT External: Intel-Only?

2011-07-01 Thread Shao Sean
hey.. i am still on ppc.. richard, we need to ban together against the intel heathens :P you can always re-compile the external to intel-only to make doubly sure that it is, but i think the released version is universal as it works on my G4..

Re: Question regarding a window shape for a stack in Windows

2011-06-30 Thread Shao Sean
Perhaps an external that makes use of the SetWindowsHookEx function can restore the taskbar functionality to stacks with custom shapes.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and

Re: Visual Effect command

2011-06-27 Thread Shao Sean
If the new window is non-resizable you could group all the controls together and then do a loop to set the height of the new window and move the group.. I'd recommend locking the screen so you can set the topLeft of the new window and not have it bouncing all over the screen.. on mouseUp

Re: the objectType of me?

2011-06-26 Thread Shao Sean
You could always use a frontScript to add that functionality yourself.. getProp controlType return word 1 of the name of the target end controlType if (the controlType of me = button) then # do button stuff else # do non-button stuff end if

Re: OS X Dock menu

2011-06-26 Thread Shao Sean
Page 28 of the release notes http://www.runrev.com/downloads/livecode/4_6_2/LiveCodeNotes-4_6_2.pdf the iconMenu is the old unsupported syntax and the new syntax is Windows only.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please

Re: one way to crash the IDE

2011-06-26 Thread Shao Sean
I thought it was CTRL+BREAK ___ 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: custom control group - strange behavior

2011-06-13 Thread Shao Sean
I believe it is an error in the Application Browser.. (was mentioned either on this list or in the forums) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: New Row into datagrid and edit field

2011-06-09 Thread Shao Sean
on mouseup put the dgNumberOfLines of group ElencoTelefoni + 1 into theLineNo dispatch addLine to group ElencoTelefoni with theRowData, theDataColumns, theLineNo ScrollLineIntoView theLineNo end mouseup ___ use-livecode mailing list

Re: New Row into datagrid and edit field

2011-06-09 Thread Shao Sean
sorry.. i thought you wanted to scroll to the new line added.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Simple Game Server -- request for help

2011-05-31 Thread Shao Sean
How do you launch the Rev CGI engine in a way that keeps it alive after it's done processing the startup handler? don't let it finish the startup handler ;-) ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Simple Game Server -- request for help

2011-05-31 Thread Shao Sean
Won't apache kill it after some time the server i was testing with it seem to run fine, but did not run it for days though.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage

Re: Source code for QT external

2011-05-03 Thread Shao Sean
If you are still looking for it, download the file below, look in the QuickTime folder and unzip the source.. This is the old External SDK so I would recommend against actually using this stuff, but at least the code you are looking for is there..

Re: Faceless Servers

2011-04-30 Thread Shao Sean
I have only done faceless servers using the CGI engine, so long as you include the -ui to the command to load the engine (compiled app too) it should work.. In the Windows world there are programs out there that will allow any executable to be run as a service..

Re: Currency Formatting wrap up.

2011-03-06 Thread Shao Sean
http://www.runrev.com/newsletter/november/issue13/newsletter5.php ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences:

Re: Currency Formatting wrap up.

2011-03-05 Thread Shao Sean
This information is easily obtained from the OS through the externals interface.. The OS also broadcasts when it is changed so no need for polling.. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: Update screen during lengthy process

2011-01-11 Thread Shao Sean
sadly with only one thread, you will need to wait for your external code to complete unless you do some funky coding using the open process command http://docs.runrev.com/Command/open-process ___ use-livecode mailing list

Was: revMail and Bcc - now: How do you contact the mothership?

2010-12-28 Thread Shao Sean
supp...@runrev.com ___ 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 make a stack transparent but the fields and images on it a different blend level

2010-12-23 Thread Shao Sean
In theory this should be doable as the system allows for it (I have an external for Windows that does it) but cannot get it to work correctly on Mac OS X ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to

Re: Nine digit zip codes.

2010-11-27 Thread Shao Sean
The POST is a more capable method that sends the web page address another message that can contain a variety of encoded data. - this method does not have a limit and the variables cannot be sniffed Yes they can.. anything being sent from your computer to the server (GET or POST) can be