RE: Linking fields

2006-11-15 Thread MisterX
Something like put field 3 of card 1 into field total of card 2 cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Mills Sent: Wednesday, 15 November, 2006 17:58 To: use-revolution@lists.runrev.com Subject: Linking fields

RE: AAAAUGH! Cursor, enter problems

2006-11-15 Thread MisterX
Although it's called enter on your physical keyboard, the return key is indeed the return key. The enter key in rev is the keypad's enter key only. To catch any use the messages: on returnkey on enterkey or on rawkeydown k put chartonum(k) you'll see the difference... cheers Xavier

RE: AAAAUGH! Cursor, enter problems

2006-11-15 Thread MisterX
: Wednesday, 15 November, 2006 18:47 To: Use Revolution List Subject: Re: UGH! Cursor, enter problems On 11/15/06 11:31 AM, MisterX [EMAIL PROTECTED] wrote: Although it's called enter on your physical keyboard, the return key is indeed the return key. The enter key in rev

RE: Spreadsheet Type Layout in RunRev?

2006-11-14 Thread MisterX
I've been pounding this one as I too wrote my own tables, sorted titles, variable split columns, etc... And there is a simple solution to all this mumbojumbo of using more than 100 fields! That's like yielding an elephant to kill a mosquito! I've seen table files at work... Some are 1GB, no

RE: Clipboard Anomally [BUG]?

