Jump to content

John Kouraklis

Members
  • Content Count

    332
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by John Kouraklis

  1. John Kouraklis

    Debugging in Android

    Hi, I wanted to see other people's experiences with debugging in Android. How does it work for you? Actually, I've never managed to make it work . The debugger never gets connected to the right port, etc. etc. Now I've got some code that does not work and I comment/uncomment code to find the problem. There must be surely an easier way. I use a real Android tablet connected to a VM, if it matters ????
  2. John Kouraklis

    10.3 and Internal Server Error

    Nah..I will use the web installer. BTW, it is very comforting to know that the product manager is on the same boat 🙂
  3. John Kouraklis

    10.3 and Internal Server Error

    Ah ok then....nothing wrong with my system....😤😤
  4. John Kouraklis

    Where do I store my own images on Android?

    Yes--that's the recommended way. I can't remember where I read it but Combine takes care any leading slashes based on the OS
  5. No, I get the same error with a clean install of 10.2.3 Let's hope the upcoming 10.3 will resolve this
  6. John Kouraklis

    Where do I store my own images on Android?

    @Yaron That was my concern TBH---a huge file like in Win I recall a similar discussion somewhere else. 🙂 You mean the original file in the resources is in high-res and then you scale it down to meet the screen resolution, right? and then you store this in a cache directory
  7. John Kouraklis

    Where do I store my own images on Android?

    I know all these approaches (the link, the resources and using getDocumentPath) @Dave Nottage: But this is not the recommended way by Android. I am concerned if those approaches are safe. @Yaron: Is this appropriate way for apps with big number of images?
  8. I asked a similar question a couple of days ago but it was about debugging Do you use Delphi in a VM?
  9. I've got a few components I developed in FMX and when I install them on the IDE they do not show all the platforms when you hover over them in the palette. How do I enable this? I followed some components by Delphi in the source code but couldn't locate how they do it. TIA
  10. John Kouraklis

    Change the background color of a TEdit

    Yes true. Many times, I copy paste the text in the style file directly. This can be complicated if you have complex objects (components, animation, layouts, etc.) but after a while you grasp the hierarchy of objects in the style-file
  11. John Kouraklis

    Change the background color of a TEdit

    Correction....this option exists only when you drop components in a form. If it happens to use frames (as I do all the time), this option is not available
  12. John Kouraklis

    New in 10.3: IDE UI Improvements in the Main Window

    @David Millington I see many posts about 10.3. Does this mean that people in Beta program can speak freely now?
  13. John Kouraklis

    Change the background color of a TEdit

    The "Edit Custom Style..." does not exist any more. As said, the official (cross-platform) way to change the background is to use a style. Although this is not what you are asking, try to use a glow effect (yellow or red) on the edit field instead a yellow rectangle. Super easy to implement and the effect looks cool in all platforms 🙂
  14. Hi, I've created two new components based on TImageList and TImage in FMX. The new components load images from a directory during design and in run-time. Please have a look here: https://github.com/jkour/neImageTools Thanks
  15. John Kouraklis

    TImageList and TImage which loads image files from directories

    Sorry but I don't have D2010 on my PC. The components do not use any FMX specific code except the component itself 🙂
  16. John Kouraklis

    Layouts in IDE

    Can someone who knows the IDE inside out, write a fix for the layout setting? The IDE does not remember the choice the user makes and it reverts back to default.
  17. John Kouraklis

    Layouts in IDE

    @dummzeuch....sorry again... Well, I was right. When the IDE loads, the startup layout loads and GExperts then changes to the pre-selected layout. What I meant is that the IDE starts and stays to startup layout and when a project opens then GExperts changes the layout
  18. John Kouraklis

    Layouts in IDE

    Yes, that's right. Sorry, I misunderstood what you wrote earlier GExperts behaves correctly with the layouts.
  19. John Kouraklis

    Automatic refresh in browser

    Hi, it would be nice DP site to refresh automatically so it reveals the new posts. Thanks
  20. Is it possible to mave a button like the "Mark site read" but for forums only?
  21. John Kouraklis

    Solved: Dark Theme for DP

    Guys, how do you enable this theme?
  22. John Kouraklis

    Layouts in IDE

    @dummzeuch Just an idea...could GExperts change the layout after a new project is loaded? There must be a service and interface in IDE for this. In this way, it would keep many people happy
  23. John Kouraklis

    How to make a component available to all platforms

    Aha...I knew there was such an attribute but was unable to find it in the docs. Sometimes, I feel you need to know where everything is in the documentation ΕĪ…Ī‡ÎąĪÎšĪƒĪ„ĪŽ 🙂
  24. John Kouraklis

    Layouts in IDE

    @dummzeuch Thanks a lot. That makes me happy 🙂
×