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...
Type: Posts; User: Jakob Kruse
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...
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...
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.
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
*...
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...
See, I noticed that ;-)
... or if "sClientRowID" is actually of type RowID, the name should be changed.
Local install on Windows 10.
Same problem here, with a fresh install of DF 20.0 windows client. Program will not run except when started as administrator.
New update to add:
* Network Information API - get information about the current network connection, and an event when it changes
Hi Giuseppe,
I assume this is my Google Maps package (from https://github.com/jkruse/googlemaps-dataflex) you're talking about?
I'm not quite sure what you are trying to achieve. In particular...
Now includes free custom components for:
* Broadcast Channel API - communicate between multiple tabs with your application
* Contact Picker API - get contact data from users address book
*...
I've done lots of stuff using the Canvas API, which would also work for this (load image on canvas, let user place a mark, record and send position of mark to DataFlex). But as Michael said, there...
SSL certificates need to be maintained (renewed occasionally), so usually this would be something handled by your customers IT department. If you are your customers IT department, your first step is...
Good to see W3C finally picking this up.
Do note however that it is currently not supported by ANY browser, so for the time being you still need to use Sass, Less, PostCSS or similar to use it...
Alberto,
"Get StateHash" method returns the "hash" part of the current URL, which is everything after "#" only.
"Send HistoryReplaceState" expects the full URL as the first parameter, not just...
Now includes Screen Wake Lock API. Note that it only prevents screen locking/dimming, it does not actually increase brightness. AFAIK that's not currently possible from any browser (Firefox has a...
Thank you Raphael!
Those both look interesting, I'll put them on the todo list. Also, since I wrote the post, I've implemented Broadcast Channel API, Fullscreen API and Page Visibility API, check...
I don't agree. The question I was answering was "Is there a way to close a card by any action other than opening another card?", and I should think 'Send ClientAction "hide"' would work for that...
Have you tried 'Send ClientAction "hide" of <some accordion card>' ?
The accordion cards have a client-side-only "hide" method that should close them back up
I actually did try DependencyWalker, which took forever (a couple of hours) to scan each version of the OCX, and they're not really that different. Both of them also depends on some OpenGL dll's that...
In case anyone is interested...
I've started on a collection of custom components implementing various Web APIs.
The components are freely available (MIT license) here:...
In case anyone is interested...
I've started on a collection of custom components implementing various Web APIs.
The components are freely available (MIT license) here:...
OK, thanks Harm, I will try without the examples (although then I need to add my own application to see if it worked).
The 19.1 webapp server including examples (with the older version of the...
Quite possibly this is also the case, but I'm not actually trying to run anything yet, just to install WebApp Server. I doubt that requires an installed printer.