2006-11-13 Thread MisterX
Kay, cut this into pieces... If you can paste from any app into teachtext, you know your OS is working. If you can't paste via menu shortcuts, the menus are at fault If you can't paste via menus, either the menus are not scripted OK (I've seen it happen) or indeed the clipboard is at fault...

RE: Clipboard Anomally [BUG]?

2006-11-13 Thread MisterX
that I haven't seen... yet... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Marriott Sent: Monday, 13 November, 2006 18:07 To: use-revolution@lists.runrev.com Subject: Re: Clipboard Anomally [BUG]? Bug #(s)? I also notice on

RE: Clipboard Anomally [BUG]?

2006-11-13 Thread MisterX
AFAIK, it works normally on PCs (usually ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ken Ray Sent: Monday, 13 November, 2006 18:01 To: Use Revolution List Subject: Re: Clipboard Anomally [BUG]? On 11/13/06 10:49 AM, MisterX [EMAIL

RE: Hacking RR

2006-11-11 Thread MisterX
Hi Mikey it's quite easy... just open the message box, type open stack revstackname and then you can modify it. Some stacks like the revonline stack are locked though with password keys. Others like the documentation are simply locked (cantmodify = true)... cheers Xavier -Original

RE: Hacking RR

2006-11-11 Thread MisterX
Mickey, if you want a home stack script like lib, just create a stack, add your scripts into it's stack and put it into the backscript. insert the script of stack homestack into back Keep the frontscripts only for real need... note: you can't name a stack home I think... cheers Xavier

the solution to the non-working menushortcuts... (how to hack the ide anyone?)

2006-11-11 Thread MisterX
intrigued that my HotKeyNO2 frontscripts were not getting the message, or hit with these controlkeydown events, I started to poke at the rev frontscript, backscripts... This is a typical missing pass statement in a library... Open the msg box and click on the frontscript button, click on show

RE: Quality

2006-11-10 Thread MisterX
Way to go Bill! The second thing I want to point out is that this is a no-features release TOTALLY driven by our feedback and bug reports. I can't think of many (if any) other companies that have taken quite this approach before. If any, most enterprise PC products (which I work with)

RE: Quality

2006-11-10 Thread MisterX
that I'll have a better idea what to tell the odd *nix user I have next semester in the Rev class. Judy On Sat, 11 Nov 2006, MisterX wrote: Way to go Bill! The second thing I want to point out is that this is a no-features release TOTALLY driven by our feedback and bug

RE: Clipboard Anomally [BUG]?

2006-11-09 Thread MisterX
on windows, you just cannot rely on menu shortcuts, anywhere... On Metacard they work though! Though the clipboard has it's issues too in MC (like text between backslashed being stripped out! MC v2.5.1) Launching new apps to paste into them certainly works (however, you will loose your rev

RE: cRevTable properties

2006-11-05 Thread MisterX
Just for your information, I just gained 600Ks back from my xos stack - 60%!!! Worse, I found that all my fields had a crevTable prop (which I NEVER used!)... I must have accidentally clicked on the table button once... Since then all the fields have the prop (it seems). However there's side

RE: capitalize

2006-11-02 Thread MisterX
Actually even in unicode the capital and lowercase Roman characters are 20 units appart. In old programming style, you would just add 20 to the numtochar(chartonum(A)) to get the lowercase 'a' and it works from a to z... Unfortunately, for other characters like diacriticals this logic is broken

RE: Revolution Web Browser Plugin

2006-10-31 Thread MisterX
offlist... this has been requested since years (at least 5) continually. unfortunately it's been ignored or put-off or you will get a marketing lesson from those who think they know better in the mailist... cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Revolution Web Browser Plugin

2006-10-31 Thread MisterX
to not disfavor neither rev's achievements and it's users needs. Certainly web delivery of your stack would be cool! We can't deny the fact and lack of feature... Good morning Europe Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MisterX

RE: my Variable watcher no longer appears in debug mode

2006-10-31 Thread MisterX
type this in the message box (tools-message box) put the visible of stack revvariablewatcher put the visible of stack revvariablewatcher -- hide stack revvariablewatcher show stack revvariablewatcher that should bring it back... if it don't, type further in the msg box: put the rect of stack

RE: bugzillas 1696, 3385 never was a bug

2006-10-28 Thread MisterX
Thanks Stephen, But I never left! I keep reading. Lots to say to the list but which just wouldn't help anyone other than releasing my windows user experience frustrations in 27x... I stopped scripting since February, became a darn good amateur pool player and now I have a major migration to do

clipboard issues anyone?

2006-10-28 Thread MisterX
This is done in 2.7.4 on windowsxp. When you copy paste from the script editor into any html compliant editor, you get Paragraph marks instead of line breaks. To fix this I made this little script which I run after any copy command. But I ran into confusion when it didn't work... so I copy

bugzillas 1696, 3385 never was a bug

2006-10-27 Thread MisterX
Dear Richard... While looking for a ridiculous bugzilla to relate on, I saw bug 3385 and subsequently 1696... This is a pretty easy and straightforward issue to solve and works great with even 1500 objects in a group! Im surprised it's still unconfirmed since i had that running last year in one

RE: bugzillas 1696, 3385 never was a bug

2006-10-27 Thread MisterX
within your group. Note that mousedown|up in disabled buttons in the card work on objects of the group out of the visible group's rect... otherwise it works well... -Original Message- From: MisterX Sent: Friday, 27 October, 2006 22:47 Dear Richard... [snipt] Here's the group's

RE: bugzillas 1696, 3385 never was a bug

2006-10-27 Thread MisterX
very last revision put the height of btn|fld|graphic myrealheight of me into s1 should be put the rect of control myeffectiverect of me into s1 takes 3 tries to make it a charm it seems! Really sorry for that... Trying to hide a few other features in the real script... X

RE: Any Rev VB gurus?

2006-03-24 Thread MisterX
Hi Thomas, what do you need? ;) cheerios Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Thomas McGrath III Sent: Friday, 24 March, 2006 19:24 To: How to use Revolution Subject: Any Rev VB gurus? Hello all, I have a stack that is

RE: So long and thanks for all the stacks...

2006-02-25 Thread MisterX
wow Dan im moved by those words in a serious way! I reassure you nothing is lost, it's only transformed... Opportunity cost and an open mind for alternatives and opportunities is what I like in this new life away from the computer... Dan, You're one of the best and really wished I could write

RE: So long and thanks for all the stacks...

2006-02-24 Thread MisterX
That part of it was a quiproquo and I dont blame rev for it. At least once they did read what I said and acted on it! Like I said, no hard feelings, I look forward to other creative activities beyond programming! It's sad to throw away such a long enterprise as was TAOO and the long hours

RE: So long and thanks for all the stacks...

2006-02-24 Thread MisterX
Not sure, but he may have turned to something that is not as quick, but will allow him to develop for his work flow without the stumbling blocks. Actually im turning to stuff that is light-years ahead of rev... These include: http://flstudio.com - the easiest music production studio out

RE: So long and thanks for all the stacks...

2006-02-24 Thread MisterX
On Feb 24, 2006, at 12:15 PM, MisterX wrote: Actually im turning to stuff that is light-years ahead of rev... These include: http://flstudio.com - the easiest music production studio out there http://gtlegends.com (see also the reviews on http:// bhmotorsports.com) And tuning my

RE: Win XP/2.7

2006-02-22 Thread MisterX
On Behalf Of Sarah Reichelt On 2/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Kevin, It crashes simply by having the thing open. Several other people on this list have reported problems with this release, so it would seem best to take these responses seriously. I have been

RE: Win XP/2.7

2006-02-22 Thread MisterX
I take back the html color paste problem. That works when you paste in an html style mail. but bug 3137 is still not fixed and that was a big problem in MC still ongoing in rev. sorry X -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MisterX

RE: DC 2.7 and Windows command-line launch

2006-02-19 Thread MisterX
Hi Jacqueline Yes, I filled bugzilla 3324 for this... cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Landman Gay Sent: Monday, 20 February, 2006 04:45 To: Revolution Mailing List Subject: DC 2.7 and Windows command-line launch

RE: crashes while using script editor in 2.7

2006-02-19 Thread MisterX
Hi Dave I have experienced crashes when selected text with a double click in a plain field. im trying to isolate the bug too... As I've said lots of times before: Rev should be confined to use windows instead of just giving is a test ride in a pc emulator to see the reason we windows users

RE: [HUMOUR?] Re: Custom image library 2.6 - 2.7

2006-02-17 Thread MisterX
I was thinking about in My MOjO (sounds good don't it?)... but after reading wikipedia (and learning another thing) I thought it was at my nono to say such a thing no matter how loosely typed ;). so in my hOhO... it is... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

MonsieurX's TAOO Tiki is gone!

2006-02-17 Thread MisterX
Sorry if this comes as more bad news... I had to take the TAOO Tiki web site down on MonsieurX. The volume of traffic was going to exceed - for this month alone and just for the tiki - by 2X the traffic capacity which i've never exceeded in the past years including all my mad driving videos,

RE: Installer design and backdrops

2006-02-16 Thread MisterX
Hi Richard, many many installers use it. The benefit is usually in showing scenes or marketing goobledigoock. And it's entertaining if it's a long install - did you know our program can do this or that? kind of messages... Other than that, it's useless, blocks other programs you might want to

RE: F1 as the men shortcut?

2006-02-16 Thread MisterX
Hi Garret You might want to trap that key it at the card or stack level as a keydown or keyup message. cheers Xavier Push to arm, release to detonate... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Garrett Hylltun Sent: Thursday, 16 February,

RE: F1 as the men shortcut?

2006-02-16 Thread MisterX
/F1, but Rev won't accept such a thing. Thanks, -Garrett On Feb 16, 2006, at 1:17 PM, MisterX wrote: Hi Garret You might want to trap that key it at the card or stack level as a keydown or keyup message. cheers Xavier Push to arm, release to detonate... -Original

RE: MegaWidget question

2006-02-14 Thread MisterX
there's lots of ways... easiest would be to use 2 icons, one for the non-hilited state of the button and one for the hilited state (ON). You set the hilited of the button on and off and it will show or switch that icon and it's a on-off switch... set the button's auto-hilite to off with this

RE: RevZilla Reminder re: 2.7 Release

2006-02-14 Thread MisterX
Hi Ken For those of you who have used RevZilla, keep in mind that with version 2.7 now out, you will have that choice automatically in the Version popup of the Post a Bug screen, but it will not default to 2.7 unless you go to the Options tab and change the value in the Default Version

RE: Revolution RUMORS!

2006-02-13 Thread MisterX
a swift breeze I hope to the revlands we rope No storm will bug us but boost good news up 1/X -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Monday, 13 February, 2006 18:11 To: use-revolution@lists.runrev.com Subject:

RE: Stack file format change in 2.7 - BACK UP!

2006-02-13 Thread MisterX
thanks very much for pointing this out... it's better safe now than panic after! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. Landman Gay Sent: Tuesday, 14 February, 2006 06:11 To: How to use Revolution Subject: Re: Stack file format

RE: deleting multiple controls all at once

2006-02-12 Thread MisterX
could be even faster if you did repeat with n = 1 to 300 try delete control (thing. n) end try end repeat who cares if it fails... now, this obviously ignores the error but may prepare some debugging info or do stuff for debugging. It would be handy to have a real ignore and end

X's cool mouse tricks

2006-02-12 Thread MisterX
hi everyone, since the list was a little dry lately, I thought I'd throw some juice to the xtalk! The trick is about the scrollbardrag event which doesn't work the same way in scrollable groups as it does in scrollable fields when you use your mouse's scrollwheel... This trick enables mouse

RE: deleting multiple controls all at once

2006-02-12 Thread MisterX
Dick your loop works faster IF the number of controls the number of thing controls. otherwise it will take longuer. what's needed here is a control create all your controls in a group things. Then it's easier to delete group n controls in a group than among other controls. repeat while

RE: deleting multiple controls all at once

2006-02-12 Thread MisterX
Hi Rob no if we delete named buttons... ;) cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Cozens Sent: Sunday, 12 February, 2006 18:36 To: How to use Revolution Subject: Re: deleting multiple controls all at once All,

RE: [ANN] Speechlab

2006-02-08 Thread MisterX
with a little script, this program even raps!!! Now, I haven't seen something this fun in a long time! on mouseUp put TAlk to me into A put Shut up into B send mouseup to btn A wait 400 milliseconds send mouseup to btn B repeat 2 times send mouseup to btn A wait 300

Enterprise problem

2006-02-08 Thread MisterX
Hi everyone i have a serious problem... Time is limited for these tests and i have to get them out tomorow if possible. Hopefully you can guide me to resolve this... Rev is the perfect answer but it's crashing! I've had a major series of crashes today, i've had a lot of issues with network

RE: Enterprise problem

2006-02-08 Thread MisterX
in the right direction Xavier -Original Message- From: MisterX [mailto:[EMAIL PROTECTED] Sent: Wednesday, 08 February, 2006 20:12 To: 'Mark Wieder' Subject: RE: Enterprise problem Mark I'll have to try this for sure!!! it has blocked the archived-file retrieval process before

RE: Enterprise problem

2006-02-08 Thread MisterX
: Wednesday, 08 February, 2006 21:07 To: How to use Revolution Subject: Re: Enterprise problem On 2/8/06 9:44 AM, MisterX [EMAIL PROTECTED] wrote: . Rev is the perfect answer but it's crashing! The read file operation is not using get url file: but open file, read from file, close file Each

RE: SpeechLab

2006-02-08 Thread MisterX
Jeff that was somewhat possible in MacOS 7.5-9.x but I stopped searching for it since I switched OS... There's lots of speech input systems out there now, one would need something that's rev compatible... cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

[ANN] Speechlab

2006-02-07 Thread MisterX
Hello Everyone... I dont know if this is a duplicate of what has been done or seen or heard before (surely, im not kidding myself - but i thought that a speech module control would be cool in TAOO - i use it for the chatrev stack so i keep up in the background... (although Sean's voice is a bit

[ANN] Speechlab

2006-02-07 Thread MisterX
Hello Everyone... I dont know if this is a duplicate of what has been done or seen or heard before (surely, im not kidding myself - but i thought that a speech module control would be cool in TAOO - i use it for the chatrev stack so i keep up in the background... (although Sean's voice is a bit

RE: how do you identify the current group name (or ID)?

2006-02-06 Thread MisterX
Hi Josh try put the name of the owner of me... cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Josh Mellicker Sent: Tuesday, 07 February, 2006 06:29 To: How to use Revolution Subject: how do you identify the current group name

RE: relayering groups within groups

2006-02-03 Thread MisterX
Terry, Here's a bit of TAOO (see my sig) for layering groups, which I just added to the GIM library (see url below) this morning. Now for Terry's purpose, and if we are using the relayerGroupedControls=true, we have to consider that to move group B between group A or C we have to look at a delta

RE: MYSQl client: Client does not support authentication protocolrequested by server

2006-02-02 Thread MisterX
check the connection, check the port is open check your server address check server is running and accepting calls check everything... no other solution other than learning how it works... can you be more explicit regarding how you connect maybe? OS, versions helpful too (you did mention the

RE: relayering groups within groups?

2006-01-31 Thread MisterX
Terry, before you change the object to a group, verify that the owner of that group is the one where you want to insert it. I do this usually with a repeat for x = 1 to the number of group in group/card if the owner of group x is the group I want or the layer group/card and than group x+1

RE: Inserting new lines in a Scrolling List Field programatically

2006-01-29 Thread MisterX
try instead to put it cr before fld x or put cr it after fld x depends how you want to manage blank lines in your field later... if fld x is not empty then put cr after it put it before fld x or again... put fld x cr it into fld x -- but I would avoid this... but if you are doing loops

RE: Crashing app - guidance?

2006-01-29 Thread MisterX
maybe the disable icon is corrupted? create a new button and transfer the script to it, stack still crashes? just disabling the button crash? disabling via the RPP* too? (*Rev Prop Palette) hope that helps... Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Amazing, strange, and mystifying

2006-01-20 Thread MisterX
hey, I just did this 5 times in a row and then understood why! when you paste a script and hit the enterkey or choose Apply script menu, the script may not save... To fix it, make it a habit to press enter after you paste something in the script editor... - bugzilla 1920 actually... Bugzilla

RE: File/Picture Chooser Widgets available for Windows XP

2006-01-19 Thread MisterX
altering these parameters? If so, were they all actioned correctly? Thanks, Bob MisterX wrote: Bob works perfectly here - the exes... well, almost... some flashing updates here or there... both the exes works like a charm... winxp... 1gb ram, 3GHz... rev 261 cheers Xav

RE: auto searching technique

2006-01-19 Thread MisterX
Hi Devin here's a quicky off the top of my stackhead ;) -- card script or a field script where you type local lastkeys on keyup k put k after lastkeys put the long name of field fruits into thelist set the hilitedline of thelist to (lineoffset(lastkeysk, thelist) send clearme to me in

RE: Striped List Fields

2006-01-17 Thread MisterX
I must be due for new glasses again. g Hi Scott that's why I made the lines so big ;) glad you liked it ;) cheers Xavier http://monsieurx.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Kane Sent: Wednesday, 18 January, 2006 03:08

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

2006-01-06 Thread MisterX
the technology behind it is Drupal which is a CMS (Content Management System) done in php and mysql (or other sqls). Other web oriented CMS include tikiwiki, phpnuke, type3, mambo (now called jumla), etc... Rev can be used to interface to the cms' sql and create stories or import information

RE: QWERTY / AZERTY with Virtual PC

2006-01-04 Thread MisterX
Pierre, we all are lost in front of a new OS - though windows and macs do work relatively the same (as compared to classic [l]un[at]ix based os's) try to have the same settings on both PC/MAC systems if they don’t work the same... * start - control panels - regional settings and then keyboard

RE: Use of images

2006-01-02 Thread MisterX
It just came to me that you might be able to use the alpha/mask data to secure images??? What would happen if each image had a copyright image done as an alpha/mask with a regular image and then have rev remove it? Actually it's much easier than that! reparse the imagedata with a slight

RE: Running an help (.chm) file in the same directory

2006-01-02 Thread MisterX
window's call for opening chm files is %windows%\hh.exe %1 (as seen in the file association tab in the exploiter menu tools - [folder] options - tab 'file types', 'chm' selected, click on advanced button below and voila - more win dos wizardry... so revxtrapolated that gives ya set the

Re: Automating Rev Apps in OS X

2005-12-27 Thread MisterX
For all I know there's some equivalent way to do this using Outlook on Windows. I'll leave that to the Windows dudes and dudettes. Dan, Actually there's a variety of ways to do it. The most obvious would be the Automated Tasks in the control panels. Other ways are WinAT, AT, Soon.exe etc...

ANN: NavH2O with neostalgia

2005-12-19 Thread MisterX
OK, just to make sure i didn't leave anything undone before my hollidays, i added a few goodies to the NavH2O HyperCard navigation palette... You can now switch between hyper-classic Monochrome, X's Bluewater or Jaguar skins... To see how, read the instructions ;) i fixed the rogue slash menu

RE: Button 'stuck' on hilite mode

2005-12-19 Thread MisterX
Jim, You just solved one of my problems!!! Thanks very much!!! Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim Ault Sent: Tuesday, 20 December, 2005 06:31 To: [EMAIL PROTECTED], How to use Revolution Subject: Re: Button 'stuck' on

RE: The Hypercard Navigator Palette is revived!

2005-12-19 Thread MisterX
begging... why does Rev continually crash on me in Chatrev? Judy On Sun, 18 Dec 2005, MisterX wrote: Many thanks to Kweed and BvG for fixing the few invisible osx visuals and eye sores... ChatRev Rocks man!!! ___ use-revolution mailing list

RE: Newbie Question (table in inspector)

2005-12-18 Thread MisterX
that's funny, I added a comment to it this morning ;) I added that the bug also affected XP and if you want to unfreeze the IDE, just press control C (or command .) cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Malte Brill Sent:

ANN: The Hypercard Navigator Palette is revived!

2005-12-18 Thread MisterX
hear ye scripters... Remember the HyperCard Navigator palette? download, screenshot, and blablabla...right here... http://monsieurx.com/modules.php?name=News http://monsieurx.com/modules.php?name=Newsfile=articlesid=194 file=articlesid=194 Last stack of 2005 for MonsieurX... A whopper of

RE: The Hypercard Navigator Palette is revived!

2005-12-18 Thread MisterX
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MisterX Sent: Sunday, 18 December, 2005 19:09 To: 'How to use Revolution' Subject: ANN: The Hypercard Navigator Palette is revived! hear ye scripters... Remember the HyperCard Navigator palette

RE: [OT] Note to Mr. X...

2005-12-18 Thread MisterX
there's also messages via monsieurx.com - im on hollidays so no work emails... do you get my mails? really sorry list... join us at chatrev (on revonline) so we can talk cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jim

RE: ClickText problem

2005-12-18 Thread MisterX
Hi Joe Straight from the docs... if the clickText contains * then goToFootnote (the clickText) check out also the mousetext, linkclicked, etc... ;) cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Sunday,

Menus what is going on?

2005-12-18 Thread MisterX
after this little navigator stack I made I noticed that the usual replace / with // in themenu didn't work on XP... I would see // all over the menu... So I removed this replace statement... Then Eric told me it was broken without it (on OSX I presume)... can anyone clarify? The menu is

RE: Menus what is going on?

2005-12-18 Thread MisterX
;) cheers Xavier http://monsieurx.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MisterX Sent: Monday, 19 December, 2005 08:36 To: 'How to use Revolution' Subject: Menus what is going on? after this little navigator stack I made I

RE: [ANN] Renumbering Images with new IDs

2005-12-17 Thread MisterX
in a set of stacks. If I want to make sure the IDs don't conflict with my other projects, I just need to open them up before renumbering and it will take them all into consideration. Anyway, after a few more beta testers banging on it, I'll realease it. best, Chipp MisterX

RE: [ANN] Renumbering Images with new IDs

2005-12-17 Thread MisterX
Scott very cool indeed! I know how good Delphi is because FLStudio uses that environment to make FruityLoops which is IMOHO the runtime revolution of music making. ;) HyperCard was the first CMS I used for notes taking in college. Since then it has grown to do enterprise storage administration

RE: ANN: XOSMediaLib 2.4.7

2005-12-17 Thread MisterX
different tasks. Congratulations on your release! It looks like a lot of work went into it. best, Chipp MisterX wrote: A new update is released of xosmedialib... Version 2.4.7 is packed with 800 icons and patterns to use in your guis, stacks and applications For a screenshot

RE: [ANN] Renumbering Images with new IDs

2005-12-17 Thread MisterX
time for me! :-) Scott -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MisterX Sent: Saturday, 17 December 2005 8:22 PM To: 'How to use Revolution' Subject: RE: [ANN] Renumbering Images with new IDs Scott very cool indeed! I

RE: Typesetting functions

2005-12-17 Thread MisterX
Andy, Sorry, but this is possible in FreeHand 1.0 or illustrator 1.0 eons ago ;) But there's another good reason to have 3D in rev to zoom in further ;) cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of yoy Sent: Saturday, 17

RE: Cross-Platform Memory Inconsistencies

2005-12-17 Thread MisterX
Maybe it's time you admited pcs are not so bad after all ;) Welcome to the cross-plaform world... I hear standard buttons or animated gifs are a bad CPU cycle eater in the osx world... Xavier http://monsieurx.com/taoo - going where no object's been before -Original Message- From:

RE: [ANN] Renumbering Images with new IDs

2005-12-17 Thread MisterX
Subject: Re: [ANN] Renumbering Images with new IDs MisterX wrote: [ ] no doubt but I prefer to have features united under a concise manager than having 10 disparate tools to do the same job - usually workflow related jobs in my case. Whereas I generally prefer to have

yet a few thousand more icons ;)

2005-12-17 Thread MisterX
http://www.yellowicon.com http://jimmac.musichall.cz/icons.php there's lots of icons out there... ;) Rev imports them fine... but... you can't browse them easily, you can't edit them easily... Rev wont either import them with the right ID or checking that the ID is not duplicate... arrange

RE: Word XML

2005-12-17 Thread MisterX
you mean hello world translates to: ?xml version=1.0 encoding=UTF-8 standalone=yes? ?mso-application progid=Word.Document? w:wordDocument xmlns:w=http://schemas.microsoft.com/office/word/2003/wordml; xmlns:v=urn:schemas-microsoft-com:vml xmlns:w10=urn:schemas-microsoft-com:office:word

RE: Cross-Platform Memory Inconsistencies

2005-12-17 Thread MisterX
What I do not like is MS Windows. I can understand this... but you should have another look. As a standard UI It cannot be avoided and Moft - as much as I hated them - do try (and do get it right once in a while) to make a good job of it... Just like Rev tries to make all of us as happy as

RE: [ANN] Renumbering Images with new IDs

2005-12-16 Thread MisterX
nothing xosmedialib doesn't already do... it is seriously annoying to see another one of my long time projects being duplicated. Seriously, it's not the competition that bothers me but out of 4 projects I've made and put hundreds of hours of work into, all 4 were copied or released separately by

RE: [ANN] Renumbering Images with new IDs

2005-12-16 Thread MisterX
Ken, Chipp, im using id ranges from 70 up to 99 for TAOO... And I plan to fill them up into a series of standard libraries... ;) 700Ks for patterns, 800Ks for icons and cursors, 900K for thematics Is there a list of the ids everyone is using? It would be useful that it would be

ANN: XOSMediaLib 2.4.7

2005-12-16 Thread MisterX
A new update is released of xosmedialib... Version 2.4.7 is packed with 800 icons and patterns to use in your guis, stacks and applications For a screenshot, download and a non-comprehensive list of features visit http://www.monsieurx.com/tiki/tiki-read_article.php?articleId=10 (dont forget

RE: Items in a group

2005-12-15 Thread MisterX
to get the members of a group, here's an easy way put the long name of group x into thisgroup put the number of groups in grp x into thisgroupgroups repeat with x = 1 to thisgroupgroups get the long name of grp x of thisgroup put it cr after thegrouplist end repeat delete last char of

RE: MS Office and XML

2005-12-14 Thread MisterX
Marielle, xml is supposed to be unicode not ascii unless the dtf tells you so... Although I would think it a good behavior for programs to check this anyway ;) It's usually a good start, before using a format, to know it expected structure, encoding, etc... Not that ascii xml is not good but it

