-
Content Count
105 -
Joined
-
Last visited
Everything posted by Dave Craggs
-
Hi, MMX has these options Would be nice if there was an option Copy fullname and unit. Keep up the good work. Dave Craggs
-
Hi, I am currently using FastReports VCL 5 that comes with Delphi 10.3. Anyone know how much better the paid for version is? Thanks Dave Craggs
-
Thanks. Do you use FastReports?
-
Hi, Howe do I read the text part of a CDATA not in an XML file? am using TXMLDocument then finding a node, (IXMLNode), but both node.,text and node,textvalue return the full CDATA string. Am using Delphi 10.3. Am doing a work around to remove the CDATA stuff, but I would have though there should be a simple way of getting this text. Dave Craggs
-
Hi I have a VCL application. Some of the forms stay visible when switching between windows desktops. The main form doesn't. Couldn't see an obvious property causing ths. Any ideas?
-
I'll have a go next week. Thanks
-
Thanks for the reply. These are the windows 10 virtual desktops. Border style is bsSizable Attribute WS_EX_TOOLWINDOW is not present in my code.
-
Application.MainFormOnTaskbar := True; Delphi 10.3 at the moment
-
If you have a panel with items inside all aligned left. How do you maintain the order when you change visibility? The items start in the correct order, but it you hide one and then later make it visible, it can end up in the wrong position.
-
OK got it. Hide all the controls and set align to alNone. then go though in the order that you want setting them to visible and align to alLeft.
-
Hmm - could I do something with the Left property maybe?
-
How do you get a StackTrace when an exception occurs? I have implement a logger inheriting from TDUnitXNullLogger Got this in OnTestError procedure TJPANUllLogger.OnTestError(const threadId: TThreadID; const Error: ITestError); begin inherited; FCurrentTestItem.Error := True; FCurrentTestItem.StackTrace := Error.StackTrace; Codesite.SendFmtMsg('StackTrace %s',[Error.StackTrace]); Codesite.SendFmtMsg('Message %s',[Error.ExceptionMessage]); Codesite.SendFmtMsg('LocationInfo %s',[Error.ExceptionLocationInfo]); Codesite.SendFmtMsg('AddressInfo %s',[Error.ExceptionAddressInfo]); end; ExceptionMessage is coming through, but not StackTrace
-
OK - first, I use the GUI Test Runner when developing tests. Tests are then run using the console tester when doing builds using FinalBuilder. I need the stack trace to tell me where exceptions occur when tests fail. I have managed by using Codesite to show the stack trace, that will do for now.
-
Anyone know how to view the stack trace using the GUI test runner?
-
Did you get this working I have tried the MadExcept option, and it is getting called, but the stack trace is not being shown. Dave
-
Hi All, Using the GUI test runner, how can I run code that executes after all the test have run? I tried inheriting from the main form but that was not allowed. Thanks Dave Craggs
-
That is what I did 🙂
-
Worked it out. Needed to implement OnTestingEnds in TDUnitXNullLogger
-
To print out a report.
-
HI All, MalwareBytes is reporting the Nevrona website as containing Trojans. http://www.nevrona.com/ Anyone know anything about this? Dave Craggs
-
It is MalwareBytes that is flagging it up.