Re: Gnome2::HRef question.



2003. június 29. 13.51 dátummal Ross McFarland ezt írta:
Christian Hamar said:
$href->set_text($act_fid, $act_fid);

unless i'm missing something, this is what you want:
    $href->set_text($act_fid);

that is good. But it's set only the URL and don't change the href label! when 
i want to use set_label or set_text then it doesn't good because these 
functions are deprecated.

So any idea for this ?

Best Regards:

-kRiX-


in perl $var->function implicitly passes $var as the first parameter to the
function. (the href in your case) and you need to pass the text parameter,
$act_fid.

so what ? :)) 
an example please ? :)


-rm





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]