Use of the encryption features in 2.6

2005-10-12 Thread Bill Vlahos
it can always be in a saved state on the drive. The docs are pretty clear on what the parameters are but not on how I would actually implement this in a real program. Is there a tutorial somewhere that I missed? Thanks, Bill Vlahos ___ use-revolution

Re: FORTH

2005-10-16 Thread Bill Vlahos
Ah Neon. It was the first language I bought for the Mac. It was object oriented and everything. I never could get the hang of it though - just awful. Too bad. I always wanted to say. I program in neon. Bill On Oct 16, 2005, at 9:58 PM, MisterX wrote: that's possible! but forth wasn't in

Re: altQuickTable

2005-11-03 Thread Bill Vlahos
Chipp, Thanks for this. It is an easy solution to a long running nasty problem with my application. Bill Vlahos On Oct 26, 2005, at 3:06 PM, Chipp Walters wrote: Hey gang, Just posted a very simple table editing script, using just a single field. I find it invaluable and have used

Re: My Prototype update!

2005-11-05 Thread Bill Vlahos
for portable devices too. Just my $.02 Bill Vlahos On Nov 5, 2005, at 2:55 PM, Thomas McGrath III wrote: David, We are making these decisions now. So far we are planning an engine in ANSI C for portability and then for the interface elements we are not 100% sure yet. Some phones

Export to Excel

2005-12-13 Thread Bill Vlahos
, etc. Is there a better way to do this export? I've seen some programs export it directly into Excel without going through a file on disk. How is that done? I assume on the Mac I could use AppleScript but how would I do it on Windows? Bill Vlahos

Re: Export to Excel

2005-12-16 Thread Bill Vlahos
? Not really. Essentially tab delimited fields. 4) does the dimension of the table change? It might. Bill Vlahos Jim Ault Las Vegas On 12/13/05 5:20 PM, Bill Vlahos [EMAIL PROTECTED] wrote: I have a table in an appliation which I want to export to Excel. I can fake it out by simply saving

Re: Meeting at MacWorld SF in January 2006

2006-01-04 Thread Bill Vlahos
I never saw a summary of when we can meet at Macworld. I also suggest Tuesday unless some other night has been selected. Please let us know. See you there. Bill Vlahos On Nov 23, 2005, at 2:30 PM, Mark Wieder wrote: Dan- Wednesday, November 23, 2005, 11:19:11 AM, you wrote: I'll up

How to download files from a web server

2006-01-05 Thread Bill Vlahos
time they run the standalone. However, there are some other supporting files that periodically get updated as well which I would like to do a similar download but those files actually need to located on the user's hard disk. How would I do that? Bill Vlahos

Re: How to download files from a web server

