<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Flaimo.com RSS Builder [2010-07-29 15:21:45]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<docs>http://issuetracker.delphi-jedi.org/</docs>
<description>Project JEDI - Issue Tracker - ISSUES</description>
<link>http://issuetracker.delphi-jedi.org/</link>
<title>Project JEDI - Issue Tracker - ISSUES</title>
<image>
<title>Project JEDI - Issue Tracker - ISSUES</title>
<url>http://issuetracker.delphi-jedi.org/images/mantis_logo_button.gif</url>
<link>http://issuetracker.delphi-jedi.org/</link>
<description>Project JEDI - Issue Tracker - ISSUES</description>
</image>
<category>All Projects</category>
<ttl>10</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2010-07-29T15:21:45+02:00</sy:updateBase>
<item>
<title>0005060: Wrong Display and Return of Float Values by TJvValidateEdit</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5060</link>
<description>TJvValidateEdit converts Float to String by using the normal Delphi function StrToFloat. This function uses ThousandSeparator and DecimalSeparator loaded from SysUtils by calling:&lt;br /&gt;
GetLocalChar(GetThreadLocale,....)&lt;br /&gt;
&lt;br /&gt;
To convert from String to Float TJvValidateEdit calls JvSafeStrToFloat from the JVCL unit JvJCLUtils. This function loads own Chars for ThousandSeparator and DecimalSeparator by calling: &lt;br /&gt;
GetLocalChar(LOCALE_SYSTEM_DEFAULT,....)&lt;br /&gt;
&lt;br /&gt;
Not for all but for some of our computers the ThousandSeparator and DecimalSeparator used for Float to String conversion are different from these used for String to Float conversion. &lt;br /&gt;
&lt;br /&gt;
This causes a lot of trouble and makes the component unusable.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5060</guid>
<author>SteffenSchm &lt;SteffenSchm@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5060#bugnotes</comments>
</item>
<item>
<title>0005286: Copy in and from Id3v2x.</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5286</link>
<description>I have tried several times to copy info from an mp3 (id3 tag v1.x to id3 tag v2.x) and the artist doesn't copy. The other way around works perfectly.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5286</guid>
<author>Razor23 &lt;Razor23@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5286#bugnotes</comments>
</item>
<item>
<title>0005285: TJvDBGrid - Columns can't be moved</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5285</link>
<description>Add a TJvDBGrid to any form. It is not possible to move columns right clicking in their titles. Right click does not select the title. The problem was introduced as a proposed fix for problem described in issue 4421. I downloaded all revisions of JvDBGrid.pas and compiled a sample application with each of them in order to find when the problem was introduced. The problem was introduced in revision 11940.&lt;br /&gt;
&lt;br /&gt;
I am pretty sure that who made the change assumed that the proposed change in issue 4421 was correct and not bothered to test it.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5285</guid>
<author>Eduardo Mauro &lt;Eduardo Mauro@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5285#bugnotes</comments>
</item>
<item>
<title>0005204: TjvDBGrid and property FixedCols &gt;0</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5204</link>
<description>1. Wrong rendering a font of fixed columns i.e. for a fixed columg using a font of the next column.&lt;br /&gt;
&lt;br /&gt;
2. Rendering fixed columns with artefacts in D2010, if a property DrawingStyle &lt;&gt; gdsClassic (pic. err_D2010_grid.JPG).&lt;br /&gt;
&lt;br /&gt;
3. If FixedCols &gt;0 and a selected column is outside a visible grid, during changing width of any column there is a scrolling to the selected column. It's not conveneint when I need to set several columns. When FixedCols = 0 there is not the problem.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5204</guid>
<author>svk12345 &lt;svk12345@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5204#bugnotes</comments>
</item>
<item>
<title>0005284: mask in jvdbGrid</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5284</link>
<description>I used to see altomatic masked string in DBGrid just setting the EditMask property of TStringField (without using the OnGetText event) but in jvDbGrid  it does not. In jvdbGrid that just happens to DisplayFormat property of TFloatField, TExtendField</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5284</guid>
<author>fenxflash &lt;fenxflash@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5284#bugnotes</comments>
</item>
<item>
<title>0005283: Multiple Dockservers or Custompanels support</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5283</link>
<description>I'm having a pagelist with a variaty of forms docked at one page using the CustomPanel feature. &lt;br /&gt;
Now if I change to a new page I'd like to be able to dock a new set of forms for that page.&lt;br /&gt;
&lt;br /&gt;
I can think of two ways to achieve this. &lt;br /&gt;
One: By supporting multiple CustomPanel's for one JvDockServer.&lt;br /&gt;
Two: Enabling multiple JvDockServer's on a form and assigning an indiviual CustomPanel to each one.&lt;br /&gt;
&lt;br /&gt;
Looking at the code I think the first solution would be difficult regarding the maintenance of splitters and such.&lt;br /&gt;
The second solution would be easier I think, but possibly creates an ambiguity for the code's Find functions such as FindDockServer() and so on.&lt;br /&gt;
I'm trying to create the patch myself but any suggestions or patches would be very welcome.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5283</guid>
<author>gwark &lt;gwark@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5283#bugnotes</comments>
</item>
<item>
<title>0005015: first line of stack list details generated only, debug report is not complete</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5015</link>
<description>There is &quot;List index out of bounds (1)&quot; error in TJclStackInfoList.AddToStrings method, line 4773 in JCLDebug.pas&lt;br /&gt;
Strings.Add(GetLocationInfoStr(Items[I].CallerAddr, IncludeModuleName, IncludeAddressOffset, IncludeStartProcLineOffset, IncludeVAddress));</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5015</guid>
<author>hardy &lt;hardy@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5015#bugnotes</comments>
</item>
<item>
<title>0005281: EIntOverflow in NextStackFrame line 4825</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5281</link>
<description>I get EIntOverflow in NextStackFrame line 4825 when a database error occured as you can see bellow where i have copied ID call stack</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5281</guid>
<author>popescu_dumitru &lt;popescu_dumitru@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5281#bugnotes</comments>
</item>
<item>
<title>0005282: ExceptDlg does not work if app is compiled with package vcl and bounds-checking on (with solution)</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5282</link>
<description>During the display of the exception Dialog stack trace, you'll get various errors depending on the project you use. Sometimes &quot;Out of Memory&quot; exception is thrown, often a &quot;ListIndex out of bounds (2)&quot;</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5282</guid>
<author>SurFan &lt;SurFan@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5282#bugnotes</comments>
</item>
<item>
<title>0005258: TJvBalloonHint NOT painting on Windows 7</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5258</link>
<description>BalloonHint painting entirely transparent. Visible only edging.&lt;br /&gt;
I compile in Delphi 2007 project BalloonPrj.dproj in folder examples\JvBalloonHint\.&lt;br /&gt;
On Windows XP and Vist Hint painting correctly. On Windows 7 - transparent. See example in the attached picture.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5258</guid>
<author>PavelZ &lt;PavelZ@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5258#bugnotes</comments>
</item>
<item>
<title>0002265: Feature request</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=2265</link>
<description>I'd like to see &quot;IsAdministrator&quot; function carved up such that it calls &lt;br /&gt;
something like &quot;IsAliasOf( IsSomeAlias : DWORD )&quot;&lt;br /&gt;
&lt;br /&gt;
That is, we'd then be able to have:&lt;br /&gt;
&lt;br /&gt;
IsPowerUser     := IsAliasOf( DOMAIN_ALIAS_RID_POWER_USERS );&lt;br /&gt;
IsAdministrator := IsAliasOf( DOMAIN_ALIAS_RID_ADMINS);&lt;br /&gt;
IsBackupOperator:= IsAliasOf( DOMAIN_ALIAS_RID_BACKUP_OPS);&lt;br /&gt;
&lt;br /&gt;
etc.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=2265</guid>
<author>edbored &lt;edbored@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=2265#bugnotes</comments>
</item>
<item>
<title>0005280: Error in JvCsvDataSet Filter</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5280</link>
<description>JvCsvDataSet Filter returns a Result, even when non-matching Criteria is given.&lt;br /&gt;
In the program, when &quot;Box&quot; or &quot;Carton&quot; is selected, result is fine (correctly filtered); but when &quot;Garments&quot; is selected, it returns the first record from database (csv file) although there are NO record(s) of Garments in the database.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5280</guid>
<author>adit_bose &lt;adit_bose@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5280#bugnotes</comments>
</item>
<item>
<title>0005279: Stack trace from JclLastExceptStackListToStrings truncated for Acess Violation in thread</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5279</link>
<description>In the main VCL thread and most of the time in other threads JclDebug.JclLastExceptStackListToStrings works brilliantly However for an access violation in a thread it reliably gives me only one entry in the trace - the first one. The line number and description are accurate, but it's not very useful as it'll often be for a line somewhere in the VCL.&lt;br /&gt;
If I put a &quot;raise Exception.create('error message');&quot; line before the AV-causing line I get a full stack trace.&lt;br /&gt;
The sample code below should work added to a bare Delphi application.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5279</guid>
<author>moz &lt;moz@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5279#bugnotes</comments>
</item>
<item>
<title>0005278: JvInterpreter and #XX character codes..</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5278</link>
<description>JvInterpreter does not handles &lt;a href=&quot;http://issuetracker.delphi-jedi.org/view.php?id=10&quot;&gt;0000010&lt;/a&gt;, #XX character constants with string constants.&lt;br /&gt;
&lt;br /&gt;
This does not work in JvInterpreter, but works in standard Delphi compiler since 1.0 version:&lt;br /&gt;
var&lt;br /&gt;
  s: String;&lt;br /&gt;
