RE: Setting screen resolution in Revolution

2004-04-14 Thread MisterX
On the Mac there was an osax (from Jon's I think) (osax is an Applescript extension (more than one osax is known as osaxen not osii ;). Will it work on osx? Windows, there should be a shell but does it work out of dos? I'll ask our guru tomorow... a dll hack should be the thing... Unix? Probably

RE: Re: Colorize Script

2004-04-14 Thread MisterX
repeat for each item w in thislanguagekeywords put length(w) into wlen put 0 into lasta repeat put offset(w, xscript,lasta) into a if a<1 then exit repeat add lasta to a set the textcolor of char a to a+wlen to colorchar[w] put a into lasta end repeat end repeat I'll l

RE: Some Basic Misunderstandings/Problems with RunRev - aka Help!

2004-04-14 Thread MisterX
> On Wednesday, April 14, 2004, at 06:52 PM, > [EMAIL PROTECTED] wrote: > > > From: David Burgun <[EMAIL PROTECTED]> > > Subject: Re: Some Basic Misunderstandings/Problems with > rather than saving the data in the stack. David Forget C... Here's a bit of RR design phylosophy... You can use an

Help needed

2004-04-15 Thread MisterX
In the attempt to make at least one good faultless ;) release I need a tester or two for the new Discrete Browser and a sophisticated Roulete game (which I'll be releasing shortly...) Anyone interested who will try the software wildly and report bugs or critique positively is welcome to contact

Scrolling non scrolling fields

2004-04-19 Thread MisterX
Hi everyone, Is there anyway to set the scroll of a field that doesn't have a scrollbar? set the hscroll of fld x to y Doesn't work if the field doesn't have the hscrollbar set. I dont want this field to show a scrollbar though... Thanks for any clues Cheers Xavier __

RE: Devanagari woes

2004-04-20 Thread MisterX
Fritz, > Has anyone on the list managed to type flawless Devanagari in a Rev field? I suppose any simpletext type application works correctly... The minimum support question... (BOFH: did you reboot 3 times holding option control shift tab 6 backspace???) Are you using styled text? Bold italic,

RE: visual effects

2004-04-23 Thread MisterX
look at the help for Visual and check out the related menu. There's an answer to why it may not work... They have a few combinations of different effects. Like lock screen with visual dissolve etc... Enjoy the transitions! cheers > -Original Message- > From: [EMAIL PROTECTED] > [mailto

ANN: Final release of the Discrete Browser 1.6

2004-04-24 Thread MisterX
Finally! The last release of DiscreteBrowser (with one known inexplicable bug) is released! Download and details at http://monsieurx.com/modules.php?name=News&file=article&sid=142 - Favorites are now working and have their own manager for editing. - Just couldn't miss the html coloring manager

RE: Final release of the Discrete Browser 1.6

2004-04-24 Thread MisterX
Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MisterX > Sent: Saturday, April 24, 2004 11:21 > To: How to use Revolution > Subject: ANN: Final release of the Discrete Browser 1.6 > > > Finally! > > The last release of DiscreteBrowser

RE: Has anybody found RunRev under Windows 2000 to be a bit flaky?

2004-05-11 Thread MisterX
> Hello All, Hello Dermot Welcome to RR > I'm running an evaluation copy of RunRev 2.2 under Windows 2000. > Apart from > being very impressed by the package I've also noticed some flaky > behaviour. flaky is fuzzy, software quality is fuzzy, RR is of great quality but it has its flukes just l

RE: scriptable painting?

2004-05-13 Thread MisterX
Eric, I wrote a colorwheel drawing app back in MC times... Check it out... http://monsieurx.com/modules.php?name=News&file=article&sid=43 Any optimizations, cool settings, etc are welcome... I'll enhance it a bit more in the future... cheers Xavier > -Original Message- > From: [EMAIL

RE: Script Debugger Not "seeing" Breakpoints

2004-04-25 Thread MisterX
depending on when you open the script editor, it's possible that the scroll of the debugcheckpoint field is not vertically synchronized with the scritp field... I've seen this a lot... Did I enter a bugz for this yet? scroll the scritp field a bit always before inserting a debug checkpoint... you

RE: Documentation on developing externals

2004-04-26 Thread MisterX
Has no one tried CompileIt on RR? Such a cool tool! speeds things up a lot for long loops! But it runs on Macs only ;( wasn't someone looking to make use of a custom osax? http://mtlab.ecn.fpu.ac.jp/scripting/making_osax.html done with compileIt Unfortunately it seems no longuer alive... >

[ANN] Transcript Language Module for UltraEdit

2004-04-27 Thread MisterX
The module is now available at http://monsieurx.com/modules.php?name=News&file=article&sid=143 Not that I think it will be practical but who knows! There is a poll regarding your favorite Editor too! I see no mention of External editors in the RR docs as was possible in MC. Is there such a f

RE: Very cool app for PC, Linux and Mac users.

2004-04-27 Thread MisterX
VNC is great! Allows me to do mom support! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Mark Wieder > Sent: Tuesday, April 27, 2004 17:38 > To: Use-Revolution > Subject: Re: Very cool app for PC, Linux and Mac users. > > > Chipp- > > Interesting

RE: [ANN] Transcript Language Module for UltraEdit

2004-04-28 Thread MisterX
Just in case you tried and liked it, I've made a few updates to this file. I wont change the file again so be it! Same link as before, file is a wopping 2kbs bigger! Cheers Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of

How to say there's a bug in 1000 words!

2004-04-28 Thread MisterX
on windows... dont know about macs... Hit shift-printscreen Command shift 3 or control command option shift 3 on the mac Linux? Open a script editor window... (control shift S or C) paste... (control V or ins or shift ins (on pcs)) ROTFL Funniest thing is that I was actually coping a

RE: SC - programs() eqivalent?

2004-05-03 Thread MisterX
Terry, For windows you need a pslist.exe shell available either in the moft resource kit or http://www.sysinternals.com/ntw2k/freeware/pstools.shtml There should be a windows scripting host (wsh) command but I dont know it. Shouldn't be hard to google out though... cheers > -Original Messa

[ANN] RunRev LogShark

2004-05-17 Thread MisterX
Hi everyone, Here's a nice little free stack to keep track of your RunRev session logs to ease the pain of tracking problems... http://www.monsieurx.com/modules.php?name=News&file=article&sid=147 The stack could use a few more features and graphics but it serves the purpose... Comments, bugs an

RE: IDE Interference (not just a another rant)

2004-05-26 Thread MisterX
from the moment you press cntrol s until the IDE reacts again... but consider it takes 1 second for OS to file access, even 2 seconds to save 10 Ks to be extrememly long... The CPU hog is the worst, it's capable of screwing up a DVD burn among other things (true story)... And on a PC, it's hard t

RE: IDE Interference (not just a another rant)

2004-05-26 Thread MisterX
> [EMAIL PROTECTED] wrote: > > > I gave up on reveditscript and revselection changed... > > I had some AWESOME plugins to come... no release date yet... > > I gave you the solution months ago when you first started complaining > about this. Rev's messages for plugins are convenient but by no me

RE: IDE Interference (not just a another rant)

2004-05-26 Thread MisterX
in > Sent: Wednesday, May 26, 2004 19:16 > To: How to use Revolution > Subject: Re: IDE Interference (not just a another rant) > > > MisterX wrote: > > but consider it takes 1 second for OS to file access, even 2 seconds > > to save 10 Ks to be extrememly long...

RE: IDE Interference (not just a another rant)

2004-05-26 Thread MisterX
ROTECTED] Behalf Of Richard > Gaskin > Sent: Wednesday, May 26, 2004 20:51 > To: How to use Revolution > Subject: Re: IDE Interference (not just a another rant) > > > MisterX wrote: > > > that was a hypothetical estimate in favor of RR's engine ;) > > > &g

RE: IDE Interference (not just a another rant)

2004-05-26 Thread MisterX
Sarah, > > > Tracking it down wasn't much help because the message > > watcher threw me off thinking the problem was the TableManager > > (sorry Jan)... Besides the fact that the message watcher is nearly > > useless, it throws in all the RR's messages to confuse you and > > doesn't tell you where

RE: IDE Interference - the bottom line (that's it!)

2004-05-28 Thread MisterX
Brian, Dont get me wrong. I think you have... First I want to say that even though my tone is not apparently RR friendly, im only trying to point out the obvious in a rudimentary way... Im not upset or raving to get RR aknowledge a bug, just trying to point out a flaw in design within the IDE and

Menu shortcuts not working

2004-05-29 Thread MisterX
Hi everyone, (B (BX's daily rant again ;)) (B (BMenu shortcuts dont work for me on windows and before putting in a bugzilla (B(coz I didn't find a similar item) (BI wanted to know if others have had this problem or not... (B (BOn windows, it seems that the topstack will prevent regular IDE

ANN Props NO2

2004-06-07 Thread MisterX
Hi everyone Here's the first announcement of PropsNO2 (Nitrous Oxide) for RunRev version 1.1 demo. Tired of pulling down the properties palette sections menu? Here's one plugin palette that will save you countless kilometers of menu dragging, time consuming switching that kills the momentum in

RE: ANN Props NO2

2004-06-07 Thread MisterX
Can anyone tell me who designed the properties palette to interface with him/it? Emailing to Kevin for answers seems futile... X of the Borg ___ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

shortcut intuitivity à la Rev 8X

2004-06-07 Thread MisterX
he he... Control shift-i will not import a picture but chore shift period will X's accidental rev tip #1 Is there is doc for deez unintuitive shotcuts? ;X - The designer of a new kind of system must participate fully in the implementation. —Donald E. Knuth _

RE: error message anomalies, anyone?

2004-06-08 Thread MisterX
Richard, I posted a bug (1477) about this regarding the compiler for one. A certain keyword would throw off the compiler error message. In another case, some wrong wording in scripts can cause also weird reactions put field "x" of cd 1 of stack y of me (of me is wrong...) Can you be more specif

RE: use-revolution Digest, Vol 9, Issue 15

2004-06-08 Thread MisterX
Sent: Tuesday, June 08, 2004 21:50 > To: [EMAIL PROTECTED] > Subject: Re: use-revolution Digest, Vol 9, Issue 15 > > > > Date: Tue, 8 Jun 2004 03:20:28 +0200 > > From: "MisterX" <[EMAIL PROTECTED]> > > Subject: ANN Props NO2 > > To: &qu

RE: ANN Props N2O

2004-06-08 Thread MisterX
Hi everyone, I just uploaded version 1.1.2 of my new plugin PropsN2O http://www.monsieurx.com/modules.php?name=News&file=article&sid=150 I got lucky and found the problem with the revPropertyPalette not being updated after changing objects in my new plugin. Also changed the name to reflect chemi

RE: Message Box with vertical scroll bar

2004-06-09 Thread MisterX
recipee first show the message box second in the msg put the windows... you see message box... create a stack with a button with script to locate the fields on mouseup set the defaultstack to "message box" put the number of fields into controlsnum repeat with x = 1 to controlsnum put

RE: HOLY COW, BATMAN!!!

2004-06-10 Thread MisterX
without wanting to plug in shamelessly... try the discrete browser... it cleans html from any source, strips empty lines, formats tables into tabstops strips unnecessary tags, images, and more... It's quite fast too without even trying! No progress bar required! http://monsieurx.com/modules.php

RE: Jiggling the autoHilite handle

2004-06-17 Thread MisterX
Troy, There is a difference with hilitecolor between OSX and Windows/Linx http://www.runrev.com/revolution/developers/bugdatabase/show_bug.cgi?id=1518 cheers Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Troy > Rollins > Sent: Thursday, June

Missing languages...

2004-06-17 Thread MisterX
Dear list, Bill, Kevin, >From a recent entry in Slashdot.org (/.) I searched the links and tried to find our favorite languages... to no avail... the only mention is of HyperTalk in ftp://wuarchive.wustl.edu/doc/misc/lang-list.txt No transcript or Metatalk... So, here, to the concerned people a

ANN: New PropsN2O 1.2.1 plugin release

2004-06-20 Thread MisterX
Hi everyone, Following some suggestions I have made quite a few improvements to the PropN2O plugin. Im really happy with this release and highly recommend it. Please check out this web page for release information and download. http://monsieurx.com/modules.php?name=News&file=article&sid=154 New

Ann: Sessionlog batch saver and logshark management stack for RunRev

2004-06-20 Thread MisterX
Hi everyone, I've written a nice little helper batch for windows to manage the RunRev Sessionlog file. This is a launcher batch that first saves the logfile before it is overwritten by the RunRev being launched and then launches RunRev safely. But wait, that's not all, I've also included a previ

RE: Revolution gui wrapper

2004-06-21 Thread MisterX
Alejandro DOS GUI wrappers are easy and very useful. I manage a whole NT domain using the NT Resource kit and metacard with these. It sure avoid a lot of dos typing... Open a DOS box, type your command with '/?' to display the help switches. Then for any interesting switch, you build a parameter

RE: Revolution gui wrapper

2004-06-21 Thread MisterX
I will post an example later today for windows. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Alejandro > Tejada > Sent: Tuesday, June 22, 2004 00:29 > To: [EMAIL PROTECTED] > Subject: Re: Revolution gui wrapper > > > on Mon, 21 Jun 2004 > Xavier B

RE: iGame3D status 062204

2004-06-22 Thread MisterX
I couldn't crash your test stack on windows but there are many issues with menus and popup menus. I added some comments too the the bugzilla. By far the weirdest bug is trying to access the test4 menu, it makes the menu pop up anywhere on the IDE! But it's half understandable since you have a m

ANN: NT CLI GUI (was RE: Revolution gui wrapper)

2004-06-22 Thread MisterX
or one). Output parsing and other commands based on the outputs are left as excercise for the needy. If you need one such tools, you can contact me offlist. cheers Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MisterX > Sent: Tuesd

RE: how "use stack panel" works

2004-06-22 Thread MisterX
Use an non-opaque button over your graphics or menu items to catch the hilite and menuitem selection message. Use a mouseup event in the script to do your bidding. Last but not least, the button should not be auto-hilite. Making submenus is not possible either. I've tried and it works but you ca

RE: Drop Down?

2004-06-23 Thread MisterX
check out pulldown or popup in the help ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of K > Sent: Wednesday, June 23, 2004 10:16 > To: [EMAIL PROTECTED] > Subject: Drop Down? > > > > I cannot seem to find any information drop down controls? Is it

ANN: PropsN2O Revision and registration module for RunRev Software

2004-06-23 Thread MisterX
Software without bugs is obsolete... I've revised the PropsN2O plugin with a couple fixes which were necessary. The vertical orientation had one bug which gladly no one noticed! A few minor cosmetic fixes and one menu bug are now goners. Download and info still at http://www.monsieurx.com/modul

RE: ANN: NT CLI GUI

2004-06-23 Thread MisterX
errors in shell commands... And keep the merengue coming! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Alejandro > Tejada > Sent: Wednesday, June 23, 2004 21:33 > To: [EMAIL PROTECTED] > Subject: Re: ANN: NT CLI GUI > >

Strange local behavior (plus a cool tip!)

2004-06-24 Thread MisterX
Maybe this is my pandimensional processor acting up but I wanted to know if the following is localized to this computer or you have had the same experience. I entered a bug regarding the loss of hilitedlines in a list field after resizing a stack. so I wrote this nice little handler to save the f

YAA: NT Evironment variables CLI wrapper

2004-06-24 Thread MisterX
Yet Another Announcement... Here is nice little stack demonstrating the use of the shell command to find and set Windows environment variables from RunRev. http://www.monsieurx.com/modules.php?name=Downloads&d_op=getit&lid=54 Only 5KBs. Freeware. Nearly useless unless you plan to modify these va

RE: launch

2004-06-24 Thread MisterX
maybe this can help... http://www.sysinternals.com/ntw2k/freeware/pssuspend.shtml it has a resume process - Haven't tried but it may work. eventually, ask the guys as sysinternals to point you to the right resource - they seem very helpful and even provide source code for their tools which are b

RE: more bug explanation. (RE: Chipp & wouter)

2004-06-24 Thread MisterX
> -Original Message- > From Frank Leahy > Sent: Thursday, June 24, 2004 11:36 > First, menus work in RunRev -- popup menus work, pull down menus work, > option menus work, combo menus work, the menubar works. sub menus dont work so well in RR bugzilla 1494 (windows only?) > Seco

RE: Kill a process in OS X?

2004-06-24 Thread MisterX
dont know much about osx shells but this should work do a shell script like put "su root p:**"&cr & "kill -9 " get shell(it) su logs you in as superuser... you must know the root pw though... X > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ken

ANN: PropsN2O 1.3

2004-06-26 Thread MisterX
Dear All, Maybe one of my best time saving tools is now even better! The RevPropertyPalette accelerator is now even more handy! The controls styles menu is finally implemented! This great feature allows you to remember any section of the RevPropertyPalette from one object and assign it to anothe

Bug or reality?

2004-06-26 Thread MisterX
Hi 'yall, just wondering if Im going to have to enter yet another bugzilla... I have a stack whose both window and stack purge on close properties are set. I open the stack, modify it, close the stack. I open a different version of the stack (also with purge on) and I get the dialog whether I s

RE: PropsN2O 1.3 Note

2004-06-26 Thread MisterX
tting styles without being in the same revPropertyPalette section. and I disabled the geometry styles since they rely on custom props... No other changes made to the other controls... Regards, Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Beh

ANN: PropsN2O 1.4

2004-06-27 Thread MisterX
sage- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MisterX > Sent: Sunday, June 27, 2004 08:23 > To: How to use Revolution > Subject: RE: PropsN2O 1.3 Note > > > Hi Everyone, > > A small bug has crept in this version of PropsN2O. > > It o

ANN: PropsN2O 1.4.1 - Revised

2004-06-27 Thread MisterX
/1320252 cheers Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MisterX > Sent: Sunday, June 27, 2004 08:23 > To: How to use Revolution > Subject: RE: PropsN2O 1.3 Note > > > Hi Everyone, > > A small bug has crept

RE: ANN: PropsN2O 1.4.1 - Revised

2004-06-27 Thread MisterX
> On Jun 27, 2004, at 1:37 PM, MisterX wrote: > > > Note I should not complain so much, I know, > > but spending 20% of release time reporting bugs is not exactly normal! > > Normal is relative. I'd say in Revolution, you are pretty well inside > the curve.

RE: Branching Code

2004-06-27 Thread MisterX
This is true in the example of filter "" without in x I release mostly stacks and have to be wary of this... But that is the price to get faster functions you dont have to write for yourself (past a certain version naturallly). I know I complain a lot about quality issues but remember that versi

RE: 2.2.1 change

2004-06-27 Thread MisterX
I saw this misbehavior... but can't reproduce it again... Maybe I was looking for trouble... The borg adapts, you will be runrev-ilitated ;) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Howard > Bornstein > Sent: Sunday, June 27, 2004 22:55 > To: Ho

RE: RR Metalurgy

2004-06-28 Thread MisterX
. cheers Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Troy > Rollins > Sent: Monday, June 28, 2004 16:10 > To: How to use Revolution > Subject: Re: RR Metalurgy > > > > On Jun 28, 2004, at 4:34 AM, MisterX wrote: > &g

PropsN2O OSX only issues?

2004-06-28 Thread MisterX
Hi Everyone, Unfortunately, only one user has sent a report to this problem. Abraham reports that the PropsN2O is not switching revproperty palettes correctly on OSX. They work fine on Win 2000, 2003 and XP... Has anyone encountered similar problems? Cheers Xavier

RE: How to identify hilited lines in a list field

2004-06-28 Thread MisterX
Ian, try this local lastselectedlines on mouseup if the hilidedlines of me is not lastselectedlines then parse me doyouscript -- remember last status put the hilitedlines of me into lastselectedlines end mouseup the local out of the handler remembers what happened last... Very powerf

RE: Another Revolution Success Story

2004-06-28 Thread MisterX
I wrote one to import an excel made csv. There was no published format that I could find though... It is a "bit" unfinished (about 5% missing) in the translation matrix... I'll polish it today and try to fix the errors, try to find the source of the data to put in the proper credits. The database

RE: Vector graphics anyone?

2004-06-28 Thread MisterX
There is a simpler way to smooth out these curves. without need for plug ins and thus Mac linux friendly too. Its also lighter than doing it via graphics imported from eps or image editors. In the typical case of a circle, draw a circle over or under (ink scrAND or nor NotSrcXor setting change re

RE: unique id numbers

2004-06-29 Thread MisterX
Abraham, Confirmed. Very strange indeed! altID is 0 long id is 0 Now I have to reconfigure all my styles savings for PropsN2O... Argh. How did you find this one out? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of W

RE: unique id numbers

2004-06-29 Thread MisterX
17:50, [EMAIL PROTECTED] wrote: > > > Message: 21 > > Date: Tue, 29 Jun 2004 18:04:48 +0200 > > From: "MisterX" <[EMAIL PROTECTED]> > > Subject: RE: unique id numbers > > To: "How to use Revolution" <[EMAIL PROTECTED]> > &g

RE: Another Revolution Success Story - yet another release!

2004-06-29 Thread MisterX
Hi everyone, Here you are, a pretty compliant CSV importer for RunRev... Imports Excel CSV (with returns and quotes in the MS Xcel fields and all kinds of craps including filtering out linefeeds and the like that usualy slip in the process! Just took a while to clean that up! I didn't bother with

RE: Another Revolution Success Story

2004-06-29 Thread MisterX
It works for really overly simple csv files... But it's too simple alas... Check out my code in the posted stack... Enjoy the script it takes to understand MS CSVs... Surely I didn't exhaust all cases... Xa > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behal

RE: Another Revolution Success Story

2004-06-29 Thread MisterX
on a 7000 records basis that would be even slower... send me a script change, I'll consider the improvement... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Troy > Rollins > Sent: Wednesday, June 30, 2004 04:41 > To: How to use Revolution > Subject: R

RE: unique id numbers

2004-06-30 Thread MisterX
Abraham, Here is a script that tells you the names and ids of all controls in the rev prop palette. So it is not impossible access them as you concluded... Possibly accessing controls via the ID 0 owner may be the problem that creates confusion. And going to the card seems to deliver the hidden I

RE: unique id numbers

2004-06-30 Thread MisterX
> > If only RR would shed some light on this now... > > Because this is only happening in the revPropertyPalette (up to now), > is there something wrong with this stack? > Or in the engine? Or both? Then should this be bugzilla'ed or just > neglected? :-) maybe the revpalette is considered as

21 years ahead in math and blocked by a stupid field display bug?

2004-07-01 Thread MisterX
Hi everyone, Im about to bring RR 21 years ahead of history: Apparently it will take until 2025 to discover a prime number with 1,000,000,000 digits. http://www.utm.edu/research/primes/notes/by_year.html I found a way to generate this BUT... if I display a just a 100 digits number the field w

RE: Can Rev Telnet?

2004-07-01 Thread MisterX
have you tried answer shell("telnet /?") I dont know if the shell will be blocked though because the nature of telnet (like ftp or nslookup). Otherwise there is a stack that does FTP for metacard (google it) which does a similar thing. There was this one nice telnet applescriptable tool on the m

RE: 21 years ahead in math and blocked by a stupid field displaybug?

2004-07-01 Thread MisterX
gt; no words, no wraps". > > May be a featurerequest to something as a new windowwrap property? > The other limit you will hit is a prime of 64k length (then you'll have > to add a space ;-) > > Greetings, > Wouter > > > > > • From: MisterX

RE: Can Rev Telnet?

2004-07-02 Thread MisterX
the shell structure looks like > it may be what I've been searching for. Will try some things out > and hope for the best. > > Thanks to all for the help! > > joe. > > > -- > > > > From: "MisterX" <[EMAIL PROTECTED]> > >

RE: Can Rev Telnet?

2004-07-02 Thread MisterX
My guess is that you have to write your own telnet client... Here's the RFC... http://www.faqs.org/rfcs/rfc854.html cheers Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MisterX > Sent: Friday, July 02, 2004 12:20 > To: How to

TIP: put it out!

2004-07-03 Thread MisterX
Hi everyone, To avoid the sometimes inpractical debugger (debug doesn't update the variables always, no command keys, awkward scrolling, impractical portable mice, and limited screen real estate), I usually put a script line like: put "a status to check:" && a variableortwo which gives me a quic

ANN: PropsN2O 1.4.5 - now supercharged!!!

2004-07-03 Thread MisterX
Hi everyone, After a long week of testing, checking implementing I finally finished the last version of the PropsN2O palette! New features: Style menu: Saves and recalls Styles for Stacks, cards Colors or fonts styles can be applied from a one control type to another Hold the shift key to "put" t

RE: Equivalence of Color names to RGB

2004-07-03 Thread MisterX
Dar, That's interesting! Here's what i wrote up some time ago -- LUT = lookupTable local rclut,rgblut on generateLUTs put the colornames into colorslist repeat for each line c in colorslist set the backcolor of btn 1 to c get the backcolor of btn 1 put it into clut[c] put c&tab&it & cr a

RE: Equivalence of Color names to RGB

2004-07-03 Thread MisterX
Actually, setting the templatefield's backcolor might be faster than having to create a control! darn, good thing I tried... It returns the colorname... Anyone got an idea? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of J. Landman > Gay > Sent: Su

RE: Equivalence of Color names to RGB

2004-07-04 Thread MisterX
gt; > > > On Jul 3, 2004, at 10:50 PM, MisterX wrote: > > > That's interesting! Here's what i wrote up some time ago > > > > -- LUT = lookupTable > > local rclut,rgblut > > on generateLUTs > > put the colornames into colorslist > > rep

RE: sub stacks

2004-07-04 Thread MisterX
> Hi , can a main stack be a sub stack at the same time , meaning 3 > generations ? > mainStack > sub > and subSub yes BUT you need to follow this procedure: create a mainstack. Put a substack into it. Save it. Create a new mainstack. Reopen previous Mainstack set it as the substack of the

RE: Building a standalone

2004-07-05 Thread MisterX
have you tried the following: either in the answer substack/library or an ask/answer window/stack of your own making, use the statement start using stack "my_stack_with_images" when the stack opens... Then the icons should work... > -Original Message- > From: [EMAIL PROTECTED] >

RE: Overlapping audio

2004-07-06 Thread MisterX
Actually, the old hypercard allowed up to 4 channels of overlapping audio! And this was on a Mac 128K with a 68030 accelerator. All you had to do was play 4 different sounds. My old soundbeatbox did this no prob on HC and without externals... http://monsieurx.com/modules.php?name=Downloads&d_op=ge

RE: 3D project.

2004-07-06 Thread MisterX
Ryno, Did you mean a low level language like c or high-level like RR? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Ryno Swart > Sent: Tuesday, July 06, 2004 19:10 > To: [EMAIL PROTECTED] > Subject: 3D project. > > > I have a project which requires

RE: 3D project.

2004-07-06 Thread MisterX
http://www.gamedev.net/reference/articles/article695.asp is a good start... http://www.gamedev.net/reference/list.asp?categoryid=40 just for lots of graphics dev ideas... But can we beat C? and www.gamedev.net for the whole meal ;) Games are usually the start of something cool like 3D graphics

RE: 3D project.

2004-07-07 Thread MisterX
The VolSuite seems great. Why not write a data input GUI for it to suite your bio-needs? Why rewrite the wheel? All you need is to add a bio-differential for it... Maybe it has applescript or dcom commands to i/o data and output... > -Original Message- > From: [EMAIL PROTECTED] > [mai

RE: 3D project.

2004-07-07 Thread MisterX
oh, you mean their wizard... Sorry about that comment Bruce... I thought you refered to the applets. Whatever happened to the MacOS compatibility thing? That's lame of Anfy but probably also due to a big lack of demand... Maybe they have a flash applet to create the right java calling settings.

RE: 3D project.

2004-07-07 Thread MisterX
no the app is not needed and actually is a pain to use since you have to reset parameters all the time (not a very smart app...) > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Jim > MacConnell > Sent: Wednesday, July 07, 2004 17:16 > To: RevList > Sub

RE: 3D project.

2004-07-07 Thread MisterX
a rev app might be a key here ;)) Interested? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MisterX > Sent: Wednesday, July 07, 2004 17:39 > To: How to use Revolution > Subject: RE: 3D project. > > > no the app is not ne

RE: Hiddden files and hybrid CDs

2004-07-07 Thread MisterX
Check this: In explorer -> tools -> options -> View is the option "show hidden files" set to true? If not, and then check to properties of the file on the windows side: is the file's visible flag set? If it is not and you had set this in toast, then toast is toasted... eh, I mean you got a bug i

bug votes

2004-07-07 Thread MisterX
how is it possible that we can only vote 5 points on a bug? I want to put 10 votes on a bug that annoys me everyday! A customer (a loyal...) should be able to give his opinion... Since I got a red answer from Bugzilla, I want to state a RED 24 point statement... cheers Xavier

Theme manager nearly ready...

2004-07-07 Thread MisterX
Hi everyone, Im almost done with a new theme manager for RR or MC stacks. You have seen themes on Macs or PCs... Now you can have them for your stacks! There's lots of geometry issue and tests to be done still however I wanted to know what you would like to see!?? Current features are: selecte

RE: Special character

2004-07-07 Thread MisterX
"v" or alt-221A in Arial(though it never worked.) or xD6 in Symbol... the windoze equivalent to the mac keyboard is C:\WINNT\System32\charmap.exe MS standards... ;( > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of David > Squance > Sent: Thursday

ANN: WinN2O is now even more powerfull!

2004-07-10 Thread MisterX
essage box typing and command line searching!) and that's only one in 4 other tools that make RR so much more pleasing! Having a great weekend, and much more time to myself! Xavier > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of MisterX

RE: Documentation: best source?

2004-07-10 Thread MisterX
set the hilite of btn "checkbox" to true does the trick for a check box button for option buttons, you create your option buttons, group them, set the radiobehavior of the group to true (the revproperty palette sometimes changes the names of these properties for the sake of clarity) also look at "

RE: tabStops

2004-07-12 Thread MisterX
put the hilitedline of fld "table" into thisrow set the itemdelimiter to tab put the number of items in line thisrow of fld "table" into columns or for the hilited line put the number of items in the hilitedtext of fld "table" and finally, the mouse is over put the mousechunk into thishilitedte

RE: UUID Generation

2004-07-16 Thread MisterX
K, what do you want to accomplish? Generate or get the file ids? if it's the later, check out www.sysinternals.com for the first, internal file id tracking, just add 1 to a fileID, you can work as many as 2^48 files or folders! then use the file array object filearray[,"path|name|type|size|

RE: NT cgi

2004-07-19 Thread MisterX
Robert, try this one... http://www.navaching.com/pagem.html It helped for NT4 IIS... > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Robert > Poreda > Sent: Monday, July 19, 2004 20:54 > To: [EMAIL PROTECTED] > Subject: NT cgi > > > Good day to yo

RE: any chatters?

2004-07-20 Thread MisterX
Sims, You forgot to mention the beauty of Maltese women ;) I'd like punic as a scripting language! > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of sims > Sent: Tuesday, July 20, 2004 12:37 > To: How to use Revolution > Subject: Re: any chatters? > >

  1   2   3   4   5   6   7   8   9   10   >