2006-01-05 Thread Bill Vlahos
) -Chipp Bill Vlahos wrote: I have an app that I am setting up with a standalone that automatically downloads a stack from a web server (go stack url http://server/path/stack.rev;) and that works great so that all I have to do is put the current stack on the server and everyone gets

Re: Text files from web servers--Say it ain't so!

2006-01-05 Thread Bill Vlahos
Yep. That's what I do. It works great. Bill On Jan 5, 2006, at 6:04 PM, Devin Asay wrote: Sarah gets the prize. Once I calmed down and looked closer at the file I realized that all of the line endings were cr's (xtalk logical lines, produced on a Mac.) If I take the same files and save them

Re: How to download files from a web server

2006-01-06 Thread Bill Vlahos
How can I tell when all of the files are finished downloading? Bill On Jan 5, 2006, at 1:37 PM, Chipp Walters wrote: Hi Bill, you can do the same: put C:/test.jpg into tPath put URL (http://www.myserver.com/myBinFile;) into URL (binFile: tPath) -Chipp Bill Vlahos wrote: I have an app

Re: Meeting at MacWorld SF in January 2006

2006-01-06 Thread Bill Vlahos
I'll be there too. Bill Vlahos On Jan 6, 2006, at 11:25 AM, Mark Wieder wrote: Dan- Thursday, January 5, 2006, 11:48:00 PM, you wrote: I can try to make that. Cool. Two of us sounds like critical mass to me. I'll plan on being there right after Joshua Redman's set. I'll probably have

Re: [ANN] surprise - new website to host codes

2006-01-06 Thread Bill Vlahos
Very nice. What is the technology behind this? Is it done in Rev or something else? Bill Vlahos On Jan 5, 2006, at 2:48 PM, Marielle Lange wrote: Dear all, as promised, the surprise: http://revolution.lexicall.org/codes/ I was not happy with tikiwiki for managing code snippets. So

How do I select text in a field?

2006-01-08 Thread Bill Vlahos
border flashes but no text is selected. How do I do this? Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

Oracle search path Instant Client vs. full client

2006-01-20 Thread Bill Vlahos
are not being used. Could this be a path problem? Is there a way to point to the local files instead or some other solution for this? Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Format table cells with?

2006-02-01 Thread Bill Vlahos
and format the cell information so that it is a correct date. Is this how it is supposed to work? If so, what do I put in the field? Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe

Re: Format table cells with?

2006-02-02 Thread Bill Vlahos
Jeanne, Thanks for the info. This pretty much how I wanted it to work. Is there a way to have it flag when what was entered isn't a valid date? For example February 32, 2006 or Fuberry 2, 2006. Bill Vlahos On Feb 2, 2006, at 7:05 AM, Jeanne A. E. DeVoto wrote: At 11:43 PM -0800 2/1/2006

Table field does not send closeField

2006-03-02 Thread Bill Vlahos
How do I trap for a change in the contents of a table field with cell editing turned on? It doesn't seem to send a closeField message. Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe

Re: XP Problems Persist...

2006-03-02 Thread Bill Vlahos
Which brands of thumb drives are having problems? Bill Vlahos On Mar 2, 2006, at 7:05 PM, Stephen Barncard wrote: I agree. When I recharged my little Revcon thumb drive at the conference, some stacks didn't make it back home, had to download.. Especially had problems using a thumb drive

Re: Stack on a server

2006-03-08 Thread Bill Vlahos
access you will need to account for it in your stack or use some sort of data base on the server. Bill Vlahos On Mar 8, 2006, at 5:44 PM, Marty Knapp wrote: Can multiple people simultaneously access data from a Rev stack on a server (from a standalone)? Is there a recommended method

Re: iCalendar or vCard files

2006-04-10 Thread Bill Vlahos
I've used vCARD import and export in a program I'm developing. What is it you need help with? The format isn't too bad but it just requires a bunch of code. Bill Vlahos On Apr 4, 2006, at 8:23 AM, Terry Vogelaar wrote: Hi all, Is there anyone who made an attempt to write a stack that can

Re: PIM

2006-04-20 Thread Bill Vlahos
ready. Bill Vlahos On Apr 20, 2006, at 6:57 AM, Mikey wrote: WAAAY back in the day I used to use Connections, which was a PIM product that ran in HC. I'm incredibly unhappy with all the PIM's I've used since, so I'm thinking of killing myself cranking one out. Do

Server permissions

2006-05-15 Thread Bill Vlahos
browser database for an entire server. Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use

Re: Server permissions

2006-05-15 Thread Bill Vlahos
but being able to get the information would be more helpful. I'm not even sure I can get these from the OS. Bill On May 15, 2006, at 8:27 PM, Bill Vlahos wrote: How can I determine the permissions on a server share/volume? I would like to document the server permissions on our file servers

Re: Server permissions - CORRECTED

2006-05-16 Thread Bill Vlahos
Ken, Very cool. I will give it a try and let you know. Bill On May 16, 2006, at 6:06 AM, Ken Ray wrote: On 5/15/06 10:27 PM, Bill Vlahos [EMAIL PROTECTED] wrote: How can I determine the permissions on a server share/volume? I would like to document the server permissions on our file

Re: running rev cgi on Mac OS 8.6 Personal web server?

2005-06-05 Thread Bill Vlahos
Andre, I don't really know if people need this any more as I suspect that most have moved on to the UNIX way of doing things but it is very cool. If you do implement it then I suspect a number of people would find it interesting. Bill Vlahos On Jun 5, 2005, at 6:47 PM, Andre Garzia wrote

Re: Shell command doesn't give feedback until done

2005-06-20 Thread Bill Vlahos
The ampersand doesn't seem to work to run asynchronously. Bill On Jun 2, 2005, at 8:10 PM, Brian Yennie wrote: OK, since I started us down a dead-end path, here's some goodies that DO work. Create a new stack. Put the handlers below in the stack script. Now create one large scrolling field.

Re: [OT] Pigs Fly --a rose by any other name...

2005-08-02 Thread Bill Vlahos
They say it can act like a single button mouse if you like but it actually IS a multi-button mouse. I'll have to see it to see how well it works but there are sensors in the front for both a left and right mouse button action. It looks interesting. I really like my Kensington Optical Elite

Re: Decompile Windows RR application

2005-08-03 Thread Bill Vlahos
If you didn't encrypt it or remove the source code then you should be able to get it back. More difficult if you did those things. Bill On Aug 3, 2005, at 9:29 AM, Ton Kuypers wrote: Hi gang, I've had a disk-crash a couple of months ago and lost almost all files on that disk. Among the

Re: [OT] Pigs Fly

2005-08-03 Thread Bill Vlahos
What really drives me crazy is when a left handed person customizes their mouse and switches the buttons. The left button becomes the contextual button and the right button is for selecting. Since it is all done in software there are no hints that the mouse is different other than it is

Run as Windows service

2005-08-08 Thread Bill Vlahos
I have an application in Rev I want to run as a Windows service because I don't want the user to be able to quit it. How do I make a Rev app run this way? Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit

Re: Run as Windows service

2005-08-08 Thread Bill Vlahos
the user is logged in but not if the user has logged out. Thanks, Bill Vlahos On Aug 8, 2005, at 6:11 PM, MisterX wrote: Services are usually faceless applications Derek ;) In the windows resourcekit there is a programmed named srvany.exe. Search it in technet.Microsoft.com, you'll find what

Re: Noob: Amazed yet confused - Dreamcard vs Revolution

2005-08-08 Thread Bill Vlahos
advantages to Revolution but not for the uses you describe. Enjoy. Bill Vlahos On Aug 8, 2005, at 6:19 PM, David Bakody wrote: Hello to this amazing group: I stumbled onto Dreamcard after linking to a forum posting regarding a review of the most recent release of RealBASIC on OSNews. One thing

Re: Resetting a router

2005-08-18 Thread Bill Vlahos
Another option is the brute force approach which is to buy a programmable timer that power cycles the router. Timex makes a 7-day programmable digital timer which could, for example, be set to turn the outlet off every Sunday a 3:00am and back on at 3:01am or whatever settings you want. This

Re: [OT] Of Mac Right Clicks (was Re: There Was a Problem Saving the Standalone Application)

2006-07-23 Thread Bill Vlahos
There is a new feature in Mac OS X 10.4.7. Put 2 fingers on the trackpad and click the button for a right click. Its a brilliant way to overcome what I considered a shortcoming of a one button laptop. In fact, I like it better than having two buttons. Bill Vlahos On Jul 23, 2006, at 5:28

Re: [OT] Of Mac Right Clicks (was Re: There Was a Problem Saving the Standalone Application)

2006-07-23 Thread Bill Vlahos
are either at something earlier than 10.4.7 or the Mac doesn't support it. Bill Vlahos On Jul 23, 2006, at 3:35 PM, Ben Rubinstein wrote: On 23/7/06 23:26, Bill Vlahos wrote: There is a new feature in Mac OS X 10.4.7. Put 2 fingers on the trackpad and click the button for a right click. Its

Re: Hurrah for runrev...

2006-07-31 Thread Bill Vlahos
Seamus, Welcome to the revolution. Revolution is the first programming language in a long time that I look forward to programming also. Bill Vlahos On Jul 28, 2006, at 9:07 AM, corvideon wrote: Hi all I just wanted to share my satisfaction with my runrev experience so far. I look

ANN: Encryption Demo Stack

2006-08-13 Thread Bill Vlahos
supports. Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution

Re: RunRev logos

2006-08-24 Thread Bill Vlahos
I would like a horizontally oriented logo to use. The current logos are too vertically oriented for where I'd like to place them. The RealBasic logo image that is commonly used is an example of what I'm talking about. Bill On Aug 24, 2006, at 8:56 AM, Lynn Fredricks wrote: It would be

Auto enable Cut, Copy, Paste menu items

2006-09-13 Thread Bill Vlahos
to manage all of the situations. I was hoping that this would be a common enough feature of every program that Rev could manage it for me but I don't see it described anywhere. Bill Vlahos ___ use-revolution mailing list use-revolution

Re: Classic Emulators...

2006-09-25 Thread Bill Vlahos
Yes. Running Windows on Parallels gives you essentially the same vulnerabilities as running Windows on any other kind of PC. Viruses, malware, popups, etc. the whole nine yards. Bill On Sep 25, 2006, at 3:53 AM, Jim Carwardine wrote: Just one more slightly [OT] question... Do I need to

Inhibit move to a different card

2006-10-08 Thread Bill Vlahos
from an Executable stub application. Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use

Stack rename itself

2006-10-12 Thread Bill Vlahos
the name would be. I would also like to be able to control this because I plan on selling the stacks. It would be good to be able to manage the duplication of the stacks but that is probably a different discussion. Any thoughts on these would be appreciated. Bill Vlahos

IDE gone unstable with stack menu change

2006-10-16 Thread Bill Vlahos
all Transcript (i.e. no externals etc.). Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use

Re: IDE gone unstable with stack menu change

2006-10-16 Thread Bill Vlahos
it back where it belongs. So far, so good. I'll try to make a feature request for the Menu Builder to offer not to move things. I have a feeling that this trips up a number of folks and it looks like Rev knows how to prevent the problem. Bill Vlahos On Oct 16, 2006, at 2:16 PM, Chris

Re: IDE gone unstable with stack menu change

2006-10-17 Thread Bill Vlahos
minutes with Salery Web Store software. Download at http://www.salery.biz Op 17-okt-2006, om 3:50 heeft Bill Vlahos het volgende geschreven: I'll try to make a feature request for the Menu Builder to offer not to move things. I have a feeling that this trips up a number of folks

Standalone builder current?

2006-10-19 Thread Bill Vlahos
the other one two it got me thinking it might be something else. Anyone else seeing this? How can I tell? I seem to recall discussion along similar lines but I can't remember the details. Bill Vlahos ___ use-revolution mailing list use-revolution

Re: Standalone builder current?

2006-10-20 Thread Bill Vlahos
I'll check. I built on Mac OS X for Universal (Mac) and Windows including U3. Bill On Oct 20, 2006, at 1:36 PM, J. Landman Gay wrote: Bill Vlahos wrote: I have a weird problem. I'm seeing a couple of bugs in a standalone that I'm not seeing in the IDE. In fact, both of these are bugs

Re: Standalone builder current?

2006-10-24 Thread Bill Vlahos
have a workaround for. Sorry if I gave the impression that I have anything but the highest regards and affection for Rev. My hypothesis about wrong versions being included were incorrect. Bill Vlahos On Oct 19, 2006, at 7:59 PM, Bill Vlahos wrote: I have a weird problem. I'm seeing a couple

OT: more stinkin s p a m

2006-10-28 Thread Bill Vlahos
At my company 97% of incoming email is spam. It is simply a huge problem. Bill Vlahos On Oct 28, 2006, at 11:37 AM, Jeffrey Reynolds wrote: Martin, I too have had a very large increase in spam over the last few weeks thats seeping through a couple layers of s p a m filters. many

How to link to Google Maps with an Address

2006-11-06 Thread Bill Vlahos
I want to put a button next to an address in a Rev stack that will pass the address info to the user's default web browser. The API examples on the Google site mostly look like JAVA calls. There must be a simple way to pass the parameters to a URL. Bill Vlahos

Linked text in a field as a form

2006-11-11 Thread Bill Vlahos
)? 2. How do I replace the original text group? (I.e. put varText into group 2 of field form) 3. How do I keep the replaced text also as a group? Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url

