Unfortunately this happens outside our control in the browser. Can't you insert the character(13) yourself before the value is saved?
Type: Posts; User: Harm Wibier
Unfortunately this happens outside our control in the browser. Can't you insert the character(13) yourself before the value is saved?
They are broken with since we changed from using ASP to the resource manager. Unfortunately we found this just after the 19.1 update build. Attached the fixed package.
13334
You can contact DAE via support@dataaccess.eu or info@dataaccess.eu and we can do this for you on a consultancy basis.
A meta tag would be more elegant indeed. I remember that we did look into that but that there were technical difficulties that made us not do it. Don't remember the specifics..
Note that you can actually use arrays for web properties.
The check in fireEx was indeed incorrect (thanks Michael) but WebBaseDEO should have also had a this.event("OnValidate"); call. Both fixes will be in the next rev. As I can't easily make a JS fix for...
Did you also set pbDynamic to true on the column? I just tested by altering DemoColumnTypes example of the 19.1 WebOrder like below and I do see the tooltip (in FireFox):
Object...
Which theme did you use when testing with 19.1? I looked into that and found that in 19.1 the Df_Material theme its ripple effect seems to break the cWebColumnCombo. Can you try to reproduce it with...
How exactly are you performing the find in files?
For now this is the way to do it. I have logged it to look into later, but it might very well end up being a DOC thing...
Within a day you certainly can make something draggable, but designing and implementing a generic reusable drag 'n drop API for the web framework will take some more time. Sounds like what was shown...
Yes, there was a bug in 19.0 here. Going to 19.1 would definitely fix it. Did some digging in version control and the following (untested) JavaScript fix should fix it for 19.0.
// Workarround...
If you set pbDynamic to true on your cWebColumnImage and implement OnDefineImages you can provide a tooltip for each image.
This already has a nice spot on our wish list. I'll log this renewed request for this feature.
Hi Edgar,
I had a look at the cTextEdit, and it turned out we missed a few things in its Unicode conversion. It is based on the windows RichEdit control and it was still using the ANSI version....
Did you notice that both packages are exactly the same (except for the comment with the file path)? That means that this vendor succeeded in using the proper types in his definition to allow both the...
There is no standard method to do that. You'll have to do this manually were you'll likely want to pass the constrain details via the navigation data.
Could you post some code that shows this behavior?
My bad... I was just too curious to hear results.. :o
Hi Marco,
You are right, this is a bug, the WebImage OnClick was not checking its enabled state. The pbServerOnClick not working was also a bug. Below a fix for the OnClick not responding to...
Hello Ian,
When do you get this error? Every time when the studio starts? What language is this windows version?
Regards,
We have discussed this.
We had decided (before) that non ASCII characters were only supported in string literals and comments. Not in object, function, table, field, .. names. While I have...
We are looking, but without much success. Note that while these reports started around 19.1, we did get a wave of reports on older revs around that same time, so we do suspect that virus scanners...
The conversions have been adjusted / removed. Internally FleXML has always been unicode. Don't know from the top of my head how you would make it read / save ANSI XML files, but I would expect the...
When you say 'very many parameters', how many?
The compiler has a buffer where it keeps track of information about the levels of macro expansions. This error indicates that it ran out of space in...