مدونات

Workaround on TDBNavigator,TSpeedButton bug

Some comments on Andreas Hausladen blog asked for help in this TDBNavigator bug QC52439 , I think everybody knows Andress and his great efforts to the Delphi community, so i decided to give Andress a hand on this ;) and here is workaround for this bug:
note: this bug exists in Delphi2007 and Delphi2009
1- open  "Buttons" unit.
2- in the TSpeedButton class  locate these lines in the Paint Procedure


Articles Categories: 

تصحيح TThemedDBGrid

عنصر TThemedDBGrid هو عنصر مفيد جداً حيث يقوم بتغيير مظهر TDBGrid ليتلائم مع مظهر الويندوز xp أو الفيستا الأنيق، و هو عنصر مجاني و مصدر مفتوح من قبل المبرمج Andreas Hausladen حيث هي عبارة عن وحدة جديدة تقوم بإضافتها إلى المشروع و هي ستقوم بتعديل مظهر جميع عناصر الـ TDBGrid الموجودة في المشروع أثناء تشغيل البرنامج، النسخة الموجودة كانت تحوي مشكلة عند تغيير الاتجاه ليصبح من اليمين لليسار أي عند تغيير الـ BiDiMode ليصبح bdRightToLeft كما في الصورة

Articles Categories: 

TDBGrid bdRightToLeft bug fixed

I am still using Delphi2006 for my database projects, but two days ago I’ve started a small Database App in Delphi2009, and it was a shock when I discovered that there is an obvious bug in TDBGrid  in Delphi2009, Delphi2009 Update1 and Delphi2007, this bug will be “visible” if you change the BiDiMode property of TDBGrid to  bdRightToLeft.

Articles Categories: 

TDBGrid في دلفي 2007 و دلفي 2009 مشكلة و حل

في الحقيقة برامجي التي أطورها والتي تستخدم قواعد بيانات مازالت على دلفي 2006 ، لكني منذ يومين بدأت مشروعاًَ صغيراً (قواعد بيانات) و اخترت أن أبدأه على دلفي2009 ، وقد تفاجئت بوجود ثغرة واضحة في مكون TDBGrid  هذه الثغرة تظهر مع تغيير خاصية الـ BiDiMode إلى bdRightToLeft لتتلائم مع اللغة العربية في الكتابة من اليمين إلى اليسار:

Articles Categories: 

IBrowser for Delphi7 coming soon

Some folks who still using Delphi7, asked me for a version of IBrowser for Delphi7, I want here to announce that I am working on that now, and IBrowserD7 will be available soon.
And I'll never forget to thank Nick Hodges the Delphi project manager for the reference to IBrowser in his blog :),  thanks Nick.

Articles Categories: 

IBrowser (enahanced file browser for Delphi) released.

I've just released the version 1.0 (beta) of IBrowser Expert, an enahanced file browser for Delphi, this file browser points to the active file in the IDE source editor, and display the contents of its directory automatically, that will be very helpful to developers who needs to do some jobs with files and directories, like copy, move, zip ...etc,

Articles Categories: