revTools at startUp - again?

Chipp Walters chipp at chipp.com
Wed Dec 3 00:57:34 EST 2003


Hi Thomas,

Yep, I know about the Mac bug regarding the menubar. It's already fixed in a
beta version I'm using.

One thing about altPlugin architecture. It's designed to NOT change or
modify ANY part of RR IDE code. I'm pretty careful about ever modifying the
IDE code and only do it when I absolutely have to. I'd rather add a plugin
to do something than change the source of the IDE.

It's probably decent advice to not use plugins that do change the source
code.

-Chipp

> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com
> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Thomas J
> McGrath III
> Sent: Tuesday, December 02, 2003 10:33 PM
> To: How to use Revolution
> Subject: Re: revTools at startUp - again?
>
>
> Chipp,
>
> This is from the altplugin.rev palette where there is a hide stack
> command - I did try this with that changed to show but nothing
> happened. Then I added the open stack "revTools" as palette and I have
> a nasty work around.
>
> When REv opens first I see the revTools and then it hides and then I
> see altplugin and it moves to top left under menu bar. Then revTools
> opens up again and is a palette. It is not perfect but for now I can
> ignore until someone tells me what was changed with these plugins.
>
>
>   lock screen
>    loadAltPlugs
>    if exists(stack "revTools") then
>      hide stack "revTools" -- tried this as show stack "revTools" but no
> go.
>    end if
>    open stack "revTools" as palette -- my addition.. reopens revTools
> for me to use.
>    unlock screen
>    send "answerVersion" to me in 20 milliseconds
>    send "setMyLoc" to me in 20 milliseconds
> end openStack
>
> Thanks
> Tom
>
> On Dec 2, 2003, at 10:41 PM, Chipp Walters wrote:
>
> > Tom and Sarah,
> >
> > I have an idea it probably has something to do with the altPlugin
> > architecture not being compatible with RR's plugin architecture. I do
> > everything I'm supposed to do, but there's no real plugin interface
> > API spec
> > I'm aware of. Chances are, some messaging is getting lost somewhere in
> > the
> > chain.
> >
> > If you stumble across what's going on, I'll fix the altPlugins. I
> > actually
> > need to update them with some new code I'm using anyway. Not to worry,
> > they
> > should all still work OK.
> >
> > -Chipp
> >
> >> -----Original Message-----
> >> From: use-revolution-bounces at lists.runrev.com
> >> [mailto:use-revolution-bounces at lists.runrev.com]On Behalf Of Thomas J
> >> McGrath III
> >> Sent: Tuesday, December 02, 2003 4:00 PM
> >> To: How to use Revolution
> >> Subject: Re: revTools at startUp - again?
> >>
> >>
> >> Sarah,
> >>
> >> I think I messed with one of the "revTools" before but all I use now
> >> is
> >> Chipp's blue palette. When rev opens the revTools opens and then
> >> closes
> >> and then Chipp's blue palette opens and repositions itself to top
> >> left.
> >> I can get the revTools open from the menu BUT I want it back the way
> >> it
> >> was. I want it to open at startUp and to reposition itself to topleft
> >> and stay open.
> >>
> >> Where might the code for opening the revTools palette be located???
> >> any
> >> ideas???
> >>
> >> Thanks
> >>
> >> Tom
> >>
> >>
> >> On Dec 2, 2003, at 4:54 PM, Sarah wrote:
> >>
> >>> I haven't had this problem, but I'm wondering if you have another
> >>> stack called revTools that might be opening instead? I know Richmond
> >>> has created a few alternative tool palettes and if you have installed
> >>> one of them, the original revTools might either have gone or just be
> >>> unable to open because there is another stack of the same name
> >>> already
> >>> open. I have used Chipp's blue palette without any ill-effect.
> >>>
> >>> Cheers,
> >>> Sarah
> >>> sarahr at genesearch.com.au
> >>> http://www.troz.net/Rev/
> >>>
> >>> On 2 Dec 2003, at 10:52 pm, Thomas J McGrath III wrote:
> >>>
> >>>> Hello everyone, I asked this a few days ago but did not get an
> >>>> answer?
> >>>>
> >>>> I added a few plugins to REV and now I have the BLUE tool bar show
> >>>> up
> >>>> - which is ok cause I like the save archives in it - but now the
> >>>> built-in revTools does not show up at start up.
> >>>> Where and how can I 'set' the revTools to show up at start up?
> >>>>
> >>>> Thanks
> >>>>
> >>>> Tom
> >>>>
> >>>>
> >>>>
> >>>> Macintosh PowerBook G-4 OSX 10.3.1, OS 9.2.2, 1.25 GHz, 512MB RAM,
> >>>> Rev 2.1.2
> >>>>
> >>>>
> >>>> Advanced Media Group
> >>>> Thomas J McGrath III	• 2003 •	3mcgrath at adelphia.net
> >>>> 220 Drake Road, Bethel Park, PA 15102
> >>>>
> >>>>
> >>>> _______________________________________________
> >>>> use-revolution mailing list
> >>>> use-revolution at lists.runrev.com
> >>>> http://lists.runrev.com/mailman/listinfo/use-revolution
> >>>>
> >>>>
> >>>>
> >>>
> >>> _______________________________________________
> >>> use-revolution mailing list
> >>> use-revolution at lists.runrev.com
> >>> http://lists.runrev.com/mailman/listinfo/use-revolution
> >>>
> >>>
> >>
> >> Macintosh PowerBook G-4 OSX 10.3.1, OS 9.2.2, 1.25 GHz, 512MB RAM, Rev
> >> 2.1.2
> >>
> >>
> >> Advanced Media Group
> >> Thomas J McGrath III	• 2003 •	3mcgrath at adelphia.net
> >> 220 Drake Road, Bethel Park, PA 15102
> >>
> >>
> >>
> >> _______________________________________________
> >> use-revolution mailing list
> >> use-revolution at lists.runrev.com
> >> http://lists.runrev.com/mailman/listinfo/use-revolution
> >>
> >
> >
> > _______________________________________________
> > use-revolution mailing list
> > use-revolution at lists.runrev.com
> > http://lists.runrev.com/mailman/listinfo/use-revolution
> >
> >
>
> Macintosh PowerBook G-4 OSX 10.3.1, OS 9.2.2, 1.25 GHz, 512MB RAM, Rev
> 2.1.2
>
>
> Advanced Media Group
> Thomas J McGrath III	• 2003 •	3mcgrath at adelphia.net
> 220 Drake Road, Bethel Park, PA 15102
>
>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>




More information about the use-livecode mailing list