Jump to content

Leaderboard


Popular Content

Showing content with the highest reputation on 09/04/19 in all areas

  1. When you register a new wizard with the IDE using the Open Tools API function IOTAWizardServices.AddWizard you get an index back. Is there a way to get any information about wizards added that way? I'd prefer getting a list of them with the associated index, but a function that for a given index gives me information about that wizard would also be fine. The reason I'm asking is that I sometimes get an error message when closing the IDE telling me about an error in Wizard xx, where xx is a number (17 in my case), and I would like to know which of the installed wizards is causing it without having to disable each of them and hoping the error occurs (which does not happen reliably enough for this method).
  2. There is a not obvious button to the left of the desktop selection dropdown in the title bar, which shows a menu:
  3. David Heffernan

    Calculating the average angle

    Actually the comparison against eps is wrong and should be removed. Call arctan2 unconditionally. Also the divide by cnt is utterly wasteful. Bogus comparisons against small numbers drive me mad.
  4. Georgge Bakh

    With's the deal with "With"?

    Regardless of is WITH statement good or is it bad it's a part of language and debugging, refactoring and other code tools should be aware of it. As a bonus, it may also hint which identifiers come from which scope
  5. Hi Yaron for apache as reverse proxy you can start from here: https://httpd.apache.org/docs/2.4/howto/reverse_proxy.html and (this is for intraweb but the concepts are the same) here: https://doc.atozed.com/en/iw14/deploy/deployment-targets/apache/apache-as-reverse-proxy/ Best regards Claudio
  6. Not so much humour as a comment about the arrogance of imagining that the big company can just decide to buy the small company. Perhaps the small company is happy to be independent.
  7. Perhaps they could buy Greenland as well
  8. If dragging and dropping in the structures pain does not work I would view the form as text Alt+F12 in my keybindings and move the items in the DFM. If you are not familiar with the DFM format please backup the file first.
×