Re: Linked text in a field as a form

2006-11-12 Thread Bill Vlahos
phrase. Is there a way to get the start and end chars of a linked textStyle? Bill Vlahos On Nov 11, 2006, at 3:09 PM, Ken Ray wrote: On 11/11/06 4:37 PM, Bill Vlahos [EMAIL PROTECTED] wrote: The following handler in the locked field will give me the grouped text itself: on linkClicked theText

Re: USB

2006-12-01 Thread Bill Vlahos
(i.e. no USB to Serial adapter). I don't have the instructions for Windows yet but I don't believe Asante created the driver so perhaps someone has come up with a generic driver that we could use. I'll follow up when I get more information. Bill Vlahos On Dec 1, 2006, at 7:28 AM, Richard

Re: Downloads page workaround (was Re: New RunRev site...)

2004-08-31 Thread Bill Vlahos
I was wondering the same thing. Thanks for the URL. Other that that oversight I agree that the new site is fabulous. Bill Vlahos On Aug 31, 2004, at 1:33 PM, Marian Petrides wrote: Until RunRev gets around to fixing this oversight, the url for the downloads page is: http://downloads.runrev.com

Re: Downloads page workaround (was Re: New RunRev site...)

2004-08-31 Thread Bill Vlahos
a little frustrated as I can't use 2.5 yet. :( Bill Vlahos On Aug 31, 2004, at 8:36 PM, Marty Billingsley wrote: Marian Petrides [EMAIL PROTECTED]: On Aug 31, 2004, at 4:23 PM, Troy Rollins wrote: All very true, the site is much improved... however, I don't see any way for existing customers

