Hi,
Don't create those by hand... you're wasting your time.
Ian has scripts for that. Maybe ping him off the forum, he might not have seen this post.
--
Wil
Type: Posts; User: wila
Hi,
Don't create those by hand... you're wasting your time.
Ian has scripts for that. Maybe ping him off the forum, he might not have seen this post.
--
Wil
Hi,
Yes, besides the normal COM API that most of you have played with there is now also a javascript API.
...
Oliver,
FYI, in case you missed it, the RC has been released and I think that means "no more changes to direct_input" before release.
But NormalizeString is available.
Enjoy!
--
Wil
FYI, reproduced on DF19.1
No problem on DF2021 neither 32 bit or 64 bit.
What is interesting though is that
Move (2^31) To Bit31Set
Anders,
Was hoping that someone would play with it before me. :)
Happy to hear that you want to share it, it is a really interesting project and it has the potential of helping a LOT of...
Oliver,
I know all that... might not have expressed myself well.
--
Wil
Oliver,
I hear you, it is why I wrote the little test app to make it easy to reproduce. Agree with you that the BOM should not be in the string.
But.. there's also no way to detect if the input...
Hi Oliver,
Good to see you here. :)
I have this test code:
Use Windows.pkg
Use cApplication.pkg
Luca,
Not sure.. I _did_ actually test the code and it worked fine for me.
--
Wil
Luca,
You can basically do the same thing, but it now works a little bit different.
First solution for keyboard only tricks: Augment the next message, below is an example from the order entry...
Frank,
Yes, it should be windows styles to provide this kind of -one would think- standard windows functionality.
Perhaps they had to work around some issues in the past and we are now seeing...
Vincent,
No problem, I actually expected the problem to be due to CJ as it does a lot of the painting. This initially was a test to make sure that it was codejock and it turned out to still...
A different error, one that includes a "Hey, why don't you use Edge instead" popup.
Pffff...nasty...
The link from your text goes to a setting for "Download from:" "Anywhere", "Anywhere, but let...
While I am seemingly enjoying "playing this game".. the reality is that it is not really about winning anything.
The goal is isolating the origin of the problem and why the border_style is behaving...
For those who are reading along, the resizing grip code from Pieter van Dieren that Peter refers to is this:
https://www.vdf-guidance.com/ContribPage.asp?Page=PKGCLSVIEWSIZEGR&ContribRecId=76
...
Samuel,
The difference between the manifest in 19.0 and 19.1 is one line at the top:
<?xml version="1.0"?>
Michael,
Also easy to verify as Codejock only works if your application loads its binaries into the same memory space.
14266
Here's a screen snippet from Sysinternal's Process Explorer...
Vincent,
Well.. that is easy enough to test by not using any codejock isn't it?
Let's have a look at this advanced program:
Use VDFBase.pkg
Use Dfpanel.pkg
Use DfDafMac.pkg
This post appears to be helpful:
https://stackoverflow.com/questions/54375771/how-to-read-a-winmd-winrt-metadata-file
--
Wil
Samuel,
Once you have the logic and the metadata, there's a number of ways you can implement this.
For example generate all wrappers and only include in your project what you need.
Or.....
Samuel,
Not a dummy question at all.
That's exactly what it would mean.
Instead of having to wonder if DAW or somebody else wrote a wrapper for any the standard Win32 functionality offered by...
Nice!
I had looked a little bit at the project before -without loading it into VS- and poked around the repo for a bit, but didn't see the winmd file at first, was wondering where they hid the...
In case you missed this:
https://blogs.windows.com/windowsdeveloper/2021/01/21/making-win32-apis-more-accessible-to-more-languages/
Now how do we get DataFlex on that list ;)
FWIW.. looks...
Michael,
Weird, first time I hear that. You don't happen to have a screenshot?
The files are OK on virustotal, there Symantec does not complain.
(vimalin)...
Hi,
You can do like Michael says, or you can override it via application.css.
There's rarely a need to fall back to applying a style directly in the html (although I might do so as well at...