Thanks Justin!!! On Saturday, August 4, 2018 at 1:40:44 AM UTC+5:30, Justin Israel wrote: > > > > On Sat, Aug 4, 2018, 3:51 AM Virbhadra Gupta <[email protected] > <javascript:>> wrote: > >> Hey can you give any example like >> >> cmds.text(l="hey click here.") >> >> i need hyperlink in click. >> >> i actually i don't know html :( >> > > Google knows html for you. > > Try this: > > cmds.text(l='<a href="http://lmgtfy.com/?q=HTML+link">hey click > here.</a>', hl=True) > > >> >> On Friday, August 3, 2018 at 1:07:12 AM UTC+5:30, Justin Israel wrote: >> >>> >>> >>> On Fri, Aug 3, 2018, 7:20 AM Virbhadra Gupta <[email protected]> wrote: >>> >>>> hello, >>>> >>>> i have create a window. it has some text. i want to add hyperlink to >>>> some text let's www.google.com >>>> >>>> anyone know about it ? >>>> is it cmds.text() ? >>>> >>> >>> >>> http://help.autodesk.com/cloudhelp/2016/ENU/Maya-Tech-Docs/CommandsPython/text.html#flaghyperlink >>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Python Programming for Autodesk Maya" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/python_inside_maya/2285ee9c-f7ad-4042-8489-6de05e37cb75%40googlegroups.com >>>> >>>> <https://groups.google.com/d/msgid/python_inside_maya/2285ee9c-f7ad-4042-8489-6de05e37cb75%40googlegroups.com?utm_medium=email&utm_source=footer> >>>> . >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> -- >> You received this message because you are subscribed to the Google Groups >> "Python Programming for Autodesk Maya" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/python_inside_maya/305e98f0-318c-4b0e-b7d6-30a7f689b483%40googlegroups.com >> >> <https://groups.google.com/d/msgid/python_inside_maya/305e98f0-318c-4b0e-b7d6-30a7f689b483%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> >
-- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/3ab9920e-da88-47b9-a4d5-ebebbb58d9a8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
