Re: arrowKey in tables

2008-04-28 Thread -= JB =-
I found the problem. I have a script that uses on selectionChanged and was causing it to jump to the wrong line. All it did was send a mouseUp and I can't see why it would cause it to act like that but it is the problem thanks, -=>JB<=- On Apr 28, 2008, at 7:50 PM, Ken Ray wrote: Let's say

AW: Mac Newbee question to Mac paths

2008-04-28 Thread Tiemo Hollmann TB
Hi Ken, thank you for claryfying, that helps! Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PROTECTED] Im Auftrag von Ken Ray > Gesendet: Dienstag, 29. April 2008 00:18 > An: How to use Revolution > Betreff: Re: Mac Newbee question to Mac paths

Re: Table Fields

2008-04-28 Thread Richard Gaskin
william humphrey wrote: > Richard Gaskin wrote: >> I've been working off-and-on for quite some time on a database >> selector type of table object ...it would be nice to know if >> this gadget would be useful to others... If so, please drop me >> a note offline and let me know, and that'll help m

Re: Picture DATA and how to show it

2008-04-28 Thread Richard Gaskin
Thomas McGrath III wrote: Does anyone here have some ideas on where to go from here? Apple's APIs generally favor C++ for such data structures. Sounds like a good job for an external. -- Richard Gaskin Managing Editor, revJournal ___

Re: Picture DATA and how to show it

2008-04-28 Thread Thomas McGrath III
I really need some help on this one!!! So far I can get the artwork and read the result in AS, then again in applescript I can write the hex to a file where it is now binary and read that file in RR. It works but this is a sloppy solution as it is Mac only for one and Applescript is doing a

Re: way to listen to port 127.0.0.1

2008-04-28 Thread rgould8
I tried that just now, and it's still flashing white between clicks on the web-page.? This is evident by my particular kiosk application, which has a cached large image in the background, and in native Safari, I can jump from page to page with that background, and the foreground elements appea

Translating IP address on a local network

2008-04-28 Thread Sarah Reichelt
Hi All, We have a small network behind a NAT router, with IP addresses either set manually or by DHCP in the format 192.168.1.xxx. All the computer's are Macs so they also have Bonjour names e.g. sarah-mac.local. I have set up a custom web server based on Andre's RevOnRockets. When the web server

Re: arrowKey in tables

2008-04-28 Thread Ken Ray
> Let's say I have a table field and the I-beam cursor is > located in row 7 column 3. If I use the down arrowKey > it will jump to row 8 column 1. Is there a way to make > it go straight down the column (row 8 column 3) plus > straight up the column when I use the up arrowKey. What version of R

arrowKey in tables

2008-04-28 Thread -= JB =-
Let's say I have a table field and the I-beam cursor is located in row 7 column 3. If I use the down arrowKey it will jump to row 8 column 1. Is there a way to make it go straight down the column (row 8 column 3) plus straight up the column when I use the up arrowKey. thanks, -=>JB<=- _

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Joe Lewis Wilkins
Hi Sarah, I haven't studied all of the different possibilities, but I've been able to make what I need work. Printing cards with large images; printing cards with scrolling text fields and printing cards with combinations of images and text of varied sorts. Thanks. Joe Wilkins On Apr 28,

Re: Mac Newbee question to Mac paths

2008-04-28 Thread Ken Ray
> A typical Mac path would look like this: > /Applications/MyApp.app/Contents/MacOS/Mainstack > > Shouldn't it be: Hard Disc/Applications/MyApp.app/Contents/MacOS/Mainstack No, not if the Mac has only a single volume (i.e. hard drive). And when there are multiple drives, the path is: /Volumes//

Re: Picture DATA and how to show it

2008-04-28 Thread Thomas McGrath III
Mark et. al. Also if I use Applescript to write the Data to a pict file I actually get this: Ì4Ùˇ ˇ˛HHÙÄÄÄ    ÙÇ  Ït  [EMAIL PROTECTED]@ÙVpng appl

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Sarah Reichelt
Printing has changed a lot in 2.9 and in my opinion, for the better. Since it seems to be an issue of some confusion, I thought I would chime in here with my experiences. There is a large list of new commands and functions for setting up your printing, querying printers, storing print setups etc.

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread dlwild
Hello, Thanks for all those who have replied to the printing question. I'll let you know how it went. All the best, Leonardo On Apr 28, 2008, at 10:18 AM, Joe Lewis Wilkins wrote: Thanks, Bill. Will do. Joe Wilkins On Apr 28, 2008, at 8:11 AM, Bill Marriott wrote: Hi Joe, In searching

Re: Picture DATA and how to show it

2008-04-28 Thread Thomas McGrath III
Mark, The AS dict says " data (picture) : data for this artwork, in the form of a picture " but it does not refer to it's type or how it is stored i.e. Hex etc. If I get the format for this in AS it states {«class PNG »} so even though it states PICT I think it is a PNG. Export

Re: Picture DATA and how to show it

2008-04-28 Thread Mark Schonewille
Hi Tom, I'd say this is a PICT file in hex form. I don't know whether you should convert it to binary first, but you could always try to write it to a file on disk and then import it, either as PICT or, if that doesn't work, as PNG. Best regards, Mark Schonewille -- Economy-x-Talk Cons

