Sha256: 439432b5f80f907a663c4a34c41afa7ea55341a034f3c35ba13f47c6706e02de

Contents?: true

Size: 525 Bytes

Versions: 33

Compression:

Stored size: 525 Bytes

Contents

  def installapplet
   require 'fileutils'
    nametext = "%s" % [@a_installapplet]
	 
        begin # exception trapped block
   	 fileName = "zips/" + nametext + ".zip"
  	
	        commandline = "unzip -o " + fileName
         system( commandline+' > temp.output' )
        
    
      
    system(commandline)
   @installapplettext = Message[:applet_installed]  
   
       rescue
            @installapplettext = "Done! - Check applet list - restart rwd to activate the new applet"
        end # exception rescue

  end

Version data entries

33 entries across 25 versions & 6 rubygems

Version Path
rwdshell-0.93 code/xb1rwdtinkerbackwindow/installapplet.rb
rwdshell-0.9 code/xb1rwdtinkerbackwindow/lm1installapplet.rb
rwdshell-0.9 code/lm1installapplets/lm1installapplet.rb
rwdshell-0.92 code/xb1rwdtinkerbackwindow/lm1installapplet.rb
rwdtinker-1.24 code/lm1installapplets/lm1installapplet.rb
rwdtinker-1.4 code/xb1rwdtinkerbackwindow/lm1installapplet.rb
rwdtinker-1.42 code/xb1rwdtinkerbackwindow/installapplet.rb
rwdtinker-1.24 code/xb1rwdtinkerbackwindow/lm1installapplet.rb
rwdtinker-1.23 code/xb1rwdtinkerbackwindow/lm1installapplet.rb
rwdtinker-1.2 code/lm1installapplets/lm1installapplet.rb
rwdtinker-1.41 code/xb1rwdtinkerbackwindow/lm1installapplet.rb
rwdtinker-1.23 code/lm1installapplets/lm1installapplet.rb
rwdtinker-1.3 code/xb1rwdtinkerbackwindow/lm1installapplet.rb