Jump to content

Michael Collier

Members
  • Content Count

    37
  • Joined

  • Last visited

Posts posted by Michael Collier


  1. I see thank you.

     

    And in relation to the Community Edition being "Full Featured" except for the limitations specified ( £5,000 limit etc) - no mention of reduced version, any comments (my interpretation of a product being full featured may be different to others)?, thanks.

    https://www.embarcadero.com/products/delphi/starter

    Delphi Community Edition is a full featured IDE for building iOS, Android, Windows and macOS apps from a single Delphi codebase (limited commercial use license).

     

    And (without distinguishing version number it just says)

    Delphi is available in Community, Professional, Enterprise, and Architect editions.

     

    Note: I'm not the person who would have been purchasing this, I just need clear information to pass on, thanks..

     

     


  2. 17 hours ago, corneliusdavid said:

    What version of Delphi? 

    Rad Studio 11.0

     

    17 hours ago, corneliusdavid said:

    Do you have code in the OnResize events?

    No (plus, this wouldn't fire in the IDE would it?)

     

    17 hours ago, corneliusdavid said:

    Can you create a small example program that demonstrates this problem?

    Afraid not, the trial period has ran out.


  3. I have an application (windows 64) that crashes when I resize the main form.

    It only did this after I set margin properties of panels on the form.

    I reverted properties back to zero and it worked ok.

    IIRC it actually crashed inside the IDE too, when I resized the form in designer.

    Anyone else experienced this?


  4. I was testing the CameraComponent demo 

     

    \Samples\Object Pascal\Mobile Snippets\CameraComponent

     

    It crashes fairly quickly on my android phone by doing this..

     

    1) Change camera kind to "Back"

    2) Change "Resolution"

    3) Change camera kind to "Front"

     

    It hangs, I get "Close App" or "Wait" option from android.

     

    I'm wondering if the demo is at fault of the underlying camera component is broken?

     

    I can also get this message by switching apps..

    "java.lang.RuntimeException:getParameters failed (empty parameters)"

     


  5. Thanks but none of the examples you gave compile for me, nor does the example from embarcadero

    https://docwiki.embarcadero.com/CodeExamples/Alexandria/en/ScanLine_(Delphi)

     

    A notable difference between examples I have seen and reports from my compiler are that the PixelFormat property is now read only.

     

    My other examples came from here:

    https://www.swissdelphicenter.ch/en/showcode.php?id=437

     

    I tried getting information from Embarcadero (looking up where a particular type was declared so I might fix an example)

     

    image.thumb.png.f44eefefa1eaca7170743577a35c2fda.png

     

     


  6. 5 hours ago, Lars Fosdal said:

    If you close your projects and start a new one and empty one - do you get the same errors when you start the IDE?

     

     

    No - that seems to be ok

    To get the same error at your end try downloading demos from here:

    https://github.com/DelphiWorlds/Kastri

     

    1) Open project group KastriDemosGroup 

    2) Make sure that the NFCDemo project is the Active Project in the Project Group and Save All.

    3) Open RAD Studio and in Welcome Screen hit Enter Key on KastriDemosGroup 

     

    Repeat but at step (3) but Double Click with mouse and you won't get the error.

     

     

     

    • Thanks 1
×