begin&lt;br /&gt;
  s := '';&lt;br /&gt;
  s := s + &lt;a href=&quot;http://issuetracker.delphi-jedi.org/view.php?id=13&quot;&gt;0000013&lt;/a&gt;#10'Hello'&lt;a href=&quot;http://issuetracker.delphi-jedi.org/view.php?id=13&quot;&gt;0000013&lt;/a&gt;#10;&lt;br /&gt;
end;</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5278</guid>
<author>ZENsan &lt;ZENsan@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5278#bugnotes</comments>
</item>
<item>
<title>0005276: Console client doesnt sync all files</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5276</link>
<description>Hi All, &lt;br /&gt;
&lt;br /&gt;
I'm attempting to automate our build process, part of the is automating the source code synchronising. I'm using the Jedi commandline interface. My issue is that when I sync from the command line, the output says it's getting every file in the project, but when I inspect the destination directory not all files are there. &lt;br /&gt;
&lt;br /&gt;
I've set the destination directorys security to allow 'everyone' to read, write etc. &lt;br /&gt;
&lt;br /&gt;
I've tried the same command from diferent machines with the same result. &lt;br /&gt;
&lt;br /&gt;
I saw some other posts related to encryption with the console client saying that encryption is not supported and will be soon. These posts are from years and years ago. Could this be the issue? Is encryption now supported?&lt;br /&gt;
&lt;br /&gt;
please help me figure out why the missing files aren't there. &lt;br /&gt;
&lt;br /&gt;
rgds Tim</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5276</guid>
<author>TimInAus &lt;TimInAus@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5276#bugnotes</comments>
</item>
<item>
<title>0005277: Donation Components</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5277</link>
<description>Hello, may I suggest a small set of components, which seem to me useful.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5277</guid>
<author>roschinspb &lt;roschinspb@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5277#bugnotes</comments>
</item>
<item>
<title>0005253: TJvTimer (possibly other timers also) does not free thread</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5253</link>
<description>TJvTimer (possibly other timers also) does not free thread when changing Enabled property in Timer event. This lead to out of resources exception if timer are created in big quantities.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5253</guid>
<author>ZENsan &lt;ZENsan@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5253#bugnotes</comments>
</item>
<item>
<title>0005233: TJvDBGrid wordwrap</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5233</link>
<description>It will be good to add special event for DbGrid called like &quot;OnColumnWordwrap&quot; returning bollean if drawed column must be wordwrapped.&lt;br /&gt;
If we allow row resizing, then really I see only OnDrawCell possibility for that or modifying source unit and then including it into project.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5233</guid>
<author>ZENsan &lt;ZENsan@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5233#bugnotes</comments>
</item>
<item>
<title>0005237: [TJvDBUltimGrid] On master-details view the 'sort title' action looses the details</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5237</link>
<description>If you have two TJvDBUltimGrid, one for the master table and one for the details table, the details grid shows no rows if you sort with respect to a key that is not the master-details relational key, by pressing the title buttons.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5237</guid>
<author>gpcaretti &lt;gpcaretti@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5237#bugnotes</comments>
</item>
<item>
<title>0005275: Installer fails to set up resources directory for C++ compilation</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5275</link>
<description>Every time I install JVCL, I have to go under Tools, Options, Environment Options, C++ Options, Paths and Directories, and add JVCL's resources subdirectory (e.g., C:\trunk\Libs\jvcl-3.39\resources) to the Library Path option.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5275</guid>
<author>jkelley &lt;jkelley@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5275#bugnotes</comments>
</item>
<item>
<title>0005274: TJvTrayIcon Access Violation if length of hint is more than 255 symbols</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5274</link>
<description>When I try to show long-length hint via TJvTrayIcon component, then I catch an Access violation message. Also, part of string from text goes to caption. Screenshot is attached.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5274</guid>
<author>Yams &lt;Yams@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5274#bugnotes</comments>
</item>
<item>
<title>0005250: TJvDbLookupCombo doesn't properly redraw at run-time with XP Theme enabled</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5250</link>
<description>TJvDbLookupCombo placed on a form in TJvPageConrol&lt;br /&gt;
&lt;br /&gt;
object dblcbElementA: TJvDBLookupCombo&lt;br /&gt;
  Left = 8&lt;br /&gt;
  Top = 32&lt;br /&gt;
  Width = 145&lt;br /&gt;
  Height = 21&lt;br /&gt;
  DropDownCount = 10&lt;br /&gt;
  Font.Charset = RUSSIAN_CHARSET&lt;br /&gt;
  Font.Color = clBlack&lt;br /&gt;
  Font.Height = -11&lt;br /&gt;
  Font.Name = 'Tahoma'&lt;br /&gt;
  Font.Style = []&lt;br /&gt;
  LookupField = 'Id'&lt;br /&gt;
  LookupDisplay = 'Name'&lt;br /&gt;
  LookupSource = dmPathMan.dsElementA&lt;br /&gt;
  ParentFont = False&lt;br /&gt;
  TabOrder = 0&lt;br /&gt;
  OnChange = dblcbElementAChange&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
