--
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/2285ee9c-f7ad-4042-8489-6de05e37cb75%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
On Fri, Aug 3, 2018, 7:20 AM Virbhadra Gupta <viru....@gmail.com> wrote:hello,i have create a window. it has some text. i want to add hyperlink to some text let's www.google.comanyone know about it ?is it cmds.text() ?
--
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 python_inside_maya+unsub...@googlegroups.com.
Hey can you give any example likecmds.text(l="hey click here.")i need hyperlink in click.i actually i don't know html :(
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 <viru....@gmail.com> wrote:hello,i have create a window. it has some text. i want to add hyperlink to some text let's www.google.comanyone know about it ?is it cmds.text() ?
--
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/2285ee9c-f7ad-4042-8489-6de05e37cb75%40googlegroups.com.
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 python_inside_m...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/305e98f0-318c-4b0e-b7d6-30a7f689b483%40googlegroups.com.
On Sat, Aug 4, 2018, 3:51 AM Virbhadra Gupta <viru....@gmail.com> wrote:Hey can you give any example likecmds.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 <viru....@gmail.com> wrote:hello,i have create a window. it has some text. i want to add hyperlink to some text let's www.google.comanyone know about it ?is it cmds.text() ?
--
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 python_inside_maya+unsub...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/2285ee9c-f7ad-4042-8489-6de05e37cb75%40googlegroups.com.
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 python_inside_maya+unsub...@googlegroups.com.