<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
Hi again,<br>
<br>
Am 2010-05-27 13:34, schrieb Paul A Norman:
<blockquote
 cite="mid:AANLkTimSoYrNnpF0L7f56kD_somEPWlqMhfo5vzsgRJS@mail.gmail.com"
 type="cite">
  <pre wrap="">When I get to it, how do I invoke the QColorDialog from Script please?
  </pre>
</blockquote>
<br>
I just experimented a little bit, and I'm afraid it's not as easy as I
thought. The normal UiLoader doesn't provide it.<br>
However, QColorDialog is one of the system-standard dialogs (such as
getInt, getDouble, etc., which we already have). So I think we should
add the following dialogs to the TW context:<br>
<br>
* QColorDialog<span class="Apple-style-span"
 style="border-collapse: separate; color: rgb(0, 0, 0); font-family: 'Times New Roman'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; font-size: medium;"><span
 class="Apple-style-span"
 style="font-family: Arial,Geneva,Helvetica,sans-serif;"></span></span><br>
* QFontDialog (not very useful, but for completeness)<br>
* QFileDialog (either directly (i.e., the script needs to set all
properties), or these static methods: getExistingDirectory,
getOpenFileName(s), getSaveFileName)<br>
<br>
HTH<br>
Stefan<br>
</body>
</html>