Re: the standard C++ library

2008-07-01 Thread -= JB =-
When I said Lesson-1 it was in reference to Writing Externals Lesson-1 from the Rev news article. I am wondering what limitations there are to using the full power of C++ within an external and where I can get the most updated library & docs that will help me include the C++ library within a OS X

the standard C++ library

2008-07-01 Thread -= JB =-
In the FAQ section of lesson-1 it mentions we can use the standard C+ + library. I have a pre OSX version of Codewarrior which includes some good doc files. What is a good resource for C and C++ for OS X. Is there a big difference with comparison to the pre OSX Codewarrior docs. Can just ab

Re: OSX Authentication box

2008-07-01 Thread Kay C Lan
On Mon, Jun 30, 2008 at 10:14 PM, Richard Miller <[EMAIL PROTECTED]> wrote: > > This works fine on my older MacBook using 10.4.11, but for whatever reason, > it doesn't work on a newer desktop Mac (also using 10.4.11). I forgot to ask. Does it work if you run in AppleScript Editor? ie outside of

Re: OSX Authentication box

2008-07-01 Thread Kay C Lan
On Mon, Jun 30, 2008 at 10:14 PM, Richard Miller <[EMAIL PROTECTED]> wrote: > This works fine on my older MacBook using 10.4.11, but for whatever reason, > it doesn't work on a newer desktop Mac (also using 10.4.11). It just ignores > the Applescript "return" command and leaves the Authentication

Re: Externals API calls

2008-07-01 Thread -= JB =-
Thanks for the info Trevor -=>JB<=- On Jul 1, 2008, at 7:46 AM, Trevor DeVore wrote: On Jul 1, 2008, at 10:39 AM, -= JB =- wrote: Where can I find a list of all Revolution Externals API calls so I can see what all can be used in externals for Rev? In the root directory where you create

Re: WPAD and DHCP Servers

2008-07-01 Thread Trevor DeVore
On Jul 1, 2008, at 4:11 PM, Robert Sneidar wrote: Hi Trevor. Are you trying to set the TCP stack on the local machine to use DHCP or are you trying to make an actual DHCP server IN Revolution? ... Sorry if I am missing what you are trying to do. Hi Bob, I'm trying to implement the DHCP

Re: WPAD and DHCP Servers

2008-07-01 Thread Robert Sneidar
Hi Trevor. Are you trying to set the TCP stack on the local machine to use DHCP or are you trying to make an actual DHCP server IN Revolution? To set the TCP stack on Macs in a terminal session you would use: networksetup -setdhcp networksetup -setdnsservers # (the empty is for automati

Re: OSX Authentication box

2008-07-01 Thread J. Landman Gay
Richard Miller wrote: The problem here is that this is on a customer's server and my company is responsible for a remote backup of this unit late at night which requires file sharing to be turned off. The Rev/Applescript program is supposed to briefly turn off file sharing, let the system backu

Re: revbrowser - Account login done in background

2008-07-01 Thread Andre Garzia
Glen, If I remember correctly, that init call was not related to any web page login, it was there to verify that you had a valid altBrowser license. These days, you simply call RevBrowserOpen, you don't need to have a license anymore. If you want to be able to login automatically to a web site, f

RE: How broke is the Player?

2008-07-01 Thread Randall Reetz
I dont have a penny!... You happy now? -Original Message- From: "Hugh Senior" <[EMAIL PROTECTED]> To: use-revolution@lists.runrev.com Sent: 7/1/2008 10:40 AM Subject: Re: How broke is the Player? On Jul 1, 2008, at 3:08 PM, Hugh Senior wrote: > Under Windows in Rev 2.9.610... > The 'func

Re: How broke is the Player?

2008-07-01 Thread Hugh Senior
On Jul 1, 2008, at 3:08 PM, Hugh Senior wrote: Under Windows in Rev 2.9.610... The 'functionally-disadvantaged' player object on my set-up is currently blocking a project. On Jul 1, 2008, at 3:48 PM, Jim Sims wrote: I think that I sent you a 2.9 standalone which did play WMV files, yes? It w

Re: OSX Authentication box

2008-07-01 Thread Richard Miller
The problem here is that this is on a customer's server and my company is responsible for a remote backup of this unit late at night which requires file sharing to be turned off. The Rev/Applescript program is supposed to briefly turn off file sharing, let the system backup, then turn it ba

Re: OSX Authentication box

2008-07-01 Thread J. Landman Gay
Richard Miller wrote: Ken, What I am doing is turning file sharing on and off on a Mac. The standard shell script one might use to do this doesn't seem to work when the file sharing control panel is in its "locked" state. do shell script "/usr/sbin/AppleFileServer" password "x" with adminis

Re: Externals API calls

2008-07-01 Thread Trevor DeVore
On Jul 1, 2008, at 10:39 AM, -= JB =- wrote: Where can I find a list of all Revolution Externals API calls so I can see what all can be used in externals for Rev? In the root directory where you create your externals (assuming you used "External Creator X.rev") there is a folder called libex

