[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: Timeout updating system

Eric Hodel

6/9/2009 10:23:00 PM

On Jun 9, 2009, at 02:50, Caines, Max wrote:
> I've just installed Ruby (186-27) using the one-step installer on
> Windows (XP SP3). I want to install Watir, so I need to update the
> system. However, when I run "gen update --system" I get:
>
> Updating RubyGems
> WARNING: RubyGems 1.2+ index not found for:
>
> RubyGems will revert to legacy indexes degrading performance.
> ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
> timed out (http://gems.rubyforge.org/M...)

What does `gem update -V --system` say?

2 Answers

Bob Phillips

3/26/2010 4:22:00 PM

0

As I said, you have no control, Excel decides that, presumably on the order
that the files are loaded.

--

HTH

Bob

<EagleOne@discussions.microsoft.com> wrote in message
news:9pjpq55mhrkm0s1i19qkiiov1e32dprkj3@4ax.com...
> Hello Bob!
>
> Thanks. That is why it was not working!
>
> What code would I need to force-place menu item (dropdown) "&VBA Setup"
> at the Top of a "visible-column" in the group "Menu Commands." Currently
> the display shows the
> "column" in groups of three (I realize that depends on HxW settings). My
> code does insert a "blank"
> before "&VBA Setup" to provide some visual separation.
>
> Appreciate your help! Bob.
>
> "Bob Phillips" <bob.phillips@somewhere.com> wrote:
>
>>You have no control over those groups, Excel 2007 maintains the two groups
>>and puts commandbars into them depending upon whether it is menus or
>>toolbars (in Excel 2003 speak). If you wan to control it, you have to
>>create
>>your own ribbon elements.


EagleOne

3/26/2010 4:34:00 PM

0

Oh well! Thanks Bob

"Bob Phillips" <bob.phillips@somewhere.com> wrote:

>As I said, you have no control, Excel decides that, presumably on the order
>that the files are loaded.