[noob here]mouseloc<0?

2005-03-25 Thread Mikey
At work my lappie is hooked up to two monitors, which is really great. Unfortunately, if I move a stack to the second monitor and take the lappie on the road, the stacks open off the visible area. No problem! I have a virtual desktop utility. Well, no problem until tonight, when the virtual des

RE: HC Home handlers

2005-03-25 Thread MisterX
Here you go Mickey. Note that they are adapted from the XOS core so some things may refer to some functions like stackname() which i didn't edit... but it should be obvious the searchscript wasn't checked or verified but should work... cheers Xavier on BX edit script of this bg end BX fun

Re: HC Home handlers

2005-03-25 Thread Mikey
Can you provide a little more detail here? Still a noob, so, what plugin will give me start-using capability? The things I'm really missing right now are ss (search scripts), c (edit the properties of a card, with shift to edit the script of a card), and s (edit the properties of a stack, with sh

Re: HC Home handlers

2005-03-25 Thread J. Landman Gay
On 3/25/05 9:53 PM, Mikey wrote: > Has anybody written handlers similar to a couple of the more popular > ones in HC, e.g. ss, c, etc.? I was able to bring most of them over intact. Copy them out of HC and put them in the script of a Rev stack, and start using the stack automatically via a plugin

Re: The paradigm of containers and self-referenced names

2005-03-25 Thread Mikey
> there are occasions when I really need strong variable typing. Like, > for instance, if I'm trying to pass two floating point numbers, a > string, and a date to an external function. Do I really have to go > through the C pain of converting and casting the strings I get from > the runrev engine?

Re: The paradigm of containers and self-referenced names

2005-03-25 Thread Dan Shafer
You gave me a real blast from the past with this one, Mikey. I was an early enthusiast of Omnis, back when it was Omnis-3. (Last I checked they were up to 7 and it looks like that's where things still are about a year later.) It was a wonderful development tool as long as you didn't want to do

Re: The paradigm of containers and self-referenced names

2005-03-25 Thread Mark Wieder
Mikey- Friday, March 25, 2005, 7:12:26 PM, you wrote: M> Implicit, implied typing is a tremendous leap in programming M> languages. I know what I mean, and the machine is my (uh, five letter ...and I'm in agreement there. However... there are occasions when I really need strong variable typing

HC Home handlers

2005-03-25 Thread Mikey
Has anybody written handlers similar to a couple of the more popular ones in HC, e.g. ss, c, etc.? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And Go

Re: [ANN]Tao of RunRev, RunRev Wishlist, and RunRev Documentation Projects

2005-03-25 Thread Mikey
Hey, Andre, A couple of things on your message: 1) With Blogger you can post using email or Hello, no need to actually log in. 2) I don't have any ads in my blogs. I intentionally didn't sign up for them. However, 3) I'll look at your tools and let you know what I think. If they make life eas

Re: The paradigm of containers and self-referenced names

2005-03-25 Thread Mikey
Having written a couple of compilers, well, ok, having written several compilers, I understand why compiler-writers like typed variables. It definitely makes life easier, and reduces by one the number of passes required to go through someone's code. In addition, it reduces the amount of guessing

Re: Newbie: Functional difference between cards and stacks?

2005-03-25 Thread Thomas McGrath III
Your first clue is "flash card" therefore it is good to use cards.. cards are in stacks even if you only have one card in a stack. substacks are for 'other' windows or palettes etc or for preferences/splash screeen etc. BUT you could just as easily use another stack for these and just have

Re: ANN Nine ball pool

2005-03-25 Thread Thomas McGrath III
You know if the collision detection that happens on the sides of the pool game could also work on, oh, let's say a round/square object then you could have Bumper Pool and then you could also make a Miniature Golf game. I changed your code and made eight holes instead of six and that was real e

Re: Newbie: Functional difference between cards and stacks?

2005-03-25 Thread Ken Ray
On 3/25/05 3:05 PM, "Nicole Freed" <[EMAIL PROTECTED]> wrote: > My first question is simple: What is the functional difference > between cards and stacks? I get the visual metaphor, but don't really > get when to use stacks, substacks, or cards. First of all, welcome to the list! Don't worry abou

Re: How can I detect scrolling in a field?

2005-03-25 Thread Stephen Barncard
Works with horizontal scrollbars too...so your legend could travel with data. (inside script of the scrolling object) on scrollbarDrag set the hscroll of fld "FPO" to the hscroll of fld "theOutput" end scrollbarDrag I used the message watcher to see what message was sent when I used the horizont

Re: Own fontsuite with standalone ?

2005-03-25 Thread Ken Ray
On 3/25/05 4:20 PM, "Jerry Balzano" <[EMAIL PROTECTED]> wrote: > I wondered if this issue ever got resolved, and if so, how. Given Ken > Ray's message below and a little magical (wishful) thinking, I simply > tried typing > > ext_loadFont "/Users/jerry/Desktop/CLASSIC_.TTF" > > and I got a "can

RE: Catching errors

2005-03-25 Thread MisterX
> Mr. X, although I'm fascinated by your research and coding I > find your naming of your framework XOS somewhat misleading > and strange, since you have clearly described it as a > framework and not an Operating System. Stephen, Im honored! Sorry, I couldn't reduce this more but you'll get yo

