<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.newlc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>NewLC - UIQ - Comments</title>
 <link>http://www.newlc.com/forums/uiq</link>
 <description>Comments for &quot;UIQ&quot;</description>
 <language>en</language>
<item>
 <title>Re:</title>
 <link>http://www.newlc.com/forum/want-slider-position-middle-soon-slider-launched#comment-48904</link>
 <description>&lt;p&gt;&lt;br /&gt;
  Hi,&lt;/p&gt;

&lt;p&gt;          I have now used SetValue(). Its working. And regarding the ActivateL() : i havent used them but still its working.But like you said that it&lt;br /&gt;
may give problms for others so have included it.&lt;/p&gt;

&lt;p&gt;    Thks.&lt;/p&gt;</description>
 <pubDate>Sat, 04 Oct 2008 09:27:35 +0200</pubDate>
 <dc:creator>divya.pillai</dc:creator>
 <guid isPermaLink="false">comment 48904 at http://www.newlc.com</guid>
</item>
<item>
 <title>Add ActivateL()</title>
 <link>http://www.newlc.com/forum/want-slider-position-middle-soon-slider-launched#comment-48888</link>
 <description>&lt;p&gt;... and you should add a call to ActivateL() for the slider.&lt;/p&gt;

&lt;p&gt;It&#039;s funny how many people I have seen here, over the time, that forget to call ActivateL(). For some controls, that call does not matter, whereas for others it&#039;s absolutely essential for proper functioning.&lt;/p&gt;</description>
 <pubDate>Fri, 03 Oct 2008 13:41:53 +0200</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 48888 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Want the slider position in the middle..</title>
 <link>http://www.newlc.com/forum/want-slider-position-middle-soon-slider-launched#comment-48884</link>
 <description>&lt;p&gt;Well SetMinValue sets the minimum value, not the current value - what did you expect?&lt;/p&gt;</description>
 <pubDate>Fri, 03 Oct 2008 13:30:23 +0200</pubDate>
 <dc:creator>Andreas</dc:creator>
 <guid isPermaLink="false">comment 48884 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: How to set fonts to a portion of a text in a list ?</title>
 <link>http://www.newlc.com/forum/how-set-fonts-a-portion-a-text-a-list#comment-48524</link>
 <description>&lt;p&gt;I don&#039;t think that&#039;s possible.&lt;/p&gt;

&lt;p&gt;I would say for something like that it would be necessary to take over completely the drawing of the cell with this formatting, and I don&#039;t know of any way of how to do this with CQikListBox.&lt;/p&gt;

&lt;p&gt;Surprisingly this was quite easy on UIQ2, with custom item drawers: Get a rectangle, draw whatever you want into the cell. Very easy, very flexible. The only problem to solve is how to know what to draw into which cell because maybe it&#039;s difficult for the model to hold that particular data. All I know about UIQ3 is that you can mess around somewhat with custom text drawers:&lt;br /&gt;
&lt;a href=&quot;http://developer.uiq.com/forum/message.jspa?messageID=4219&quot; class=&quot;bb-url&quot;&gt;http://developer.uiq.com/forum/message.jspa?messageID=4219&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Not so easy, not very flexible, and can get quite messy. Try, e.g. another font, and you mess up your listbox pretty quick!&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Thu, 11 Sep 2008 13:51:59 +0200</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 48524 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Hiow to hide a CEikScrollBarFrame scrollbar </title>
 <link>http://www.newlc.com/forum/hiow-hide-a-ceikscrollbarframe-scrollbar#comment-48512</link>
 <description>&lt;p&gt;Hi Praveen,&lt;/p&gt;

&lt;p&gt;what do you mean by that.&lt;br /&gt;
do you want to Hide ScrollBar dynamically?&lt;br /&gt;
or have you kept this code in Constructor of your container?&lt;br /&gt;
checkout CEikScrollBarFrame class for more info.&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 10 Sep 2008 14:10:52 +0200</pubDate>
 <dc:creator>er.khalid</dc:creator>
 <guid isPermaLink="false">comment 48512 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Hiow to hide a CEikScrollBarFrame scrollbar </title>
 <link>http://www.newlc.com/forum/hiow-hide-a-ceikscrollbarframe-scrollbar#comment-48510</link>
 <description>&lt;p&gt;Hi khalid &lt;br /&gt;
 thanks for your fast response But This code is  not hiding to scrollbar  , If any one know please reply me &lt;br /&gt;
 &lt;br /&gt;
