Search:

Type: Posts; User: Jakob Kruse

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds; generated 17 minute(s) ago.

  1. Replies
    14
    Views
    981

    Re: Javascript engine version

    That surprises most people. But the syntax doesn't matter at all, it's all the same underneath. So I highly recommend using all the new features, because it makes the code a lot easier to read. And...
  2. Replies
    14
    Views
    981

    Re: Javascript engine version

    Compatibility is really not an issue, if you're talking about JavaScript code you write in your application vs. JavaScript code that DataAccess wrote in DFEngine. The only thing that matters is the...
  3. Re: Process pooling, minimum pool 0 problem

    Thanks Marcia! Sorry for not reporting this earlier, I should have tested this before your release.
  4. Re: Process pooling, minimum pool 0 problem

    "Minimum pool 0" and "process pooling disabled" is not the same. With a minimum pool of 0, if the server is dormant and then receives a series of requests in quick succession, it will spawn 1 process...
  5. Re: Process pooling, minimum pool 0 problem

    I have a bunch of huge webapp's running, and cold starting a process takes under a second. Not optimal, but also not really a problem.
  6. Replies
    3
    Views
    154

    Re: Am I doing this Wrong? (again)

    Thank you for the coffee!
  7. Re: How to download n Excel file, and have it open in excel.

    They don't do it by opening it in a third-party program that just happens to be installed on the computer, though! There's a big difference.
  8. Replies
    6
    Views
    428

    Re: IOS Europe and WebApp

    Sadly, WebKit is lagging so far behind any other browser that we still can't have all the nice features we'd like. Just try stepping through these on an iPhone or iPad.

    Support a better web, don't...
  9. Re: How to download n Excel file, and have it open in excel.

    If there was any way a site could force browsers to open a file after it was downloaded, I'm pretty sure the entire internet would be one big botnet by now. That would be a massive security risk, so...
  10. Replies
    3
    Views
    154

    Re: Am I doing this Wrong? (again)

    I don't think you can control the response status code and headers from inside a normal web service method, at least I'm not familiar with any way of doing that. And that is what you need for a...
  11. Re: Process pooling, minimum pool 0 problem

    The simple answer is because when nobody is using the application I don't want it to run.

    I've had issues with long running processes, and frequent auto reloads were a problem before (shouldn't be...
  12. Process pooling, minimum pool 0 problem

    Is anyone else having problems with a webapp with process pooling enabled, and the minimum pool set to 0?

    I've used this extensively and it's always worked. In DF24 (also released version) it...
  13. Replies
    12
    Views
    4,733

    Re: Web APIs in DataFlex

    Another release v0.6 and you can now use all of these in your DataFlex applications (new additions highlighted):

    * Broadcast Channel API - communicate between multiple tabs with your application...
  14. Replies
    4
    Views
    2,072

    Re: cSecureOneTimePassword broken

    Sorry, I had not seen your reply, Bram, until Anders just posted.

    That will indeed not work, as Anders wrote. The problem is an inconsistency between UnpackParameterFromStorage and Base322Bin, and...
  15. Thread: 20.1 ?

    by Jakob Kruse
    Replies
    8
    Views
    5,402

    Re: 20.1 ?

    No can do, unfortunately. The download does not include source code, only what's needed to deploy and run on 19.1. If only this was Open Source...
  16. Thread: 20.1 ?

    by Jakob Kruse
    Replies
    8
    Views
    5,402

    Re: 20.1 ?

    Okay, maybe I was a bit brief. But seeing as this is the "Custodian for DataFlex WebApp Server" forum, I was looking for the 20.1 version of that library/webapp. Not DataFlex itself, I do know where...
  17. Thread: 20.1 ?

    by Jakob Kruse
    Replies
    8
    Views
    5,402

    Re: 20.1 ?

    OK. But where? The version on the DAC download site says "for 19.1".
  18. Thread: 20.1 ?

    by Jakob Kruse
    Replies
    8
    Views
    5,402

    20.1 ?

    Is there a version for DF 20.1?
  19. Replies
    4
    Views
    2,072

    cSecureOneTimePassword broken

    Hi

    Great library, thank you!

    There is an unfortunate TODO left in Procedure UnpackParameterFromStorage: "handle possible issues due to base32 padding". "Unfortunate" because the issues are not...
  20. Replies
    1
    Views
    741

    WebAppServer.Session.19.9

    Congratulations on the release of 20.1.

    In DataFlex 20.1 Examples\WebOrder\AppHTML\Global.asa and DataFlex 20.1 Examples\WebOrderMobile\AppHTML\Global.asa the PROGID value is...
  21. Re: Direct_Input "Clipboard:" in Webapp no longer working

    Jos,

    You may want to check out https://github.com/jkruse/dataflex-webapis. Among others it contains an implementation of the Clipboard API that modern browsers expose. It allows you to interact...
  22. Replies
    3
    Views
    875

    Re: Themes are displayed differently

    The top screenshot clearly shows that the page is zoomed out (magnifying glass with a minus in the address bar, right side). Zoom is per site. Reset zoom like Dennis suggested.
  23. Replies
    12
    Views
    4,733

    Re: Web APIs in DataFlex

    New release v0.5 extends the API list to:

    * Broadcast Channel API - communicate between multiple tabs with your application
    * Clipboard API - read from and write to the system clipboard
    *...
  24. Re: Installer Permissions issue. 19.1 and maybe 20.

    Stephen,

    The License Files folder has inherited read-only permissions for the Users group. Changing that to Full Access fixes the problem, but if that was required, shouldn't it have been set by...
  25. Replies
    14
    Views
    2,381

    Re: Code Review Question.

    See, I noticed that ;-)
Results 1 to 25 of 146
Page 1 of 6 1 2 3 4