Hey,
we're still getting a lot of bugs about the webcam, there are a few things to be fixed before the release (officialy the new package will be labeled as of december 21th...) Phil, you did a if {[string is digit -strict $...] } { ::Capture::Set... } .. wel, you should also do an if { [string is digit -strict $...] } { $slides.. set $...} because for example, the 'Hue' setting is usually inexistent in most webcams and we get an empty string from the GetHue procedure (since it can't find the value, it doesn't set anything in the interpreter... not 0, just empty string)... we could probably also fix it with an else { Tcl_SetObjResult (... 0); } in capture.c .. (btw, is caputre-nong.c updated at the same time ?) anyways, I would suggest we check for the value before setting the slides... we could even do an else { $slide_... configure -state disabled }
ok ?
Also, the same modifications should be added in the WebcamShooter plugin!
Also, the default value should be set back to ":::" NOT "0:0:0:0" or else, new users will get a webcam configured at 0 0 0 0 for the first time which makes it into a full black image!!

In the same way, we also have a bug where you press cancel in the properties page...
here's the bug report :
http://amsn.sourceforge.net/bugs/admin/index.php?bug=1601#

there you can clearly see that each value should be quotes OR use a [list] instead of "" for the command to execute... (ie. button -command [list ::propCancel $b $h $c $whatever] )

go through amsn.sf.net/bugs .. you'll see plenty of things to fix.. whoever has time, please go through these and fix as many as possible... AS LONG AS WE HAVE SAFE FIXES THAT MAY NOT BREAK ANYTHING!

Thanks,
--
KaKaRoTo


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to