WXME0104 ## wxtextwxtabwxmediawximage$(lib "comment-snip.ss" "framework")+(lib "collapsed-snipclass.ss" "framework")drscheme:sexp-snipdrscheme:number,(lib "number-snip.ss" "drscheme" "private")"drscheme:vertical-separator-snip%wxbaddrscheme:xml-snip(lib "xml-snipclass.ss" "xml")drscheme:scheme-snip"(lib "scheme-snipclass.ss" "xml")wxloc+K ZZZZ StandardK-adobe-courier ZZZZF?\ZZZ???""Matching Parenthesis StyleF?\ZZZ???""F?\ZZZ???(drscheme:check-syntax:keywordF?\ZZZ???(F?ZZZZ???'drscheme:check-syntax:unbound-variableF?ZZZZ???F?ZZZZ???%drscheme:check-syntax:bound-variableF?ZZZZ??? drscheme:check-syntax:primitiveF?ZZZZ???F?ZZZZ???3'drscheme:check-syntax:constantF?ZZZZ???3'F?ZZZZ???**drscheme:check-syntax:baseF?ZZZZ???**F?ZZZZ??????XMLF?ZZZZ??????G?ZZZZ??????F?ZZZZ???G?ZZZZ???G?ZZZZ???dF?\ZZZ???K ZZZZK-adobe-courier ZZZZF?\ZZZ???""F?\ZZZ???(F?ZZZZ???F?ZZZZ???F?ZZZZ???3'F?ZZZZ???**F?ZZZZ??????G?ZZZZ??????F?ZZZZ???G?ZZZZ???G?ZZZZ???dF?\ZZZ???F?ZZ^Z???F?\ZZZ???F?ZZ^Z???F?\ZZZ???F?ZZZZ???F?ZZZZ???;(send (make-object bitmap% "http://10.10.1.101/SnapshotJPEG?Resolution=320x240&Quality=Motion" 'jpeg) save-file "test.xbm" 'xbm) .;tried to save the image directly from the url \;scheme searches for the url within the current directory so the following error is returned 2/* XPM */ static char * img3997_007[] = { "27 28 17 1", " c #FFFFFFFFFFFF", ". c #000000000000", "X c #DEDEDEDEDEDE", "o c #313131313131", "O c #ADADADADADAD", "+ c #636363636363", "@ c #FFFF00000000", "# c #DEDE00000000", "$ c #9C9C00000000", "% c #424200000000", "& c #8C8C00000000", "* c #636300000000", "= c #737300000000", "- c #BDBD00000000", "; c #313100000000", ": c #212100000000", "> c #525200000000", " . . ", " . . ", " . . ", " . . . . ", " . ... . ", " . X.... . . ", " .. oX...O+ .. ", " .. .. .. .. .. .. ", " .... . . .... ", " .@.. ..#. ", " @@$.......@%& ", " .@ @*@%@.@%@%@*=. ", " ... @&..@%.%@..$&$... ", " .. @ @....@.@....$&& .. ", " .. @ @....&.&....$&% .. ", " . .@ @@..&@.@&..-&&$. . ", " ...@@@.@&@;.%@=@*=$$... ", " ... @.@@%..@.@..*=$.& ... ", ".. .@@@.@..&.&..@*&$$. ..", ". .. @ @@%@%@.@%@*$=&* .. .", " . @@@..%@;.%@%..$&: . ", " . @@..@.@.@.@..$* . ", " . @@@@.@%.%@.@&&; . ", " .. @@@@.@.@.@:&> .. ", " @@@.@%.%@%$*% ", " @@@.@.@%=&% ", " @.@%.=&*; ", " :@.$> "}; l can't open /home/guest/Desktop/Evan Gates/http://10.10.1.101/SnapshotJPEG?Resolution=320x240&Quality=Motion  m;(build-path (find-system-path 'sys-dir) "http://10.10.1.101/SnapshotJPEG?Resolution=320x240&Quality=Motion") ;returns E;"/http://10.10.1.101/SnapshotJPEG?Resolution=320x240&Quality=Motion" );url must not have the first / to work so  (send (make-object bitmap% (build-path (find-system-path 'sys-dir) "http://10.10.1.101/SnapshotJPEG?Resolution=320x240&Quality=Motion") "'jpeg) save-file "test.jpg" 'jpeg) .;does not work and returns the following error 2/* XPM */ static char * img3997_008[] = { "27 28 17 1", " c #FFFFFFFFFFFF", ". c #000000000000", "X c #DEDEDEDEDEDE", "o c #313131313131", "O c #ADADADADADAD", "+ c #636363636363", "@ c #FFFF00000000", "# c #DEDE00000000", "$ c #9C9C00000000", "% c #424200000000", "& c #8C8C00000000", "* c #636300000000", "= c #737300000000", "- c #BDBD00000000", "; c #313100000000", ": c #212100000000", "> c #525200000000", " . . ", " . . ", " . . ", " . . . . ", " . ... . ", " . X.... . . ", " .. oX...O+ .. ", " .. .. .. .. .. .. ", " .... . . .... ", " .@.. ..#. ", " @@$.......@%& ", " .@ @*@%@.@%@%@*=. ", " ... @&..@%.%@..$&$... ", " .. @ @....@.@....$&& .. ", " .. @ @....&.&....$&% .. ", " . .@ @@..&@.@&..-&&$. . ", " ...@@@.@&@;.%@=@*=$$... ", " ... @.@@%..@.@..*=$.& ... ", ".. .@@@.@..&.&..@*&$$. ..", ". .. @ @@%@%@.@%@*$=&* .. .", " . @@@..%@;.%@%..$&: . ", " . @@..@.@.@.@..$* . ", " . @@@@.@%.%@.@&&; . ", " .. @@@@.@.@.@:&> .. ", " @@@.@%.%@%$*% ", " @@@.@.@%=&% ", " @.@%.=&*; ", " :@.$> "}; N can't open /http://10.10.1.101/SnapshotJPEG?Resolution=320x240&Quality=Motion  k;if the slash is taken off by changing the string to a list, then the rest of the list back to a string and D;"http://10.10.1.101/SnapshotJPEG?Resolution=320x240&Quality=Motion" A;is returned but then scheme looks in the current directory again