Externals API calls

2008-07-01 Thread -= JB =-
Where can I find a list of all Revolution Externals API calls so I can see what all can be used in externals for Rev? -=>JB<=- ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage you

Subject: Custom colored scrollbars for fields BETA

2008-07-01 Thread sandrah9
I am using Mac 10.5.3 and so far it seems to work fine! This is a neat little plug-in. Good work. Sandy ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefe

Re: How broke is the Player?

2008-07-01 Thread Jim Sims
On Jul 1, 2008, at 3:48 PM, Jim Sims wrote: I think that I sent you a 2.9 standalone which did play WMV files, yes? It would have been a Rev version. It did have some of the controller issues you mention, but it did play WMV (handicapped as it was). sims Clip

Re: How broke is the Player?

2008-07-01 Thread Jim Sims
On Jul 1, 2008, at 3:08 PM, Hugh Senior wrote: Under Windows in Rev 2.9.610... - Player plays .wmv in a stack but not a standAlone (mc cannot reference them at all). Insights welcomed. The 'functionally-disadvantaged' player object on my set-up is currently blocking a project. I think

Copying Property Profiles From One Object To Another

2008-07-01 Thread Mikey
1) It appears that I can't have master property profiles that I have inherited for an entire stack. Is that correct? 2) If 1 is true, then what's an easy way to copy property profiles from one object to another (objects of the same type) -- Diogenes - "What I like to drink most is wine that bel

Re: Background Color

2008-07-01 Thread Andres Martinez
Thanks Mark Your first suggestion works perfectly. Thank you, Andres Martinez www.baKno.com On Jul 1, 2008, at 7:42 AM, Mark Schonewille wrote: Hi Andres, set the backgroundColor of stack "Ask Dialog" to white But another solution might be: answer warning "Hell World!" with "Okay" Best

Re: Background Color

2008-07-01 Thread Andres Martinez
Hello Mikey Sorry, I forgot to mention... on the development environment the color is not changed, only on the compiled application. Regards, Andres Martinez www.baKno.com On Jul 1, 2008, at 8:57 AM, Mikey wrote: Huh. On XP, it is still grey for me. -- Diogenes - "What I like to drink m

How broke is the Player?

2008-07-01 Thread Hugh Senior
Under Windows in Rev 2.9.610... - Player doesn't handle images. - Player plays .wmv in a stack but not a standAlone (mc cannot reference them at all). - Player is unable to display a controller in non-QT videoClips. - Player start/stop/pause commands are inconsistenly operational. - Player

Getting Custom Colors To Be Persistent In A Project

2008-07-01 Thread Mikey
XP So I created a couple of custom colors to match a theme for a project. However when I closed the project and came back in, they're gone. What's a good way to store these so they appear in the color palette when I come back in? -- Ronald Reagan - "Recession is when a neighbour loses his job.

Re: Background Color

2008-07-01 Thread Mikey
Huh. On XP, it is still grey for me. -- Diogenes - "What I like to drink most is wine that belongs to others." ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription

Re: concatenate fields

2008-07-01 Thread william humphrey
Thanks Sarah. I thought I'd have to do it like that with a bunch of "if's" but I'm always reading these amazing solutions here so I'm beginning to think that there is some magic beyond ordinary mortals. It is a relief to know that sometimes the mundane answer is correct. ___

Re: Background Color

2008-07-01 Thread Mark Schonewille
Hi Andres, set the backgroundColor of stack "Ask Dialog" to white But another solution might be: answer warning "Hell World!" with "Okay" Best, Mark -- Economy-x-Talk Consultancy and Software Engineering http://economy-x-talk.com http://www.salery.biz Get your store on-line within minut

Background Color

2008-07-01 Thread Andres Martinez
Hello When the main stack's background color is changed, the color of any new answer dialog window is also changed. I am having a problem when that color is black because the letters on the dialog window are black and they become invisible. Is it possible to have different background colo

Re: alternative desktops in Linux

2008-07-01 Thread Scott Rossi
Recently, Peter Alcibiades wrote: > Basic article, but might be of interest to anyone who has never tried > alternative desktops in Linux - maybe just used the Gnome that comes standard > with Ubuntu. Its written by a Ubuntu user but of course any desktop works > with any distro. If one is reall

alternative desktops in Linux

2008-07-01 Thread Peter Alcibiades
http://beginlinux.com/index.php/desktop_training/ubuntuhardyheron_cat/112-ubuntu804/1035-ubuntu-804-desktop-options Basic article, but might be of interest to anyone who has never tried alternative desktops in Linux - maybe just used the Gnome that comes standard with Ubuntu. Its written by a U

Re: OSX Authentication box

2008-07-01 Thread Richard Miller
Ken, What I am doing is turning file sharing on and off on a Mac. The standard shell script one might use to do this doesn't seem to work when the file sharing control panel is in its "locked" state. do shell script "/usr/sbin/AppleFileServer" password "x" with administrator privileges