Thanks and Regard &lt;br /&gt;
Praveen Kumar Sharma &lt;/p&gt;</description>
 <pubDate>Wed, 10 Sep 2008 12:53:12 +0200</pubDate>
 <dc:creator>praveen.nitdgp@gmail.com</dc:creator>
 <guid isPermaLink="false">comment 48510 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: Hiow to hide a CEikScrollBarFrame scrollbar </title>
 <link>http://www.newlc.com/forum/hiow-hide-a-ceikscrollbarframe-scrollbar#comment-48506</link>
 <description>&lt;p&gt;Hi Praveen,&lt;/p&gt;

&lt;p&gt;you can do it like this:-&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;CEikScrollBarFrame* ScrollBarFrame;&lt;br /&gt;ScrollBarFrame-&amp;gt;SetScrollBarVisibilityL(CEikScrollBarFrame::EOff,CEikScrollBarFrame::EOff);&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Wed, 10 Sep 2008 11:48:40 +0200</pubDate>
 <dc:creator>er.khalid</dc:creator>
 <guid isPermaLink="false">comment 48506 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: not able to draw a combo box in uiq</title>
 <link>http://www.newlc.com/forum/not-able-draw-a-combo-box-uiq#comment-48489</link>
 <description>&lt;p&gt;Hi &lt;/p&gt;

&lt;p&gt;yeah i do agree with u it dosent make sense to just draw controls &lt;/p&gt;

&lt;p&gt;i wished my seniors would have understood this toooo   &lt;img src=&quot;/sites/all/modules/smileys/packs/example/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;

&lt;p&gt;Well thanks a lott Eric and René&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/sites/all/modules/smileys/packs/example/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; /&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 09 Sep 2008 15:32:00 +0200</pubDate>
 <dc:creator>varungargi</dc:creator>
 <guid isPermaLink="false">comment 48489 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: not able to draw a combo box in uiq</title>
 <link>http://www.newlc.com/forum/not-able-draw-a-combo-box-uiq#comment-48488</link>
 <description>&lt;p&gt;You mainly need to have a basic undestanding of how a Symbian UI should be constructed. &lt;br /&gt;
Take the time to read a book, take some documentation here, on Nokia/UIQ/Symbian web site, take a look at the example in your SDK. &lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Tue, 09 Sep 2008 14:38:34 +0200</pubDate>
 <dc:creator>eric</dc:creator>
 <guid isPermaLink="false">comment 48488 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: not able to draw a combo box in uiq</title>
 <link>http://www.newlc.com/forum/not-able-draw-a-combo-box-uiq#comment-48485</link>
 <description>&lt;p&gt;If you don&#039;t delete, you get a nasty memory leak.&lt;/p&gt;

&lt;p&gt;Well, if you just want a combobox &quot;to look at&quot; but where the user cannot do something with it, you still could create it in the conventional way at view init and then use SetFocusing(EFalse). If the user cannot activate the combobox, it should just sit there and do nothing.&lt;/p&gt;</description>
 <pubDate>Tue, 09 Sep 2008 14:03:10 +0200</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 48485 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: not able to draw a combo box in uiq</title>
 <link>http://www.newlc.com/forum/not-able-draw-a-combo-box-uiq#comment-48483</link>
 <description>&lt;p&gt;&lt;br /&gt;
Hi &lt;/p&gt;

&lt;p&gt;its like i just wana draw controls on the screen basically all like combo box ,edwin ,command button radio button check box.&lt;br /&gt;
I mean just the visualization.&lt;br /&gt;
rest every thing comes but combo box dosent &lt;/p&gt;