Re: Mac Classic Apps Run Under OS X but Not On Native Classic

2004-09-06 Thread Bill Vlahos
OS 9.2 runs fine by itself. I believe 9.2.2 is the current latest version of Classic MacOS. Bill On Sep 5, 2004, at 9:36 PM, Dan Shafer wrote: My problem went away when I put the unstuffed version on a CD and manually loaded it on the OS 9 machine. One possible clue. OS 9.2 is, I think, not

Re: metal, palette and empty decorations

2004-09-13 Thread Bill Vlahos
. by grabbing the edge or corner of the window) although it does support zooming to maximum and back. I'm not sure if these are bugs which is why I haven't buzilla'd them. Perhaps Tuviah can comment if this is the correct and expected behavior. Bill Vlahos On Sep 13, 2004, at 7:27 AM, [EMAIL PROTECTED

Re: [OT] Wireless remote events?

2004-09-23 Thread Bill Vlahos
used to. While not needed to work, it does come with software that allows you to remap the switches on the remote. Bill Vlahos On Sep 23, 2004, at 5:01 PM, Richard Gaskin wrote: I picked up a Kensington Wireless Presentation Remote today in hopes of using it when presenting at Rev seminars like

Re: Standalone opens stack and then quits

2004-10-12 Thread Bill Vlahos
I should have said that this is with Mac OS X (10.3.5) Revolution 2.5 both current with updates. Bill On Oct 12, 2004, at 10:30 PM, Bill Vlahos wrote: I have a standalone which is built primarily to be the engine so it can open a stack which can save its data. If I build a standalone

