On 12/5/06, Karel Demeyer <[EMAIL PROTECTED]> wrote: > Well, it's definately great to see this. I think a month ago or > something I made a design for how the different steps should be made > (from my point of view). This is different then what I coded. DO you > know of this design or should I digg in the mailing list archive ? > > > Karel.
I think you're talking about this message : http://thread.gmane.org/gmane.network.instant-messaging.amsn.devel/6904/focus=6904 On 12/6/06, Youness Alaoui <[EMAIL PROTECTED]> wrote: > Great initiative, thanks for starting working on the tasks you were assigned.. I've started before :) > Question, is it a full assistant or just a helper ? in other words, you do a > Assistant create .a > and you get all the assistanr or you do a > Assistante create .a > .a addPage ... > .a addStep ... > etc.. > .a show It's more this way : set assistant [assistant .wcassistantwindow $options...] set contentf [$assistant clearContentFrame] #add the Content label $contentf.text -text "This assistant ......" pack $contentf.text $assistant register "next" ::CamAssistant::Step1 proc Step1 {} { $assistant setTitleText "Check for required extensions (Step 1 of 2)" $assistant configure -curstep 1 $assistant register "back" ::CamAssistant::Step0 $assistant register "next" ::CamAssistant::Step2Ex My problem is that i don't know wheter it should be : with efficient configure methods in the snit widget $assistant configure -titletext "Check for required extensions (Step 1 of 2)" $assistant configure -curstep 1 or : $assistant setTitleText "Check for required extensions (Step 1 of 2)" $assistant setStep 1 TODO : the options -displaystep and -displaystepfull should be used in setTitleText method. What would be maybe better, would be to create a snit widget which would include the assistant widget as a component. And having snit widgets for every assistant we want. (hope you'll understand :s) Anyway, the real assistant still needs to be done. > p.s.: please remove the diff when forwarding from amsn-commits. sorry :s -- 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