&lt;p&gt;And i tried removing the           &quot;delete cmbox;&quot;                  then too it dosent draws any thing    &lt;img src=&quot;/sites/all/modules/smileys/packs/example/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; /&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 09 Sep 2008 13:28:07 +0200</pubDate>
 <dc:creator>varungargi</dc:creator>
 <guid isPermaLink="false">comment 48483 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: not able to draw a combo box in uiq</title>
 <link>http://www.newlc.com/forum/not-able-draw-a-combo-box-uiq#comment-48482</link>
 <description>&lt;p&gt;Wow, that&#039;s pretty weird what you try there.&lt;/p&gt;

&lt;p&gt;A small wonder that this does not crash. Anyway, the combobox only lives a fraction of a second or so, because you immediately destroy it again; no wonder you see nothing: If has not time to draw itself before you already zap it. (If you see a button or an edwin in this strange way, it&#039;s probably only because this scheme somehow prevents the re-drawing of the background after the control is deleted.)&lt;/p&gt;

&lt;p&gt;Please tell what you want to achieve. If you want a combobox in a view, don&#039;t create it in Draw() and immediately destroy it again, just create it within the view init and let it draw itself.&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Tue, 09 Sep 2008 13:16:30 +0200</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 48482 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: listbox only display two rows</title>
 <link>http://www.newlc.com/forum/listbox-only-display-two-rows-0#comment-48480</link>
 <description>&lt;p&gt;Use CQikViewDialog instead of CQikSimpleDialog. &lt;/p&gt;</description>
 <pubDate>Tue, 09 Sep 2008 12:53:13 +0200</pubDate>
 <dc:creator>suk249</dc:creator>
 <guid isPermaLink="false">comment 48480 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CCoeControl and Color</title>
 <link>http://www.newlc.com/forum/ccoecontrol-and-color#comment-48449</link>
 <description>&lt;p&gt;I played around with this as well and got the impression that the UIQ3 developpers were so busy making sure that theming always works that they neglected the basic ability of the controls to take color commands programmatically. I don&#039;t remember exactly, but I think there are controls that insist on theming and don&#039;t budge at all if you try to set color, by using CCoeControl::OverrideColorL() or similar.&lt;/p&gt;

&lt;p&gt;I think the message more or less is &quot;UIQ3 uses theming, period. Get over it.&quot;&lt;/p&gt;

&lt;p&gt;It&#039;s not only color, anyway. CQikListBox works heavily with transparency and thus not only with background colors but also with background color gradients and background pictures.&lt;/p&gt;

&lt;p&gt;Maybe some things look awkward, but maybe then that&#039;s just a deficiency of the theme(s) that you use for testing, and not a fundamental problem per se.&lt;/p&gt;

&lt;p&gt;I found it also dangerous to work &quot;against&quot; themes somehow by setting my own colors. How many themes do I have to test until I can be quite sure that my own colors look reasonably good on any theme out there, even the weird ones?&lt;br /&gt;
&lt;/p&gt;</description>
 <pubDate>Sat, 06 Sep 2008 11:49:16 +0200</pubDate>
 <dc:creator>rbrunner</dc:creator>
 <guid isPermaLink="false">comment 48449 at http://www.newlc.com</guid>
</item>
<item>
 <title>Re: CEikScrollBarFrame Usage</title>
 <link>http://www.newlc.com/forum/ceikscrollbarframe-usage#comment-48448</link>
 <description>&lt;p&gt;Hi Brunner,&lt;/p&gt;

&lt;p&gt;I managed to implement scrolling using CEikScrollbarFrame exclusively. Yes, I had to do all the things that you said I ought to if I were to use CEikScrollbarFrame. From properly positioning the scrollbar thumb, adjusting the scroll span and redrawing the controls with new content; all had be done manually. &lt;/p&gt;

&lt;p&gt;Thank you for your advise that helped in knowing what it really means to use a CEikScrollbarFrame instead of CQikScrollableContainer.&lt;/p&gt;

&lt;p&gt;-Arvind&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 06 Sep 2008 10:55:28 +0200</pubDate>
 <dc:creator>arddev</dc:creator>
 <guid isPermaLink="false">comment 48448 at http://www.newlc.com</guid>
</item>
</channel>
</rss>