Re: Standalone opens stack and then quits

2004-10-13 Thread Bill Vlahos
Ken, Thanks for the suggestion but it still has the same problem. Bill Vlahos On Oct 12, 2004, at 10:51 PM, Ken Ray wrote: On 10/13/04 12:30 AM, Bill Vlahos [EMAIL PROTECTED] wrote: I have a standalone which is built primarily to be the engine so it can open a stack which can save its data. If I

Re: Standalone opens stack and then quits

2004-10-14 Thread Bill Vlahos
and including them solved the problem. Tip of the derby to Geoff and the other folks who helped. Bill Vlahos On Oct 13, 2004, at 9:32 PM, Bill Vlahos wrote: Great question Jeanne. I tried it and that stack doesn't quit. Now my task is to find out what is being called in the stack with the problem

Re: 2.5 Key (Should mine work)

2004-09-27 Thread Bill Vlahos
There is a link on the RunRev web page to submit your old style key to get a new one. Bill On Sep 27, 2004, at 4:31 PM, K wrote: Sorry, I late with 2.5 did not want to change versions in the middle of a project. I purchased the 2.X enterprise version the key I have looks different that the

Re: Encryption and protection

2004-10-04 Thread Bill Vlahos
and link to another locked stack for the Full stack protection. 3. Others here would know this. sorry. 4. ditto Tom On Oct 4, 2004, at 1:19 AM, Bill Vlahos wrote: I have a project where the data is stored in custom properties of multiple cards in a stack that also has the UI for the user. Access

