Jump to content

sjordi

Members
  • Content Count

    196
  • Joined

  • Last visited

Everything posted by sjordi

  1. sjordi

    GExperts and Delphi 10.3.2

    Just compiled 1.3.13.77 and it crashes depending on a specific configuration with 10.3.2 (same on 10.3.1) First, I moved GExperts to the Tools menu. Then everything is fine, I can launch the IDE but it always stalls at launch time for about 20-30 seconds when stating "All IDE packages loaded". Minor problem. Now, it doesn't crash when exiting except when I uncheck "Disable all editor enhancements". When unchecked, then I configure the editor toolbar with some commands I want. Now when I exit RadStudio, I get the infamous Exception (see screenshot) If I disable all editor enhancements, then exiting RadStudio is fine. On the screenshot, Y:\prov\GExperts is the directly where I compiled 1.3.13.77 Hope this helps. Can anyone else with the crash confirm that editor enhancements are enabled? Steve
  2. sjordi

    Java Updated License Terms and Delphi

    Isn't OpenJDK already what is deployed with RadStudio now? Also you can follow this recent blog to manually install OpenJDK http://delphi.org/2019/06/manually-installing-android-sdk-ndk-and-java-for-firemonkey-development/ Hope this helps Steve J
  3. sjordi

    MacOS development environment

    PC Keyboard from Logitech K750 + Logitech MX Anywhere 2 16Gb of RAM 512GB SSD hard disk It's a Macbook Pro from late 2013 and Windows 10 in the VM is faster than Windows 10 on my new HP Z4 tower with 32Gb RAM and 512Gb SSD... try to understand
  4. sjordi

    MacOS development environment

    Yes very happy. I used to get the standard version without problems. I switched to the pro one for other reasons (mainly subnets required for some Linux machines), but you absolutely don't need the PRO for RadStudio.
  5. sjordi

    MacOS development environment

    I have a MacBook Pro connected to 2 screens, one with MacOS and one with Windows running RadStudio. I too use it as a desktop with a external keyboard and mouse. And it's perfect if you're traveling, you still have the entire environment with you in one machine. That's my case, I travel a lot and can work wherever I am: country, city, plane, train, jungle, etc... But if you want multiple users, it's right that having a dedicated cheap Mac is best as you buy it only once and it's used by everyone.
  6. sjordi

    MacOS development environment

    The best thing is to have a real Mac and Windows into a VM that can directly access the macOS while both environment run concurrently. I use VMWare Fusion for Windows 10 and it works flawlessly. Hackintosh should work but it is illegal to have a Mac VM outside of a Mac environment. Once you have to deploy your iOS or macOS app via Xcode, you don't know whether this is traced down.
  7. Hi, Did someone here have the guts to try XCode 10.2 since it was released yesterday and successfully compiled to iOS 64 bit and macOS? Or does it break everything like most of the time, forcing us to stick to 10.1? Thanks for any light on the matter. Steve
  8. Cool, Thanks for the info. I too have a macOS VM on my Mac to try those things, but I'm on a trip right now and the VM is on an external disk I don't carry with me. Big mistake. So I'll go forward and install XCode latest release as soon as I can get my hands on an Ethernet connection 🙂 Thanks
  9. Hi, I tried all BlueTooth examples available with 10.3 Rio on my Mac (Xcode 10.1) but none of the them, compiled to Windows or macOS, work. Each time I click the scan button to list all available BlueTooth devices, I get a dialog box stating: Error BlueTooth device not found: disconnected or turned off. My BlueTooth card on my Mac is turned on and fully functional. Can anybody here use BlueTooth functionalities with Rio 10.3 on a Mojave macOS machine with Xcode 10.1? Or do you face the same problem? Thanks for any help. Steve
  10. sjordi

    Bluetooth not working with 10.3 on Mac?

    Philipp, Thanks for digging for us. Just like you, the problem is that I can't tell customers "well, just stick to Sierra or downgrade". That's why I created a ticket with Embarcadero. They really have to fix this.
  11. sjordi

    Bluetooth not working with 10.3 on Mac?

    Did you try your executable on Hight Sierra and Sierra? I think it's a cascade of conditions that makes it not work
  12. sjordi

    Set the print font?

    Hi, Is there a way to control which font and which size the IDE uses when printing source code? No matter what I select for the Editor, it prints everything in Courrier 12, which is ways too big. I can't find a setting controlling how the IDE would print the source files. Thanks for any clue Steve
  13. sjordi

    Bluetooth not working with 10.3 on Mac?

    Phil, I think that you should revert to RadStudio Berlin and Xcode 9.x The bug has been notified on RadStudio 10.2 and 10.3 and Xcode 10... I set up a Mac Virtual Machine but didn't have time yet to test with Berlin and Xcode 9. That might be a solution, but not everyone has the luxury of several VMs, etc... I'm lucky I backup my development VMs so I can come back in time (up to C++Builder 6)... But the bug has to be fixed. I mean, they still distribute the Bluetooth LE samples and they do not work.
  14. sjordi

    Bluetooth not working with 10.3 on Mac?

    I opened a support ticket with them (burnt one of my 3 allowed free tickets) just to be answered that this is a known bug in the Quality Portal and I should follow the ticket to be notified when solved. I told them that I already subscribed to the ticket but opened a case to speed things up. Now I don't call this very efficient (paid) support. They told me that they would notify the engineers that the bug affects my business since I can't release my macOS product version. But I have very small hopes.
  15. sjordi

    10.3.1 has been released

    They say "Expanded support for iOS 12 and iPhone X series devices" How is the "iPhone X" series addressed? There is no view or device simulation when working on the GUI. Any iPhone X templates? I don't see anything. or am I missing something?
  16. sjordi

    Does RIO 10.3 Support IOS 12.1?

    Which Xcode version do you have? What is the SDK version you have imported into RadStudio? Did you also connect your device to Xcode so it can process it in the Devices&Simulator window?
  17. sjordi

    Bluetooth not working with 10.3 on Mac?

    Hi thanks, All BlueTooth devices work correctly with the Mac, including BT browsers, etc... Only the utilities compiled with 10.3 Rio don't work. Strange.
  18. Hi, Just wanted to let you know that Microsoft EndNote is unable to clip a forum page. It can do so in "bitmap" mode when you save the entire page, but when switching to "Article" in order to extract only the content without all decorations, it totally fails. It looks like something in the forum pages is hiding the information, or at least not presenting it into something standard. Just my 2 cents.
  19. It's an expression. But it looks like something doesn't look standard to Microsoft. Here are the two screenshots of this forum page. Shown as bitmap clipping and the 2nd as "article" (like Safari Reader mode) The article mode doesn't see anything from the page besides some decorations. Steve
  20. sjordi

    Alphabet Index for navigation on ListView?

    Yes, excellent idea. Should have thought about such a thing. I'll try something like this. Thanks for the tip
  21. sjordi

    Alphabet Index for navigation on ListView?

    Hi Andrea, Thanks for the suggestion. My question is more related to the A--Z index itself, visually. Does it exist and I can link it to the dataset or LIstView or should I myself create an array of A..Z + # and then scale it accordingly to the screen size (portrait/landscape), capture which letter was pressed by the finger, etc... It's not really the mechanism behind it that is the point, but the visual index itself, like in the Contacts or Music apps, you can quickly jump to the first item starting with the letter you choose, on the right of the screen. Thanks Steve
×