Mark S Day

Results 13 issues of Mark S Day

It appears that my junk cleaning software deletes C:\Temp\Delphinus\PushDates.ini which stops Delphinus from working. Maybe store that file into C:\ProgramData or C:\Users\\AppData to prevent cleaning software from deleting PushDates.ini. Cheers

Helooo, I need to disable the GLScene Navigators at specific times, like when using the Mouse Scroll wheel button over a component, but the navigators doesnt have an enable property....

Hi, I have loaded a TGLFreeForm component with a 3ds file, used a TGMaterialLibrary to store the 3ds materials. I have also created another Material Library with grey scale versions...

I'm just wondering why camera move around target can rotate more that 360 degres left and right but only 180 degrees up and down? Is this a OpenGL limitation or...

I have been trying to create a new highligher from scratch and reading through "How to create new highlighters" the technical info on the page is quite sparse. I can't...

question

Hi, Great software by the way. I have a feature request. Can you include a TFileOpenDialog file types string builder to take the drudgery out of manually adding this? I...

Rodrigo, You are the king of VCL styles, love your work. Question, how does one hook into a component without a style hook, for example TPanel? I have a custom...

VS Code would not accept this, but I thought I'll have a craic at it (Irish pun intended) void clear_row(size_t row) { struct Char empty = (struct Char) { character:...

Brain, Are you going to post some more article on Hacker Pulp? Regards, Mark.

I have this code ``` RainbowColors := [$FFe81416, $FFffa500, $FFFAEB36, $FF79C314, $FF487DE7, $FF4B369D, $FF70369D]; RainbowPoints := [0.0, 0.167, 0.334, 0.501, 0.668, 0.835, 1.0]; var Paint : ISkPaint; Paint := TSkPaint.Create;...