Sha256: 30434a9c162ea7baf23962bc6a014101d22cd558e9f8c80703422cd3a977c98d
Contents?: true
Size: 888 Bytes
Versions: 3
Compression:
Stored size: 888 Bytes
Contents
# this method clears the on screen variables def launchnotehttp3a if $temp_rwddialogmap_directory == nil startdir = $rwddialogmap_directory else startdir = $temp_rwddialogmap_directory end url1 = File.join(File.expand_path( startdir) , @a_dialoginput3a.to_s.strip) url = "file://" + url1 if $DEBUG $stderr.puts url end `#{$dialogmapbrowser} "#{url}"` end def launchnotehttp3b url = "file://" + @a_dialoginput3b.to_s.strip if $DEBUG $stderr.puts url end `#{$dialogmapbrowser} "#{url}"` end def launchnotehttp3c # launch the browser with a url url = "file://" + @a_dialoginput3c.to_s.strip if $DEBUG $stderr.puts url end `#{$dialogmapbrowser} "#{url}"` end
Version data entries
3 entries across 3 versions & 2 rubygems