Search found 47 matches

by luciano_f
Thu Oct 19, 2023 8:57 pm
Forum: madExcept
Topic: madExcept and 4K monitors
Replies: 6
Views: 10619

Re: madExcept and 4K monitors

@madshi

Hello, could you implement the font increase for the settings screen as well ?
by luciano_f
Mon Oct 09, 2023 9:09 pm
Forum: madExcept
Topic: madExcept and 4K monitors
Replies: 6
Views: 10619

Re: madExcept and 4K monitors

True, I've changed this in madExcept now. Increase the font on the Configuration screen? There is an option in the log that increases the font on the Log screen I could use this same setting to increase the font size of the settings screen as it is a very small screen and for those who wear glasses...
by luciano_f
Sun Oct 08, 2023 1:26 pm
Forum: madExcept
Topic: madExcept and 4K monitors
Replies: 6
Views: 10619

Re: madExcept and 4K monitors

This probably depends on multiple things, including the DPI setting of your monitor, your process DPI scaling settings etc. In madExcept.pas, there's this line of code: stdac(THandle(-1)); Can you try if replacing the -1 with -4 solves the problem? You'll have to copy madExcept.pas and mad.inc to y...
by luciano_f
Mon Jul 11, 2022 12:46 pm
Forum: madExcept
Topic: How to pause a code and return later ?
Replies: 3
Views: 3760

Re: How to pause a code and return later ?

by iconic » Sat Jul 09, 2022 9:05 pm Hello, TBH with you this is a very ugly thing to do and a lot can go wrong. If you're wanting to do something like return to code that needs to be executed then you might be able to get away with this using a 'label' and 'goto' statement. In theory it should wor...
by luciano_f
Mon Jul 04, 2022 11:14 am
Forum: madExcept
Topic: How to pause a code and return later ?
Replies: 3
Views: 3760

How to pause a code and return later ?

Hello good morning everyone, has any colleague managed to do this? I already searched a lot on google and didn't find anything that worked, and maybe the more experienced colleagues have already done it, I think it's similar. I would like to create a Showmodal form that is Local and doesn't block my...
by luciano_f
Tue Apr 05, 2022 2:24 pm
Forum: madExcept
Topic: How to increase the size of Screens ?
Replies: 2
Views: 2399

Re: How to increase the size of Screens ?

It looks great.

Grateful.
by luciano_f
Sun Apr 03, 2022 11:09 am
Forum: madExcept
Topic: How to increase the size of Screens ?
Replies: 2
Views: 2399

How to increase the size of Screens ?

In another post Colleague kindly helped me with the requirement to increase the font size now I would like to know if there is a way to save in ini file or windows registry or detect automatically by the size of the fonts because it is always cutting the columns. Note I'm always having to go with th...
by luciano_f
Sat Feb 19, 2022 2:04 pm
Forum: madExcept
Topic: Option to increase font size
Replies: 6
Views: 4283

Re: Option to increase font size

It looks great
Much obliged.
by luciano_f
Mon Feb 14, 2022 10:50 am
Forum: madExcept
Topic: Option to increase font size
Replies: 6
Views: 4283

Re: Option to increase font size

I already tried to do that but I couldn't.

Image

however I see that you create this option is not complex and helps everyone who like me wears glasses.

Grateful.
by luciano_f
Mon Feb 14, 2022 10:12 am
Forum: madExcept
Topic: Option to increase font size
Replies: 6
Views: 4283

Re: Option to increase font size

And I could also create an option for the Font Size of the "MadExcept Viewer" in Delphi
in Tools -> MadExcept -> Configuration
could be saved to an ini file or windows registry.
by luciano_f
Sun Feb 13, 2022 12:56 pm
Forum: madExcept
Topic: Very strange error not found.
Replies: 1
Views: 2077

Very strange error not found.

Hello, I would like a colleague to help me with this problem. because Eurekalog doesn't find any errors. only MadExcept finds an error but it doesn't know how to tell me the line of code where the error is. I see that if there is an error it should show where it is, but it is pointing to the creatio...
by luciano_f
Sun Feb 13, 2022 11:50 am
Forum: madExcept
Topic: Option to increase font size
Replies: 6
Views: 4283

Option to increase font size

The size of MadExcept Fonts for me is too small. You could create an option to increase the font size through the settings in "madSettings" I did some tests changing the font size in madExcept.pas constructor TExceptionBox.Create(const exc: IMEException; defaultMsgBox, detailsBtn, makeSoun...
by luciano_f
Thu Feb 10, 2022 2:58 pm
Forum: madExcept
Topic: Cannot capture the Error line correctly.
Replies: 16
Views: 8002

Re: Cannot capture the Error line correctly.

I did tests again by deleting all DCU and exe files and copying only Release and in fact MadExcept manages to capture the entire error stack.

and just like Colleague, I also only release Release versions for customers.

Debug I use only for my tests
by luciano_f
Thu Feb 10, 2022 1:28 pm
Forum: madExcept
Topic: Cannot capture the Error line correctly.
Replies: 16
Views: 8002

Re: Cannot capture the Error line correctly.

Got it and now I've also managed to get it to catch the entire error stack. But I see that it is very complicated to do this so that you can catch the error. Are you going to implement some programming in MadExcept to be able to solve this ? See with EurekaLog you don't need all that to be able to c...
by luciano_f
Wed Feb 09, 2022 8:51 pm
Forum: madExcept
Topic: Cannot capture the Error line correctly.
Replies: 16
Views: 8002

Re: Cannot capture the Error line correctly.

New Video explaining better and showing that EurekaLog can capture the entire Error Stack. https://mega.nz/file/EuBxSCbD#qopcW4RUwXGavNtvtqwbJcb3JraDaf-Yd6gf5Mb9vlk The worst thing is that there are several other errors in my project that are happening even though it can't capture the entire Error S...