-
Content Count
21 -
Joined
-
Last visited
Community Reputation
0 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I've not use MMX Code Explorer before so when I saw it in D13's GetIt Package Manager today I thought I'd give it a try. That failed with an error message saying that it was not for this Delphi version (D13). When installed manually (from the download on your site) I got the "Use V15 Settings" prompt and it seems to have installed in the IDE. GetIt of course still says it's not installed. Anyway I look forward to trying it out, but thought I'd provide the feedback about the installation.
-
Okay then. Have a nice day. 🙂
-
I can't replicate your issue either.
-
Thanks for the reply Patrick. I took a look at the source, but it looks too involved for me to work out a solution. I may have to give up on the FMX TListView and look at other options.
-
I'm using a TListView in a Delphi 12.3 FMX project and have it working, but have some questions. Is there a way to change the item index on a right mouse click ? I was going to do this via OnMouseDown (checking for the right button) then update the item index, but I can't see how to determine what item is under the mouse. All of the methods I've seen don't seem to be available in the FMX version. Second, does the FMX version support virtual mode? If so, how is it enabled? I can see an UpdateObjects event which might be used to populate the items. Lastly, I’d also like to be able to support moving items around in the list via drag and drop, but the properties and events don’t seem to suggest that it can. Possible?
-
Watch me coding in Delphi on YouTube
David Duffy replied to silvercoder79's topic in Tips / Blogs / Tutorials / Videos
Good to see a headset in your latest videos. The audio is much better. -
Use the Bass audio library (DLLs) ?
-
I've not found that to be the case on my machines.
-
Maybe take a look at the Bass audio library?
-
No idea sorry. I would guess most users set up the printer once.
-
Do you really need to change the port for the printer, or do you want to select a specific printer to print to?
-
I have it working nicely with fixed colours. Having it theme aware would have been nice but is not a real issue. It was more about learning.
-
OK, is there a way to get the ActiveStyle another way in XE ?
-
Is TStyleManager available in Delphi XE ?
-
@nglthach what was the component / solution you posted the image of?