Re: Anyone Interested In A Tablet PC SIG?

2004-10-06 Thread Bill Vlahos
The link doesn't seem to work. Bill Vlahos On Oct 6, 2004, at 9:51 PM, MisterX wrote: I've been working on designs of tablets since 1984! Im still impressed by the backwardness of this lack of tablets! The power of a modern palm with a 9 screen like the old 128K would have been sufficient... I

Re: Are you using Rev/DC in Education?

2004-10-18 Thread Bill Vlahos
I'm looking for course material to do a similar class. Did you develop the material yourself or buy it? Is it available for others to use? I'm also interested in teaching a 1 hour for 4 weeks class to employees where I am the IT Manager. Bill Vlahos On Oct 18, 2004, at 10:17 AM, Marty

GANT type chart object

2004-11-09 Thread Bill Vlahos
I want to make a timeline chart with items displayed similar to a GANT chart. The line would go between a start time/date to and end time/dateHas anyone created an object that does this? I just wanted to check before I re-invent the wheel. Bill Vlahos

Automatic adjustment of font sizes

2004-11-09 Thread Bill Vlahos
then text would no longer fit in buttons and fields. Does Revolution have some built-in method of dealing with this? Bill Vlahos ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Keychain Experience?

2004-11-11 Thread Bill Vlahos
There is an as standalone AppleScript which can be called. However, I thought there are a couple of Revolution implementations which don't need either. All done in Rev. Bill On Nov 11, 2004, at 12:01 PM, [EMAIL PROTECTED] wrote: In a message dated 11/11/04 1:51:58 PM, [EMAIL PROTECTED] writes:

Re: Add fields from stack in data directory to standalone

2004-12-05 Thread Bill Vlahos
My understanding is that just setting the password is not robust enough protection. Bill On Dec 5, 2004, at 2:46 PM, Chipp Walters wrote: Keep the data in a stack and set the password of the stack. Bill Vlahos wrote: I have an application which would fit this model but the data that is stored

Re: Add fields from stack in data directory to standalone

2004-12-05 Thread Bill Vlahos
5, 2004, at 3:19 PM, Robert Brenstein wrote: Keep the data in a stack and set the password of the stack. Bill Vlahos wrote: I have an application which would fit this model but the data that is stored will need to be protected. How would I go about encrypting the data file either in a stack

Re: Image change on mouseover

2004-12-05 Thread Bill Vlahos
No need to store an image as a custom property. Simply add the two images to the stack and set them either with mouseEnter/Leave or setting the images and them arming the button (assuming you have set the images in a button). Bill Vlahos On Dec 5, 2004, at 6:06 PM, Gordon wrote: Dear

Re: Add fields from stack in data directory to standalone

2004-12-05 Thread Bill Vlahos
I have an application which would fit this model but the data that is stored will need to be protected. How would I go about encrypting the data file either in a stack or as a file? Bill Vlahos On Dec 5, 2004, at 1:49 PM, Chipp Walters wrote: Then, I would keep all business logic

Windows logoff command

2004-12-21 Thread Bill Vlahos
can write a program to do this, how can I run it as a service so the user can't quit it? Bill Vlahos ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Files

2005-01-02 Thread Bill Vlahos
which opens the stack containing the data. That data can be saved with the stack. This is the model that DreamCard is based on but you can duplicate the functionality yourself. Bill Vlahos On Jan 2, 2005, at 9:49 AM, Robert Sabo wrote: Ok quick question. Lets say I am going to make a program

Set icon of button to a graphic

