Jump to content

microtronx

Members
  • Content Count

    136
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by microtronx


  1. Hi Guys, anyone having also these

     

    image.png.1ac5ec00db85d102afde56d9667fc5c2.png

     

    all over the time. Mostly if i click to a function or procedures name with pressed CTRL, it should jump to the declaration or to the function but it does not, it crashes .... 

    i hoped 10.4 is better but not too much ... 

     


  2. 18 minutes ago, Lars Fosdal said:

    Losing 40 minutes of work should be impossible in Rio.

    image.png.63cc3d15dd202f46587d3cce30ff64cd.png

    In last case i had no saved files ... don't know why but IDE has not asked my on restart for autorecovering files found ... Normally I click a lot to "Save All" button but in this case it was a complicated project and i forgot this.

    I will try to setup the interval to 1 minute, lets see if it helps next time ... or hope 10.4 will not have these problems with such memory consumption ...


  3. 3 minutes ago, Lars Fosdal said:

    In case you have home-grown components, I assume you have done basic leak checking on those.
    Not freeing stuff after use can quickly escalate memory usage for database objects. Learned that the hard way.

    I create own components now for more than 18 years without problems. Freeing explicit everything i have used. Possible that update of TMS VCL UI Pack or other components have problems now. 

    But why delphi does not give the uses memory for debugging free after execution has terminated ? Bad.


  4. All

    1 minute ago, Lars Fosdal said:

    Is it mission impossible to disable the data links on forms when not working on them?

     

    It would probably mean that you need to add code to activate the connectivity at run-time.

    All of my connectivity is activated in runtime but why we have RAD? I need to activate them in Designtime for a short time to create i.e. the default columns in the grids etc. or to have to possibility to select the databinding.datafields without entering the names of those fields manually... or i'm doing something wrong?


  5. HI Folks,

     

    after latest patches (can't say which of them, installed all available patches) i have the IDE hanging a lot ... and all not saved work is lost! this happended this week on each day min 2-3 times. At the time of hanging the taskmanager shows this:

     

    image.thumb.png.59af71e9f2644fbaab3afe899e7d68e5.png

     

    So my question is: Is this happening only at my side or do you also have such hangers and problems with Rio 10.3? I have idefixpack installed and dDevExtensions because without them IDE is much slower.


  6. I use Rio for Android developement. It creates my app which is already available in the playstore but i think something is wrong with Rio when it creates the output with project configuration changed to appstore. 

    @Marco Cantu are there any limitations known when it comes to 32/64bit and services with Rio? 

     

    In "developement" everything works very good (api target 26) but when app is published to google playstore and i install it from there, none of the services can be started and also logcat does not show anything.

    Thanks for some tips / hints.


  7. On 3/6/2020 at 9:37 AM, microtronx said:

    @Dave Nottage Is it possible that your servicecomponents are not working for apps published over playstore? I have the problem at the moment, that the app in release configuration installed to device works very good, starting background service ... BUT if i publish same app the service can't be startet not foreground and not in background. I don't get any exceptions. I have everything same in project settings, same configuration only change is selecting "application store" instead of "developement" under "Android64bit - Configuration" in project tree.

     

    Any hints? What can be the reason for this?

     

    edit:

    Now i see with your DeviceLens 1.1.0 the first message on starting the app is an red exception with this text:

    Not starting debugger since process cannot load the jdwp agent.
     

    Wohoow, again we got it work. @Dave Nottage you use a lot of constructor override in your demo's so we've used them also BUT: these work if you install the app from Rio onto Android-device without problems. If you send your app to Playstore and it comes back, the constructor is never called so a lot of funtionality does not work. Needed 1 week to find this out.

     

    Info for others: Don't use constructor override on forms and datamodules. Instead use the events for tform and tdatamodule where you can create the onCreate and onDestroy events from Objectinspector.


  8. @Dave Nottage Is it possible that your servicecomponents are not working for apps published over playstore? I have the problem at the moment, that the app in release configuration installed to device works very good, starting background service ... BUT if i publish same app the service can't be startet not foreground and not in background. I don't get any exceptions. I have everything same in project settings, same configuration only change is selecting "application store" instead of "developement" under "Android64bit - Configuration" in project tree.

     

    Any hints? What can be the reason for this?

     

    edit:

    Now i see with your DeviceLens 1.1.0 the first message on starting the app is an red exception with this text:

    Not starting debugger since process cannot load the jdwp agent.
     

×