<html><head></head><body><div id="fenix-user-content">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'NokiaPureTextLight'">But is it an allowed import? In another thread, it was also mentioned that the examples would not pass the harbour qa. </span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px;font-family:'NokiaPureTextLight'"><br></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'NokiaPureTextLight'">Gabriel. </span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'NokiaPureTextLight'"> </span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'NokiaPureTextLight'">--</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'NokiaPureTextLight'"> </span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'NokiaPureTextLight'">Von meinem Nokia N9 gesendet</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span style="font-family:'NokiaPureTextLight'"> </span></p></div><br><div id="fenix-reply-header"><p>Andrey Kozhevnikov schrieb am 03.01.14 13:22:<br>
</p></div><div id="fenix-quoted-body"><div text="#000000" bgcolor="#FFFFFF">
didnt know, thanks :)<br>
<br>
<div>On 03.01.2014 18:10, Timur Kristóf
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Not sure what you mean - there are haptics and
feedback in QML, take a look at the component gallery example
app.<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div dir="ltr"><br>
Timur<br>
<br>
</div>
</div>
<br>
<br>
<div class="gmail_quote">On Fri, Jan 3, 2014 at 12:42 PM, Andrey
Kozhevnikov <span dir="ltr"><<a href="mailto:coderusinbox@gmail.com" target="_blank">coderusinbox@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF"> Is it really missing?
Or just not implemented?<br>
Why you switching statement?<br>
<br>
It will be handy to have built in pickers for everything,
but well, you have contacts model and can create you own
picker with favorite delegates.<br>
<br>
I dont think it's really "missing" feature.<br>
<br>
Really missing feature for example Haptics/Feedback
effects on QML side, because its essential thing coming
from hardware.
<div>
<div><br>
<br>
<div>On 03.01.2014 17:35, Timur Kristóf wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">
<div>
<div>Hey,<br>
<br>
</div>
I forgot to mention that a file picker is also
missing.<br>
See <a href="https://together.jolla.com/question/321/file-picker-needed/" target="_blank">https://together.jolla.com/question/321/file-picker-needed/</a><br>
<br>
</div>
Timur<br>
</div>
<div class="gmail_extra"><br clear="all">
<div>
<div dir="ltr"><br>
Timur<br>
<br>
</div>
</div>
<br>
<br>
<div class="gmail_quote">On Fri, Jan 3, 2014 at
12:17 PM, Timur Kristóf <span dir="ltr"><<a href="mailto:timur.kristof@gmail.com" target="_blank">timur.kristof@gmail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>
<div>Hi Sven,<br>
<br>
</div>
I think there are some picker dialogs in
Silica (you can look around in its
directory), but as far as I know only a
few of them are part of the public API.<br>
<br>
</div>
<div> If you look around here:<br>
<a href="https://sailfishos.org/sailfish-silica/sailfish-silica-all.html" target="_blank">https://sailfishos.org/sailfish-silica/sailfish-silica-all.html</a><br>
</div>
<div>You can see that there's only a
ColorPickerDialog, DatePickerDialog and
TimePickerDialog in the API now.<br>
</div>
<div><br>
</div>
<div>If you wish to have a contact picker,
vote for this Together post:<br>
<a href="https://together.jolla.com/question/9339/feature-request-silica-contact-picker-api/" target="_blank">https://together.jolla.com/question/9339/feature-request-silica-contact-picker-api/</a><br>
<br>
</div>
<div>Cheers,<br>
Timur<span><font color="#888888"><br>
</font></span></div>
<span><font color="#888888">
<div><br>
</div>
</font></span></div>
<div class="gmail_extra"><span><font color="#888888"><br clear="all">
<div>
<div dir="ltr"><br>
Timur<br>
<br>
</div>
</div>
</font></span>
<div>
<div> <br>
<br>
<div class="gmail_quote">On Thu, Jan 2,
2014 at 8:26 PM, Sven Putze <span dir="ltr"><<a href="mailto:sailfish.os@hardcodes.de" target="_blank">sailfish.os@hardcodes.de</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> Hi there,<br>
<br>
I want to select the email addresses
of contacts in one of my apps. But
if possible I don't want to use
QContacts for this task, I'd like to
reuse the same dialog as is present
in the email program. There is this
+-button which leads to a complete
(contact) selection dialog.<br>
Is there an API (description)
available anywhere to use this
module?<br>
Must I reinvent the wheel here and
try to achieve the same with my own
code?<br>
Or can I at least use the source
code of this dialog and if yes from
where?<br>
<br>
BR.<br>
Sven<br>
_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
</blockquote>
</div>
<br>
</div>
</div>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
SailfishOS.org Devel mailing list</pre>
</blockquote>
<br>
</div>
</div>
</div>
<br>
_______________________________________________<br>
SailfishOS.org Devel mailing list<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
SailfishOS.org Devel mailing list</pre>
</blockquote>
<br>
</div>
<br>_______________________________________________<br>
SailfishOS.org Devel mailing list<br></div><br></body></html>