Jump to content

Sherlock

Moderators
  • Content Count

    1198
  • Joined

  • Last visited

  • Days Won

    24

Posts posted by Sherlock


  1. @PeterPanettone: Though you try to put humor in your writing, I recommend one of two things:

    1. Take a deep breath before you begin to write a reply, imagine what others may read in that reply, how they might feel, if you would want to be addressed that way and most importantly, if it will have any positive impact on solving your issue
    2. Read your posts after writing them, then take a deep breath, delete all and rewrite according to option 1

    Please don't get personal. No good will come of it.

     

     

    • Like 6
    • Haha 1

  2. @Mike Torrettinni I hope you did not feel triggered by me. I am really interested in your use case. I have users, that simply don't care about IT, they are forced into using my software (healthcare professionals especially midwifes sometimes seem to have chosen their job, because they hoped to never use a computer). So I have to keep the error messages to a minimum, in very rare cases resulting in a painful process of almost restarting the complete application - unbeknownst to the user. Just so they don't find a reason to stop using the software, and believe me, they are looking for one all the time :classic_biggrin:

    • Like 1

  3. Well, not showing exceptions and eliminating exception handling altogether are two different pairs of shoes, are they not? Why not log into some %APPDATA% folder every bug, that occurs and try to keep the application running. When a bug does manage to get reported ask someone to send you the (doubtlessly numerous) log files.

    Apple for example highly discourages to display error messages in their iOS human interface guidelines. BUT they do encourage logging, and offer means to retrieve those logs from devices.


  4. 21 hours ago, Angus Robertson said:

    ICS has a lot of really old examples untested for 10 years, really should be removed. 

    Please, don't remove "old examples" validate your code against them and update the examples if needed. For me it is very hard to use anything without a near complete set of examples.


  5. Fellas, please. If Attila thinks he gave enough information, you have two options: Either write an answer based on that, or don't write at all. This should please not escalate.

    • Like 1
    • Thanks 1

  6. According to the msdn, this is the meaning of the error number:

    Quote

    ERROR_INTERNET_SECURITY_CHANNEL_ERROR

    12157

    The application experienced an internal error loading the SSL libraries.

    This of course could mean, that your XP can't communicate with the https server you are trying to contact...or anything else that might go wrong with a severely outdated system trying to communicate within a network.


  7. I finally got around to installing 10.3.3 and now I get this message every time I quit Delphi:

    ---------------------------
    Anwendungsfehler
    ---------------------------
    Exception EAssertionFailed in Modul GExpertsRS103.dll bei 00055131.

    Call DeactivateFontsInfo before calling this. (D:\source\_sourceforge\GExperts\externalsource\UniSynEdit\SynTextDrawer.pas, Zeile 475).


    ---------------------------
    OK   
    ---------------------------

    I have been getting a more generic error ever since 10.2 but kind of got used to it. This now is more specific and I'll report it to the GExperts bug tracker as well.


  8. 16 hours ago, PeterPanettone said:

    My colleague just created one:

     

    https://quality.embarcadero.com/browse/RSP-27253

     

    Please vote for it.

    I'd love to, but alas the Gods wont let me:

    Quote

    The server encountered an internal error (com.atlassian.jira.exception.DataAccessException: org.ofbiz.core.entity.GenericDataSourceException: Unable to establish a connection with the database. (Network error IOException: Connection timed out: connect)) that prevented it from fulfilling this request.

     


  9. Sorry, but no. You very aptly described hotkeys. An example for a shortcut is Ctrl+C to cut a marked object. The corresponding Hotkey sequence could be Alt+E to enter the Edit Menu then C to copy. Or to use your screenshot: a possible hotkey sequence to close all files would be Alt+F, L. The shortcut is Shift+Ctrl+F12.

×