<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Arabic text issue</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Arabic text issue]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:00:07 +0000</pubDate>
  <lastBuildDate>Sun, 17 Jun 2007 15:28:14 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=7290</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Arabic text issue : Hi all,  The problem is with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23735&amp;title=arabic-text-issue#23735</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 17 June 2007 at 3:28pm<br /><br /><DIV>Hi all,</DIV><DIV>&nbsp;</DIV><DIV>The problem is with powerbuilder, beacuse it is ANSI, untill version 10.5 which is unicode.</DIV><DIV>&nbsp;</DIV><DIV>VB is unicode also has no problem with Arabic text.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Thanks and best regards</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 17 Jun 2007 15:28:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23735&amp;title=arabic-text-issue#23735</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : Hi all  No everything okay,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23734&amp;title=arabic-text-issue#23734</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3035">VbGuy</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 17 June 2007 at 3:07pm<br /><br />Hi all<DIV>&nbsp;</DIV><DIV>No everything okay, the problem was only in windows media center english version with arabic support (comes with toshiba labtop),,,</DIV><DIV>When i run my prog in another machine with arabic version text display correctly ...</DIV><DIV>&nbsp;</DIV><DIV>See you around</DIV>]]>
   </description>
   <pubDate>Sun, 17 Jun 2007 15:07:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23734&amp;title=arabic-text-issue#23734</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : Hello Mah,  I think I found...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23733&amp;title=arabic-text-issue#23733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 17 June 2007 at 2:29pm<br /><br />Hello Mah,<DIV>&nbsp;</DIV><DIV>I think I found the problem.</DIV><DIV>&nbsp;</DIV><DIV>The sample PB project is migrated from PB8.0.4, and when I convert it to PB10.5 I didn't notice the arabic text inside the script, it was not correct.</DIV><DIV>&nbsp;</DIV><DIV>I re-type it again correctly, and it works fine now, and you know what </DIV><DIV><strong>I don't need even to set the font properity.</strong></DIV><DIV>&nbsp;</DIV><DIV>Try it yourself, remove the script that set the font and test it.</DIV><DIV>&nbsp;</DIV><DIV>Thanks for your help</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>&nbsp;</DIV><DIV>Waleed</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sun, 17 Jun 2007 14:29:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23733&amp;title=arabic-text-issue#23733</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : Hi Waleed,  Try in this exact...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23731&amp;title=arabic-text-issue#23731</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3017">malhabibi</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 17 June 2007 at 10:12am<br /><br /><DIV>Hi Waleed,</DIV><DIV>&nbsp;</DIV><DIV>Try in this exact sequence:</DIV><DIV><DIV>CommandBars.Options.Font.Charset = 178<BR>CommandBars.Options.Font.Size = 8<BR>CommandBars.Options.Font.Name = "Tahoma"</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.ActiveMenuBar.RibbonPaintManager.CaptionFont.Charset = 178<BR>CommandBars.ActiveMenuBar.RibbonPaintManager.CaptionFont.Size = 9</DIV><DIV>CommandBars.ActiveMenuBar.RibbonPaintManager.CaptionFont.Name = "Tahoma"<BR></DIV><DIV>&nbsp;</DIV><DIV>CommandBars.ActiveMenuBar.TabPaintManager.Font.Charset = 178<BR>CommandBars.ActiveMenuBar.TabPaintManager.Font.Size = 8</DIV><DIV>CommandBars.ActiveMenuBar.TabPaintManager.Font.Name = "Tahoma"<BR></DIV><DIV>Always make the&nbsp;Font.Name the last line&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Good Luck</DIV><DIV>MAH</DIV></DIV>]]>
   </description>
   <pubDate>Sun, 17 Jun 2007 10:12:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23731&amp;title=arabic-text-issue#23731</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : Hello Mah,  I install PB 10.5...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23721&amp;title=arabic-text-issue#23721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2890">WaleedSeada</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 16 June 2007 at 9:02am<br /><br />Hello Mah,<DIV>&nbsp;</DIV><DIV>I install PB 10.5 and also not using the unicode version of codejock.</DIV><DIV>&nbsp;</DIV><DIV>I still can't get Arabic to be rendered correctly, I put these lines at a separate script for the command bar, paint manager and tab paint manager:</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.Options.Font.Charset = 178<BR>CommandBars.Options.Font.Size = 8<BR>CommandBars.Options.Font.Name = "Tahoma"</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.ActiveMenuBar.RibbonPaintManager.CaptionFont.Charset = 178<BR>CommandBars.ActiveMenuBar.RibbonPaintManager.CaptionFont.Name = "Tahoma"<BR>CommandBars.ActiveMenuBar.RibbonPaintManager.CaptionFont.Size = 9</DIV><DIV>&nbsp;</DIV><DIV>CommandBars.ActiveMenuBar.TabPaintManager.Font.Charset = 178<BR>CommandBars.ActiveMenuBar.TabPaintManager.Font.Name = "Tahoma"<BR>CommandBars.ActiveMenuBar.TabPaintManager.Font.Size = 8</DIV><DIV>&nbsp;</DIV><DIV>I did the same for VB6 and it worked fine, But Pb not Okay,</DIV><DIV>Do you have any comments</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 16 Jun 2007 09:02:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23721&amp;title=arabic-text-issue#23721</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : Hi,  Licensed version already...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23494&amp;title=arabic-text-issue#23494</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 07 June 2007 at 6:58am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Licensed version already has unicode&nbsp;ActiveX in bin folder. Register them using Registrator tool.</DIV>]]>
   </description>
   <pubDate>Thu, 07 Jun 2007 06:58:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23494&amp;title=arabic-text-issue#23494</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : HI How can i download the unicode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23487&amp;title=arabic-text-issue#23487</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1827">free_user</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 07 June 2007 at 4:04am<br /><br />HI<br />How can i download the unicode version?<br />Thank uou]]>
   </description>
   <pubDate>Thu, 07 Jun 2007 04:04:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23487&amp;title=arabic-text-issue#23487</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : Thank you malhabibi, but I did...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23480&amp;title=arabic-text-issue#23480</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3035">VbGuy</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 06 June 2007 at 10:28pm<br /><br />Thank you <a href="https://forum.codejock.com/member_profile.asp?PF=3017&amp;FID=24" target="_blank"><strong><FONT color=#000000>malhabibi</FONT></strong></A>, but I did eaxvtly like what you say but Mr. Oleq explain why it did not work ...<DIV>&nbsp;</DIV><DIV>I will wait for the new version .</DIV>]]>
   </description>
   <pubDate>Wed, 06 Jun 2007 22:28:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23480&amp;title=arabic-text-issue#23480</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : Hi, I&amp;#039;m not using the unicode...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23460&amp;title=arabic-text-issue#23460</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3017">malhabibi</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 06 June 2007 at 3:32am<br /><br />Hi,<DIV>I'm not using the unicode version of CommandBar with PowerBuilder 10.5</DIV><DIV>and Arabic is working fine after putting these three lines in this exact sequence at the end<DIV>&nbsp;</DIV><DIV>CommandBars.Options.Font.Charset = 178&nbsp;// Arabic<BR>CommandBars.Options.Font.Size = 8<BR>CommandBars.Options.Font.Name = "Tahoma"</DIV><DIV>&nbsp;</DIV><DIV>Tell me if the PowerBuilder sample will be helpful</DIV></DIV>]]>
   </description>
   <pubDate>Wed, 06 Jun 2007 03:32:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23460&amp;title=arabic-text-issue#23460</guid>
  </item> 
  <item>
   <title><![CDATA[Arabic text issue : Thank you Mr. oleq,,, I am looking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23446&amp;title=arabic-text-issue#23446</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3035">VbGuy</a><br /><strong>Subject:</strong> 7290<br /><strong>Posted:</strong> 05 June 2007 at 10:53pm<br /><br />Thank you Mr. oleq,,,<DIV>I am looking forward for the new release .</DIV>]]>
   </description>
   <pubDate>Tue, 05 Jun 2007 22:53:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7290&amp;PID=23446&amp;title=arabic-text-issue#23446</guid>
  </item> 
 </channel>
</rss>