2005-01-09 Thread Bill Vlahos
for the button icon as they are a graphic not an image. How can I convert a graphic to an image? Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Set icon of button to a graphic

2005-01-09 Thread Bill Vlahos
Thanks Chipp and Ben. Chipp's script did the trick and I'll use Ben's suggestion of converting it to a PNG for transparency. Bill Vlahos On Jan 9, 2005, at 7:07 PM, Chipp Walters wrote: Hi Bill You can try this. Creat a button and put this in the script: on mouseUp put the windowId

Re: Credit card processing

2005-01-22 Thread Bill Vlahos
Another option would be to go with Kagi (http://www.kagi.com). They have a module that you can put into your Revolution application for this. Bill Vlahos On Jan 21, 2005, at 8:49 AM, Richard Miller wrote: Since posting a related question back in early December, we've signed up

Problem building standalone message

2005-01-28 Thread Bill Vlahos
cluefull about this. The stack runs fine in the IDE (Mac OS X building OS X and Windows standalones). Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: Text box entery

2005-01-28 Thread Bill Vlahos
Paul, SImple. Trap on keydown and build the contents of the field. After the 6th character simple pass the enter key. Bill Vlahos On Jan 28, 2005, at 6:59 PM, Paul Salyers wrote: To everyone that has help me on my Rev question, THANK YOU, with out your help I would have gave up on Rev long ago

Re: Getting up-to-date w/ RunRev 1.1.1 and Mac OS X Panther

2005-01-28 Thread Bill Vlahos
identifies the application but I don't remember what it was. Obviously this is corrected on more recent versions of Revolution. Bill Vlahos On Jan 28, 2005, at 7:14 PM, [EMAIL PROTECTED] wrote: In a message dated 1/28/05 9:33:35 PM, [EMAIL PROTECTED] writes: Get Info on the Rev app itself and see

Re: check box help

2005-02-01 Thread Bill Vlahos
Checking and unchecking the button is the same hiliting it. Just make a new check button and put the following script in it. on mouseUp if the hilite of me is true then beep else end if end mouseUp You should only hear the beep when putting a check in the box. Bill Vlahos On Feb 1

Re: Metal anomalies

2005-02-09 Thread Bill Vlahos
Dragging the window IS the correct behavior for metal on OS X. Without the suggested handlers, applications with the metal look don't behave normally and they should IMHO. Bill Vlahos On Feb 9, 2005, at 12:09 PM, Jan Schenkel wrote: I'm not sure how the engine could know for sure that it's

Re: Listserver/email inbound and outbound

2005-02-10 Thread Bill Vlahos
based [think RevNet]) where there would be channels of discussions. It seems like the most difficult opportunity is how to organize the channels. This could be a new type of application. Bill Vlahos ___ use-revolution mailing list use-revolution

Re: A Revolution beginner seeks advice...

2005-02-16 Thread Bill Vlahos
always decide to upgrade later. Welcome to the Revolution. Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: New user just introducing myself...

2005-02-19 Thread Bill Vlahos
objects. Pretend like you know what you want your application to do, draw it the way you want to see it, and then program the objects (buttons, menu actions, external triggers, whatever...). Welcome to the Revolution. Bill Vlahos ___ use-revolution

Re: Arithmetic operations on dates ?

2005-03-06 Thread Bill Vlahos
I believe it is 2am. Bill Vlahos On Mar 6, 2005, at 8:56 AM, Michael D Mays wrote: put 2005,2,29,0,0,0,0 into someDate convert someDate to dateItems someDate will be 2005,3,1,0,0,0,3 If I say put 2005,3,6,23,59,59,0 into aTimeDate add 1 to 1 to item 6 of aTimeDate convert aTimeDate to long

Re: OT: Severe Mac Mini problem

2005-03-13 Thread Bill Vlahos
might work with this setup. Most people use the gHead for Macs that run headless or with a KVM switch so they can run Timbuktu, or something similar, on it. They are very helpful and would be able to tell you if it will work for you or if there is another solution. Bill Vlahos On Mar 13, 2005

SNMP software in Rev

2005-03-28 Thread Bill Vlahos
with anything. Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: [ann] vObject Package Pre-Release (vCard and iCalendar)