RE: How do I control a Java applet in my browser from Rev?

2005-12-14 Thread MisterX
Dennis, you might need a Macro program to do that. A macro, like QuickKeys can handle this easily and they are usually apple-scriptable. Record the macro-sequence. Give it a name and then do thismacroname as QuickKeys -- or as Applescripts maybe... im out of the mac circle but I know that

RE: MVC (was Text database using custom properties)

2005-12-14 Thread MisterX
Dan, Dave, Interesting. I've used MVC concepts without knowing what it was! ;) Until I read Wiki! I love that thing! Did the same thing with Xanadu... I thought I had an original idea developping modular CMS stacks in HyperCard back in 1980s but now this is really taking a dimension of it's

RE: debugger problem

2005-12-14 Thread MisterX
Hi Cal Try to clear the breakpoints from your stack. save the stack and try again... hopefully that will fix it... cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Cal Horner Sent: Sunday, 11 December, 2005 20:42 To:

RE: how to beat confabulator

2005-12-13 Thread MisterX
20:15 To: MisterX Subject: Re: how to beat confabulator MisterX- Tuesday, December 13, 2005, 8:49:11 AM, you wrote: The only hickup though is that if we clicked on a rev url to download the widget, it would launch another instance of rev (in windows) which could be disastrous

RE: how to beat confabulator

