-
Content Count
1613 -
Joined
-
Last visited
-
Days Won
37
Posts posted by Dave Nottage
-
-
13 minutes ago, bzwirs said:Woll2Woll Firepower grid. No additional edit components
Does Woll2Woll have their own edit in their grid? As I say, the standard TEdit in FMX works here.
-
27 minutes ago, bzwirs said:Previously users have always been able to select the minus sign to input a negative number but this no longer works since the last compile for Android
Are you using a standard TEdit from FMX? Using NumberPad works here. (Delphi 12, Pixel 6 Pro, Android 14)
-
36 minutes ago, wxinix said:Is it going to be out soon? Seems not available yet.
It's been available for Delphi 12 for some time. The "latest" is always located here.
-
2
-
-
On 12/26/2023 at 3:17 AM, JohnLM said:Is there a Delphi unit that provides this or someplace where I can download a working project to accomplish this ? TIA.
You could use the code from here.
-
1
-
-
On 11/23/2023 at 9:11 PM, dport said:Is there a successful method in Delphi to detect a cloned application?
If there's a way to do it in Java or Kotlin, there's usually a way to do it in Delphi. Do you have any links discussing why this is a problem, and potential solutions?
-
3 hours ago, kabiri said:I am not sure if it will be helpful
It should be helpful if you have an older Mac and are unable to update macOS/Xcode. The link I posted is for the exact moment that @Ian Barker discusses how to solve the macOS/Xcode upgrade issue.
-
1
-
-
2 minutes ago, kabiri said:It works fine with Delphi 11
You might need to provide more information, then - perhaps a test project that reproduces the error?
-
5 hours ago, kabiri said:XCODE 13.4
I have just noticed you have a version of Xcode that may not even have the Swift support mentioned earlier. Delphi 12 is able to use Xcode 15.1, so I suggest updating. If your Mac is too old to update macOS/Xcode, I suggest watching this part of this video.
-
1
-
-
4 hours ago, kabiri said:[DCC Error] E2597 ld: file not found: /usr/lib/swift/libswiftUIKit.dylib
Which framework do I need to add?
There's some instructions for adding Swift support, here. You will also need to ensure you have the Linker Options configured correctly in Project Options as per these instructions.
-
1
-
1
-
-
32 minutes ago, softtouch said:When trying to go to my.embarcadero.com, I get a 504 error.
Same for a number of servers. @Ian Barker is looking into it.
-
10 minutes ago, Alexander Halser said:I am currently experimenting with the event.magnification value (which is a float value), to match FEventInfo.Distance in a way that the example from the official docs keeps working the way it promises, but doesn't.
Have you investigated whether macOS sends regular touch events in addition to magnifyWithEvent when zooming? As I mentioned earlier, this may be a more reliable way, however it might be a bit complex.
-
10 hours ago, Andy.B said:"This app is not compatible with the latest version of Android."
It's because you're running a 32-bit app on a 64-bit device with a newer version of Android that contains that warning message because 32-bit will eventually go away. To avoid the warning, deploy a 64-bit version of your app.
-
1
-
-
12 minutes ago, FoxAl said:Has anyone else faced this issue before?
Where the app is stuck in "Processing"? - Yes. On multiple occasions. The usual solution is to resubmit using Transporter - you'll have to bump the version of your app (e.g. go from CFBundleVersion value of 1.0.1 to 1.0.2), so that's annoying, but hopefully it'll not become "stuck" this time.
-
15 minutes ago, Brandon Staggs said:Thanks, I will take a look!
I've now added the code and demo (with documentation!) for what I have been using as a replacement, here.
-
4
-
1
-
-
2 hours ago, Brandon Staggs said:I am looking for a component to put an FMX application on the MacOS menu bar
I need to provide some documentation, but I have this:
https://github.com/DelphiWorlds/Kastri/tree/master/Demos/macOSStatusBarAlso be aware that I personally use another variation of this because I had trouble with "dynamic" items when associating them with FMX menu items - it became easier to just forget FMX menu items entirely, though there's a bit more code involved. I can share that code later.
-
1
-
1
-
-
1 hour ago, Gary said:Anyway now I can no longer deploy to it
Please see:
-
1
-
-
37 minutes ago, Alexander Halser said:So, it's officially broken, despite documentation says the opposite?
For Zoom, definitely. You mentioned that Rotate works?
-
1 hour ago, Alexander Halser said:Everything else - simply broken
Zoom is "broken" because the code assumes there are touch events available when the magnifyWithEvent method (in FMX.Platform.Mac) is called. In theory, the same result could be implemented using individual touch events, but it would be more complex.
magnifyWithEvent is supposed to be used in conjunction with the magnification property on the event parameter (an NSEvent).
I didn't look into the other gestures. -
1 hour ago, Dave Nottage said:It appears Xcode 15.1 has broken Delphi
Actually, it hasn't. What was missing has happened before, i.e. it does not automatically download iOS support (weird). From the Xcode menu select Settings, then the Platforms tab. For the iOS 17.2 item, click Get:
(which I have already done in this picture)
Even weirder: while downloading it says "simulator". Once that completes, deployment should work.-
6
-
-
1 hour ago, Shano said:I have xcode 15.1 installed.
I think it is a Delphi Error though
It appears Xcode 15.1 has broken Delphi - I'm having the same problems with that version. Reverting to an earlier version may fix it. I'm about to find out.
-
2
-
-
3 minutes ago, Shano said:I want to build a Release for submission to Testflight,
Sorry about that.. I'm sure I have seen a similar error mentioned before, however I'm unable to find a reference for it. Which version of Xcode are you using?
-
1 minute ago, Shano said:Anyone know how to fix this issue?
Is your Mac an M1 or M2 or M3 device?
If so, start Xcode on the Mac, and click the Xcode menu, Open Developer Tool > Simulator. If you're able to do that, I'm not sure what the issue is.
If your Mac is not an M1, M2 or M3, you're out of luck - Delphi supports only ARM-based Simulator, which is available on those kinds of Macs
-
2 hours ago, oakley said:have you seen that PDF Expert App on Ipad?
No.
2 hours ago, oakley said:They somehow manage to access security scoped files and can also write back to them
I guess I'll need to research this further.
-
5 hours ago, oakley said:How does Acrobat for example handle this?
That's what I'm trying to find out. Is it able to write back to a file or folder that you (or another app) created?
Is there any edit/memo which allows multiselect?
in VCL
Posted
Where the user can select multiple parts of text I suspect is wishful thinking. There's bound to be edits/memos where text can appear to be selected in multiple locations, i.e. searched text is highlighted.