RE: How can I detect scrolling in a field?

2005-03-25 Thread MisterX
Hi Graham It is on scrollbardrag w set the scroll of fld 2 to w .. BUT be carefull if you do the reverse in field 2... if the scroll of fld 2 is not w then... that's the safe way or you'll cause another scrollbardrag back and forth forever (used to work that way and haven't tried lately ;)).

How can I detect scrolling in a field?

2005-03-25 Thread graham samuel
I'm sure this is blindingly obvious, but not to me. If I have a scrolling field (say "F1") with n lines in it, and next to it on the same card I have a scrolling field of identical size also containing n lines, where each line contains information which relates to the same line in the other fiel

RE: Newbie: Functional difference between cards and stacks?

2005-03-25 Thread MisterX
Welcome aboard Nicole! > My first question is simple: What is the functional > difference between cards and stacks? ... Think of any window in RunRev as another stack first. Any of those stacks can have one or more cards. Like a stack of cards, it's that simple. Or if you prefer the database

Re: Own fontsuite with standalone ?

2005-03-25 Thread Jerry Balzano
I wondered if this issue ever got resolved, and if so, how. Given Ken Ray's message below and a little magical (wishful) thinking, I simply tried typing ext_loadFont "/Users/jerry/Desktop/CLASSIC_.TTF" and I got a "can't find handler" error message. Is that all there is to be done? i.

Newbie: Functional difference between cards and stacks?

2005-03-25 Thread Nicole Freed
Hello, everyone. Total newbie here. I'm just getting started with Revolution, and, except for a little bit of HTML, am a total non-programmer (my background's in graphic design). So please be patient with my simplistic questions. Hopefully with some help from all you good people, I'll be up to

libURL - more FTP questions

2005-03-25 Thread jbv
Hi everybody, Since we're at it, I have a question for those who use libURL for uploading large amounts of data to a distant server... I've just been asked by a client to brainstorm on the project of a client web app which, among other things, should allow the upload of large files (I mean REALLY

Re: libURL - FTP questions

2005-03-25 Thread Malte Brill
Ok. I just found the libURL documentation... http://support.runrev.com/resources/liburlrealdocs.html Sorry for stealing your time. :-) libURLSetLogField is what I needed: Cheers, Malte ___ use-revolution mailing list use-revolution@lists.runrev.com http:/

libURL - FTP questions

2005-03-25 Thread Malte Brill
Hi list, I got some questions concerning FTP error catching and handling... How do I test if the User has entered data correctly (like domainname,username,password and port) ? Any ideas welcome! Thanks, Malte ___ use-revolution mailing list use-revolu

Re:Is there a tutorial for Property Inspector, Standalone window

2005-03-25 Thread steve messimer
on 3/25/05 12:00 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > Steve > > I have to say that's one of the best Rev overview/introductory things > I've seen. I saw it before but never went all the way through it. > > This should get wider dissemination somehow. > > Dan Hey Dan! Thanks

Re: Catching errors

2005-03-25 Thread Stephen Barncard
Mr. X, although I'm fascinated by your research and coding I find your naming of your framework XOS somewhat misleading and strange, since you have clearly described it as a framework and not an Operating System. I know how naming things go. I've called a project something else for ages and it

RE: ANN Nine ball pool

2005-03-25 Thread Jim Hurley
Message: 5 Date: Thu, 24 Mar 2005 23:15:21 +0100 From: "MisterX" <[EMAIL PROTECTED]> Subject: RE: ANN Nine ball pool To: "'How to use Revolution'" Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="US-ASCII" Awesome! As a pool shark, I must say I liked it for the "physics"! A

Re: Great Tip from Ken Ray about lineOffset

2005-03-25 Thread Brian Yennie
I guess I don't understand the code, or something. If the item I am searching for is the very first item, then the itemOffset() returns 1, so the div produces 0 which goes into tLineNumber. Therefore the if test is false, so I don't add the 1 - leaving me with a value of 0. I'd interpret that

Re: Great Tip from Ken Ray about lineOffset

2005-03-25 Thread Alex Tweedly
Brian Yennie wrote: Here's another interesting one to mull over what it does, just for fun: replace (the lineDelimiter) with (the itemDelimiter) in tList put (itemOffset(tItem, tList) div itemsPerLine) into tLineNumber if (tLineNumber > 0) then add 1 to tLineNumber To ponder: why would this be usef

Re: Great Tip from Ken Ray about lineOffset

2005-03-25 Thread Brian Yennie
put lineOffset(cr & "C",cr & tList) The first cr makes sure the line you're looking for starts with 'C' and the second one is used to 'sync' up the number you're returning. Definitely a keeper! There are some variations, too, that are worth keeping handy: ## find something at the end of a line p

Catching errors

2005-03-25 Thread MisterX
Hi everyone, Im on hollidays, so hard at work on XOS! I hope to release something before the summer maybe! Unless a couple other top secret projects do better, this is still my biggest undertaking! 15 years after... I found a nice metaphor for XOS which im adding front page of the documentation.