2005-12-13 Thread MisterX
I forgot how this started to work ;) something to do with registry settings... classes something... I'll try to make it into an easy double clickeable reg entry. but ultra busy days lately... but when you click on a rev file url it downloads and open it in rev... still it launches another

RE: how to beat confabulator

2005-12-13 Thread MisterX
Wouldn't it be nice to earn votes by posting bugzillas? ;) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Wieder Sent: Wednesday, 14 December, 2005 01:06 To: 'How to use Revolution' Subject: Re: how to beat confabulator MisterX

Bombshell Tip from X

2005-12-10 Thread MisterX
First Thanks for Scott Rossi for the inspiration to find this bug solution... As you know, you can't display mac patterns of sizes different than 8, 16, 32, 64 or 128 pixels squared. My problem was displaying a 20x20 pattern on the mac... Standard buttons on the mac look aqua - nice but in a

RE: [ANN] SERVICE USB Plus Drives Real World Device Control withRuntime Revolution

2005-12-09 Thread MisterX
What a surprise... For those who don't know Fisher Teknik toys, it's the baby engineer's dream come true. Fisher is the WW company that makes those grey plastic screw inserts for wall screw holders. Drill, add fisher plug, screw in and it's perfectly fit in the wall for holding anything... I

  1   2   3   4   5   6   7   8   9   10   >