-
Content Count
888 -
Joined
-
Last visited
-
Days Won
7
Everything posted by Stano
-
But that was after my answer I already mentioned here that I am not a programmer. I'm just playing with him
-
I think that the actual modification of the code into a readable form is max for one day.
-
I don't have to judge it. Out of curiosity, I looked at it. So fast. Nobody will go with your text formatting. It can't be read😤 Declaring variables, given their huge number, I would put in a separate unit (Classes?) You are initializing variables. It should be a separate function. In your case, in a separate unit. You must clear that code first.
-
Sometimes the IDE runs twice. I do not know why. In this case, you cannot work. You need to check this in the task manager.
-
Probably (no one) understands your question.
-
Try running the unit through Pascal Analyzer Lite. It is quite likely that he will explain something to you.
-
The modal form can also be off-screen. Form.Height := 1; Form.Widht := 1; Form.Top := -100; Form.Left := -100; I even use it. The reason is its unwanted rendering and flickering.
-
Can I change the entry point for a VCL application?
Stano replied to JamieR's topic in Algorithms, Data Structures and Class Design
I read a book for beginners. There it was. I mean * .dpr. A search in the menu probably followed. D7 -
Project JasotSVB.exe raised exception class EIBNativeException with message '[FireDAC][Phys][FB]Unable to complete network request to host "xnet://Global\Local\FIREBIRD".'. The internet didn't help me. The paths are right. I shut down the server. FB ver 3.0.7. My program settings: dtmdBasic.fdfbdrlnkFoc.VendorHome := ''; dtmdBasic.fdfbdrlnkFoc.VendorLib := ''; dtmdBasic.fdfbdrlnkFoc.VendorLib := VendorDir; dtmdBasic.fdfbdrlnkFoc.Embedded := FCertificate.IsEmbedded; // True Connection := dtmdBasic.conFB; Connection.Connected := False; Connection.LoginPrompt := False; Connection.Params.Add('CharacterSet = csWin1250'); Connection.Params.Database := FBasicDir.UserDataDir + FFileName; Connection.Params.DriverID := 'FB'; Connection.Params.Database := 'Password = masterkey'; Connection.Params.Add('Port = 3050'); Connection.Params.Add('Protocol = ipLocal'); Connection.Params.UserName := 'SYSDBA'; I'm putting it here because FireDAC.
-
Why? It works with them.
-
There must be: ... \ plugins \ engine12.dll
-
What it's like to be a Delphi Developer
Stano replied to Joe C. Hecht's topic in Tips / Blogs / Tutorials / Videos
I have to run the program as an administrator. -
What it's like to be a Delphi Developer
Stano replied to Joe C. Hecht's topic in Tips / Blogs / Tutorials / Videos
Based on your mention, I'm trying AkelPad. I can't activate any plugin. The list is empty. You are in: c: \ Program Files (x86) \ AkelPad \ AkelFiles \ Plugs \ Well thank you. -
So you helped him
-
Humenne, I know that. I live here.
-
When `Scaled` is set, form inheritance will cause duplicated scaling? Any one can confirm?
Stano replied to Edwin Yip's topic in VCL
I (not just me) have the experience that if there are several components differently aligned, then there are problems with that. Try to align the components when creating the form. It is best to create them dynamically -
TDBComBox without items amazed me too. If you have TMS, use it.
-
Calling a dll to display a calendar BUT need to stop processing windows messages
Stano replied to RTollison's topic in General Help
I guess it would be good to give TMS -
Parnassus Bookmarks for Delphi 11 Alexandria?
Stano replied to PeterPanettone's topic in Delphi IDE and APIs
Me too. I wrote it in OffTopic -
Here is a link directly to FB support. These questions belong there: https://groups.google.com/g/firebird-support?pli=1
-
This is a matter of OS and the great innovation of W11. As you can see, this can only be changed using themes.
-
This is what TAdvPanel does
-
It also depends on where you placed the panel. And what neighbors I have. With what settings.