At run-time the selection button with &quot;open&quot; arrow doesn't properly redraw it's background.&lt;br /&gt;
&lt;br /&gt;
dblcbElementA.ControlStyle := dblcbElementA.ControlStyle + [csOpaque] doesn't help. Copmponent gets background from previous Page on PageControl.&lt;br /&gt;
Removing .manifest file helps to restore the view but without XP theming.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5250</guid>
<author>dreel &lt;dreel@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5250#bugnotes</comments>
</item>
<item>
<title>0005273: JclLANMan LookupGroupName does not allocate buffers correctly, which causes access violation in NTDLL.DLL</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5273</link>
<description>The LookupGroupName function in JclLANMan is not converted correctly to support Delphi 2010. The buffers must be allocated or the second call to LookupAccountSID will fail, causing an access violation in NTDLL.DLL&lt;br /&gt;
This function will work if compiled with earlier version of Delphi.</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5273</guid>
<author>fredrik &lt;fredrik@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5273#bugnotes</comments>
</item>
<item>
<title>0005271: Bug in TJvDockServer, TJvDockClient</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=5271</link>
<description>=== BUG in TJvDockServer, TJvDockClient ===&lt;br /&gt;
&lt;br /&gt;
When we trying to dock OTHER dockable components (e.g. ToolBar) on a DockPanel (property of a DockServer), we have ACCESS VIOLATION error message (everytime). Other problem: standard (and Jv_ also) ToolBar do not have visible caption when its docked on a DockPanel.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Vitaly</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=5271</guid>
<author>realart &lt;realart@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=5271#bugnotes</comments>
</item>
<item>
<title>0002601: Cannot comment my report</title>
<link>http://issuetracker.delphi-jedi.org/view.php?id=2601</link>
<description>I don't have the right to comment a resolved bug I reported &lt;br /&gt;
(It would be useful like &quot;ok, tested, really works, you can close this issue&quot;)</description>
<guid>http://issuetracker.delphi-jedi.org/view.php?id=2601</guid>
<author>Xigi &lt;Xigi@example.com&gt;</author>
<comments>http://issuetracker.delphi-jedi.org/view.php?id=2601#bugnotes</comments>
</item>
</channel>
</rss>