2005-04-05 Thread Bill Vlahos
Andre, Thanks for this. Your timing is impeccable. I was just about to tackle vCard import/export myself for a project and you saved me time. Thank you, Bill Vlahos On Apr 5, 2005, at 4:52 PM, Andre Garzia wrote: Hi Folks, since some folks here showed growing interest in the vObject package, I

Re: ARE YOU SERIOUS REV TEAM? MAJOR SCRIPT EDITOR ISSUES

2005-04-09 Thread Bill Vlahos
Just to let you know that I've been developing in the IDE for years and have never lost code or had most of the problems you described. Bill Vlahos On Apr 9, 2005, at 4:34 AM, Peter Armstrong wrote: Yes I can see that Rev could be the tool of preference for my team, however I can not see them

Re: Physiological data acquisition via USB

2005-04-12 Thread Bill Vlahos
Would this product do what you want? http://www.bkohg.com/service_e.html OSX-examples for RealBasic 4.5, AppleScript, FileMaker 6 and 7, RagTime 5, 4th Dimension, Macromedia Director MX, Xcode, MaxMSP, CodeWarrior 7, LabView 7 and Java. Bill Vlahos On Apr 12, 2005, at 4:47 AM, David Glasgow

Shell command doesn't give feedback until done

2005-06-02 Thread Bill Vlahos
the feedback I want is not possible. Is it? Bill Vlahos ___ use-revolution mailing list use-revolution@lists.runrev.com http://lists.runrev.com/mailman/listinfo/use-revolution

Re: running rev cgi on Mac OS 8.6 Personal web server?

2005-06-05 Thread Bill Vlahos
) so I would check it out too. It sounds like it would be a good fit for what you want to do. Bill Vlahos On Jun 5, 2005, at 8:35 AM, Andre Garzia wrote: Wow classic machine, gotta love those! The only HTTPd server I remember for classic (by 'I remember' read 'affordable') was SocialEngs

Scripting the Geometry Manager

2003-01-28 Thread Bill Vlahos
manager for an object. The effect I want is similar to drawers in OS X but I can't wait for Rev 2.0 which I believe has this feature. If I could script an object's geo manager setting, show/hide the new object, resize window, then update the screen this would work. Thanks, Bill Vlahos Bill

Re: [OT]: Revolution Polo Shirts/T-Shirts

2003-02-05 Thread Bill Vlahos
I agree. A cap would be the best for me. Bill Vlahos On Wednesday, February 5, 2003, at 06:12 AM, [EMAIL PROTECTED] wrote: This may have come up before, but are there any plans to have Revolution apparel? I would proudly wear a Revolution Polo-type shirt to work. T-Shirts and caps would

Re: Multi-user stacks on servers?

2003-02-11 Thread Bill Vlahos
a data base server does. A good example of this is Tuviah's demo chat program which has the clients talking to the server. Bill Vlahos On Sunday, February 9, 2003, at 09:38 PM, Sannyasin Sivakatirswami wrote: I am interested in see what we can do without using an external multi-user dBase

Re: T-shirt competition

2003-03-04 Thread Bill Vlahos
Heather, I vote for #11 for both mug and shirt. Any chance you could make sweatshirts or baseball caps too? Bill Vlahos On Tuesday, March 4, 2003, at 05:55 AM, Heather Williams wrote: Greetings, again. The t-shirt voting is hotting up, and a winner is emerging. However, I have just

Re: T-shirt competition

2003-03-04 Thread Bill Vlahos
Oops. Sorry. I did not mean for that to go to the list. Bill Vlahos On Tuesday, March 4, 2003, at 08:16 AM, Bill Vlahos wrote: Heather, snip Bill Vlahos On Tuesday, March 4, 2003, at 05:55 AM, Heather Williams wrote: Greetings, again. The t-shirt voting is hotting up, and a winner

Standalone asking for QuickTime Effects

2003-04-02 Thread Bill Vlahos
the problem. Any ideas? Bill Vlahos IT Manager, AeroVironment, Inc. ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

  1   2   3   4   5   6   >