Picture DATA and how to show it

2008-04-28 Thread Thomas McGrath III
Dear friends, I have some data returned from an applescript that looks like this: «data PICTED3401F001F4001102FF0C00FFFE0048004801F001F400 (continues on awhile) 963747572652E00FF» I of course deleted the «data PICT and » when playing around in RR. I

Re: My new app - Aperture Assistant

2008-04-28 Thread Ian Wood
Update - after ~1000 downloads of two betas, only five bugs were reported (which isn't to say there were only five bugs...). Aperture Assistant 1.0 is now available... http://aperture-assistant.com/downloads Thanks again to all the list members! Ian __

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Bill Marriott
Hi Troy, > Since the newsletter itself is online, perhaps this list could be added > to its mailing list, so that we can be sure to know when a new one come > out? Every name we get via download or sale of the product is automatically added to the newsletter, unless you uncheck the box. I do

Re: Tab in tables and determine which cell

2008-04-28 Thread -= JB =-
It Helps a lot. thanks, -=>JB<=- On Apr 28, 2008, at 8:38 AM, Ken Ray wrote: In the script below revGetCellName was used. Where can I read about table cells and cell names of anything else related to table fields because I cannot find this word in the dictionary or anything when I do a searc

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Troy Rollins
On Apr 28, 2008, at 11:11 AM, Bill Marriott wrote: We send them out to just about everyone... suggest you write support (at) runrev.com to be sure you're on the list. They come out every two weeks or so and there's usually some good info each edition. Since the newsletter itself is online

Re: Tab in tables and determine which cell

2008-04-28 Thread Ken Ray
> In the script below revGetCellName was used. > Where can I read about table cells and cell names > of anything else related to table fields because I > cannot find this word in the dictionary or anything > when I do a search. Last night, Bill asked me how I ended up getting to the solution; I've

Is there a minimum OS X requirement for Rev 2.8?

2008-04-28 Thread Tiemo Hollmann TB
Hello, I have build an app in 2.8 for OS X (Universal), which runs up to now without any problems and almost no bad feedback from my customers. Today I got a call from a customer, running OS X 10.2.8. When he clicks on my app something is working for moment, as if the program want's to start and c

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Joe Lewis Wilkins
Thanks, Bill. Will do. Joe Wilkins On Apr 28, 2008, at 8:11 AM, Bill Marriott wrote: Hi Joe, In searching all the emails I've received from Rev in recent days, I didn't even receive notification that there is such a critter as the one you sight; and this is really my first formal aware

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Bill Marriott
Hi Joe, > In searching all the emails I've received from Rev in recent days, I > didn't even receive notification that there is such a critter as the one > you sight; and this is really my first formal awareness that Rev > publishes these on a fairly routine basis and with vital information

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Joe Lewis Wilkins
Furthermore, Bill. In searching all the emails I've received from Rev in recent days, I didn't even receive notification that there is such a critter as the one you sight; and this is really my first formal awareness that Rev publishes these on a fairly routine basis and with vital informat

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Joe Lewis Wilkins
Thanks for the direction, Bill. I can understand what you saying, and am sympathetic; but feel "newsletters" should not be where clarifications and requirements are to be found. Hey, we don't all have time to read every little thing that rev puts out. We're usually focused in on the problem

Re: Tab in tables and determine which cell

2008-04-28 Thread -= JB =-
In the script below revGetCellName was used. Where can I read about table cells and cell names of anything else related to table fields because I cannot find this word in the dictionary or anything when I do a search. -=>JB<=- On Apr 27, 2008, at 10:32 PM, Bill Vlahos wrote: Thanks to JB for h

Re: PRINTING IN RUNREV 2.9

2008-04-28 Thread Bill Marriott
Leonardo, > I don't know if anyone knows whether it is possible to print and entire > scrolling field in Revolution 2.9. Yes. I created a new stack, added a field, put the contents of a web page into it, and used the command revprintfield the name of fld 1 and it worked fine to produce a multi

AW: Mac Newbee question to Mac paths

2008-04-28 Thread Tiemo Hollmann TB
Hi Colin, I just wanted to understand "where I am" and "why", when creating a path to a subfolder from the defaultfolder or filename because I did very hard in some tests without a Mac ... Thanks Tiemo > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:use-revolution- > [EMAIL PR

Re: Mac Newbee question to Mac paths

2008-04-28 Thread Colin Holgate
I'm pretty sure that the documentation wouldn't expect the user to know about showing package contents, or tunneling through to the file that happens to be the real thing. For most people the standalone is the entire package itself. So both parts of the help are referring to / Applications/.

Mac Newbee question to Mac paths

2008-04-28 Thread Tiemo Hollmann TB
Hi there, As not having a Mac yet, I am still doubtful with the Mac path structure. I am talking about the Mac OSX standalone: A typical Mac path would look like this: /Applications/MyApp.app/Contents/MacOS/Mainstack Shouldn't it be: Hard Disc/Applications/MyApp.app/Contents/MacOS/Mainstack