On Wed, Feb 21, 2007 at 06:43:15PM +0100, Boris Faure (aka billiob) wrote:
> On 2/21/07, Youness Alaoui <[EMAIL PROTECTED]> wrote:
> > On Tue, Feb 20, 2007 at 11:35:50PM +0100, Boris Faure (aka billiob) wrote:
> > > > 1 - I have no webcam it shows an empty preview window with "choose 
> > > > device from the list" but there is no list ??
> > > what returns ::CAMGUI::camPresent ?
> > >
> > returns 1.. weird, I don't have any!
> from msncam.tcl, line 1633, in proc camPresent
>       tkvideo .webcam_preview
>       set devices [.webcam_preview devices]
>       if { [llength $devices] > 0 } {
>               set campresent 1
>       }
>       destroy .webcam_preview
> 
> 
> 
oh true.. ok, the webcam device I had was a virtual webcam (webcamMax) that I 
installed recently, I forgot about 
it.. 
then I add the issue that there is no combobox showing the devices I have so I 
can't choose which device I want 
to configure... 
oh and also.. in the configure webcam settings, there were no sliders or 
anything to configure the 
color/whatever, look at the screenshot...


> > > > 2 - the sound might be small that's why the waveform is printed out in 
> > > > one shot..
> > > maybe, i'll have to test
> with a long file, it's not better.
> 
> > > > 5 - the 'I want to make my webcam available' checkbox is weird, it 
> > > > looked disabled and it seems to reenable
> > > > itself when I hover it... weird behavior.. need a screencast ?
> > > weird
> in assistant.tcl, line 1451:
>       set shareCam [::config::getVar wanttosharecam]
>       checkbutton $contentf.wanttosharecam -text "[trans wanttosharecam]"
> -font sboldf -variable $shareCam -onvalue 1 -offvalue 0 -state active
>       pack $contentf.wanttosharecam
> 

haha, that's it.. it should be -state normal (or omit the -state option), it's 
either normal or disabled.. I 
think the 'active' means something like when it's clicked or something...

> > > > 6 - DAMN IT! I finally understood why sound didn't work.. we need to 
> > > > HOLD the record button.. it shouldn't since
> > > > there is a 'stop' button, so clicking record should record, stop should 
> > > > stop, no need to hold...
> > > good, i have a todo for that but i wasn't sure since i thought it
> > > should be the same as in CW.
> > > BTW, we should revert Phil's commit that enable sending a small file
> > > when only pressing the button. My sister use that feature a lot.
> > >
> > well, the todo is about a voice clip, this is an assistant, it should look 
> > like all other assistants, that's
> > why. you record and play, not like record and send.
> > about sending the 15secs of a file, Phil said he still has it on its todo 
> > list, but with just a single click,
> > it's very non-usable, it should be done some other way for sure, maybe like 
> > 'send audio through a voice clip'
> > where it would allow you to open a new window, and choose which segment of 
> > the file to send, etc... but not just
> > with a single click on that voice clip button in the buttonbar.
> fixed
> 
thx

> > > > 7 - I still don't udnerstand the background of the frame, it doesn't 
> > > > blend in with the labels and stuff... is it
> > > > in the TODO ?
> > > no, i'll have to add a lot of "-bg [::skin::getKey assistantbackground]"
> > > maybe, send me screenshot.
> > >
> >
> > ok.. you know you can also set it as an option, right ?
> > something like
> > option set .assistant.*.Background* [::skin::getKey ...]
> > I *think* but not sure how it can be done.. take a look, it might be 
> > easier! ;)
> no need for an option, it takes the default color.
> btw, the skin key assistantbackground is removed.
> 
ok

> > here's the screenshots :
> > http://kakaroto.homelinux.net/~kakaroto/assistant.jpg
> > all screens explained there...
> > and btw, I noticed that when you start the assistant, and you click 
> > next/next/etc.. the header shows "step 1",
> > then "step 2", etc... BUT if you go all the way until the 'congratulations' 
> > screen THEN you press 'back', all
> > the steps will show in their headers 'step 1/4' or 'step 2/4', etc... (the 
> > /$total gets added, but only if you
> > reach the last screen)... you can see that in the screenshots too...
> it's a feature, not a bug :p
> It's because we insert steps while progressing in the assistant,
> that's why we can not know the number of steps to be seen.

humm.. I thought all the steps were inserted from the very start so it would 
have been known... 


> -- 
> Boris FAURE (aka billiob)
> mail, msn : [EMAIL PROTECTED]
> No trees were killed in the sending of this message.
> However, a large number of electrons were terribly
> agitated.
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Amsn-devel mailing list
> Amsn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/amsn-devel

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to