HX_unbanned
|
Registered User
|
Well ... Delphi in my veins ...
|
|
Oct 1 |
comment |
Code Length in IDE ( w/o modeling support ) versus Code Efficiecy in Compilation in Delphi Hmmm, thank you very much for your info, mate! The prob is that I have not official emplojee for now, so 99 euro is reasonable money ... :) But - I will check your links for sure! |
|
Oct 1 |
revised |
Code Length in IDE ( w/o modeling support ) versus Code Efficiecy in Compilation in Delphi edited title |
|
Oct 1 |
comment |
Code Length in IDE ( w/o modeling support ) versus Code Efficiecy in Compilation in Delphi Yes, u got the idea. Ok, thanks for your info ;) Anbody else, please?! |
|
Oct 1 |
asked | Code Length in IDE ( w/o modeling support ) versus Code Efficiecy in Compilation in Delphi |
|
Aug 16 |
comment |
Delphi: Program Execution and internal procedure/function calling from CMD or using Doubleclick on associated extension yes. exeatly that what i need. Hm ... damn, but I think that thisbasic /dl parameter is best solution after all ... |
|
Aug 16 |
asked | Delphi: Program Execution and internal procedure/function calling from CMD or using Doubleclick on associated extension |
|
Jul 25 |
answered | Whats the best way to introduce decrypting and showing passwords in delphi. |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… I was forced. Time limit and job schedule is pretty bad - I have to work even in school holidays, and there is other project which I need to start asap ... |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… Pardon. I have to jump between forum I moderate, this site and Delphi simutainosly, so I'm very haotic at this moment. |
|
Jul 25 |
revised |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… added 465 characters in body |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… And - it is working OK now, although I will set your latest post as Comfired Answer, Rob ;) |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… Hm, Rob, Ok, i cannot show case because it covers about three very large functions, witch is directly linked by others, so it would be hard for you to understand. The main function I vahe had already copied here. The idea was that I call this procedure from other procedure. cArray contains all components with whom procedure will operate ( disable / enable ). ReEnable parameter is "trigger" which dont enable back components that was disabled ( if it is False ), so no matter of count of involved components, all will stay disabled after procedures end. And-CompListDis for later program upgrades. |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… Yes, thank you, problem theoretically found and eliminated. Thank you for this to, but stringlists were for sorting - which is enabled in the time of execution and which comopoent is not. Thasthow I could determine by reenable parameter whenever to enable them or disable. This was not covered by my question because I just thought no value was saved in stringlists at all. Thanks again, sorry for my unreasonable attitude. At this point everybody has the correct answer. ;) |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… Just checked with Text property. Suprising ( for me ), but it really does add the name correctly. This means that continuous code has some bug. Thanks for the breakpoint tip, Rob! And - I know what scope is. I consider this question a bit humiliating and harrasing to me ... |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… and - it is procedure. It is meant to not provide return, because component status is detected on every execution. Only necessarry trigger is reenable parameter. |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… bi know it because when i step it with breakpoints, there are no items in stringlist pllus when i devug with dcus, thetre are no varable or memory address picked up and in the continuous code, if i use the code that i need (currently it is just for modular testing), i get runetime list out-of-bounds error. thats how i know there is something wrong. |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… Hmm, thank you for tip about stringlist, Rob! About that reenable parameter - nop, tyhere is a bit different reason. It would be pretty long to explain I would need to coppy some part of apps source. Also, thans for tip about Components. I knew this, but I was not sure, because in almost every example i find this code ... |
|
Jul 25 |
comment |
Component disabling and enabling at runtime in Delphi 2K9. Weird problem… Nop, does not work. Nothing at all happens to any of stringlists. FindComponenet(); just takes the controls name and thats all... P.S. I used dcu's ... |
|
Jul 25 |
asked | Component disabling and enabling at runtime in Delphi 2K9. Weird problem… |
|
Jul 20 |
revised |
Bring form on top of others when clicked on taskbar button in Delphi. spelling and grammar fixes |
|
Jul 20 |
asked | Bring form on top of others when clicked on taskbar button in Delphi. |
|
Jul 20 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… @mghie - Ok, never mind then. I suppose I am thinking the wrong way after all. Don't get confused - I'm just learning delphi. imho all vcl components connect during runetime directly to os shell and takes from them all the resources. the os api then manages shells resources, so i think that they are pretty dependent. Maybe I am wrong? If yes, please give some links to read and learn. P.S. Sorry if I disinform you and other members and readers. We all are just humans.. |
|
Jul 20 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… Ok, I see. I was thinking about this from the begining, but I was ( and am ) afraid that this might leave some glitches on the statusbars text area ( ok, "text area" is not the right term - better would be stringlists item text ) - like some not redrawn pixels ( leftovers from a character or something like that ) ... |
|
Jul 20 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… @mghie - about Edit - emm, yeah, my goul is to make full ( although pretty curvehands.dll-like ) support for WinXP SP3 and Post-Windows XP versions, so I mainly try to go through Shell resources, not deal with GDI, TCanvas, and Graphics classes/units ... |
|
Jul 20 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… hm, than I could use Shell_Notify() or SHChangeNotify() ? Problem is that I dont know correct API Call syntax to do it ... And - I never read about ShelObj and ShellAPI units in depth ... |
|
Jul 20 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… fix spelling with OR statement, mghie ;) Also - there is now some system lag when used this procedure - as warned in my link :( Hm, any other solution? Mybe it could be done, of course, with a bit larger code, but with WM_ERASEBKGND ... althought I did search ComCtrl unit, but did not find full StatusBar.Update code ... As much as I understand, the overriding of this API call would be simply not calling it in practice? |
|
Jul 20 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… @Darius - well, take a look at first post - blockread() reads binary file, even with optinal check parameter, very fast and this frequency is important as this statusbar model can be used as instant debugger. |
|
Jul 20 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… @Ryan , Yes, excatly that what I am taling about. Do you have some synchronizing code ( my monitor has refresh time at 4ms )... |
|
Jul 20 |
revised |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… additional info and question extending |
|
Jul 20 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… Well, I did take a look at this link and as I knew, there is doublebuffered property, which did not help me .... Also - Question is updated. Please give some other answers / comments! |
|
Jul 18 |
revised |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… added 30 characters in body; deleted 1 characters in body |
|
Jul 18 |
revised |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… added 1572 characters in body |
|
Jul 17 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… Delphi 2009 Architect |
|
Jul 17 |
comment |
TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… Hm, yeah, I just added it as possible part of possible solution ... Thanks for links, mghie ;) |
|
Jul 17 |
asked | TStatusBar flickers when calling Update procedure. Ways to painlessly fix this… |
|
Jul 12 |
revised |
TApplicationEvents as dynamic component or static for tracing called routine in Delphi. added 68 characters in body |
|
Jul 12 |
revised |
TApplicationEvents as dynamic component or static for tracing called routine in Delphi. added 7 characters in body; added 873 characters in body |
|
Jul 12 |
asked | TApplicationEvents as dynamic component or static for tracing called routine in Delphi. |
|
Jul 11 |
comment |
Why Do You Use Delphi? Well, finally I found "Built by Delphi" logo ... from this day it will be included on every app I will write. |
|
Jul 11 |
comment |
Delphi and HDD I/O Quoting , Resource Pre-Caching , Read/Write/seek parameter limiting. @DE, Heh, glad to see that my question has become usefull and makes people think deeper and take a look to question from other aspects :) I'll read it asap, mate. Thanks for notification ... @mghie, well, sort of yes - it is code bug, because I write app on XP Environoment and this lock sometimes is only introduced in Windows 6.x OSes. Mainly my guess is that direct access with BlockRead() with DWORD size makes disk caching pretty hard... Ok, thanks for techent link, I had not time to do some msdn/connect/techent research about i/o ... |
|
Jul 8 |
comment |
Closing Process of a Delphi App under Vista Rob, I meant just like that ... like having AI. If it is part of algorythm, sequence or procedural action., then yes, they can, of course. mghie - I've tested UAC and I can say that UAC is one crazy feature - and - I advised this in the case question creator is skilled programmer - than it should not be big problem ... only limitation is time. Yes, it seems like I did formulate my answer a bit strange. My bad. |
|
Jul 8 |
comment |
Closing Process of a Delphi App under Vista AFAIK, Process cannnot kill itself / thread cannot terminate itself. In Vista, this IS because people dont now excatly how UAC will behaive. Currently best solution for a bit safer Vista operation is tu use FastMM unit and manifest that lets app to run with full privilegies... The process / thread handling still is the same as Delphi is still the same, right? ;) |
|
Jul 8 |
revised |
Closing Process of a Delphi App under Vista spelling |
|
Jul 8 |
comment |
Closing Process of a Delphi App under Vista FastMM units is compatible from Delphi 6 and above ;) Different question is about its pre-requisties and compatability. It s been half year when I last time used Fast MM 4 ... |
|
Jul 8 |
answered | Closing Process of a Delphi App under Vista |
|
Jul 8 |
comment |
Delphi and Performance Coding. Statement Performance and code length results. Thanks Lieven for error notification and correction! |
|
Jul 8 |
comment |
Delphi and Performance Coding. Statement Performance and code length results. yes, you are absolutely correct. I did write wrong - I thought the same, but somehow wrote different ;) Anyways - thank you for tip and illustration - I hope it will help othe begginers in Delphi programming ;) |
|
Jul 8 |
revised |
Delphi and Performance Coding. Statement Performance and code length results. edited body |
|
Jul 8 |
awarded | ● Editor |
|
Jul 8 |
revised |
Delphi and HDD I/O Quoting , Resource Pre-Caching , Read/Write/seek parameter limiting. added 301 characters in body |
