Hi Luca – anyway to use javascript to get at the real text, or to have the text property updated to have the real content?
And we learned how these hackers bring down a site. The web site was running out of disk space but “df” showed a ton of free disk. We finally found that “df -i” showed that the file system on linux ran out of inodes. Then with “find / -xdev -printf ‘%h\n’ | sort | uniq -c | sort -k 1 -n” it showed that a single directory had more than 1.8M files, which happend to be the captcha directory for the forum.
Apparently the DDoS attack kept generating new captcha images until it ran out of nodes on the file system at 1.8M requests in a day or so.
Hi Ewan,
I have tried to reproduce the problem using your code snippet but failed so far.
Is only this particular DGV affected in your application ?
You are setting dgvRota.Visible = true; Is your DGV hidden before ?
Would it be possible to send more details ? Structure and content of the DataTable
and designer settings of the DGV ?
If you don´t want to post it here, you can also send it to frankATiceteagroup.com
Thanks in advance.
Best regards
Frank
Thanks Luca.
In the meantime – is there any javascript i can call via .Eval() that would cause the TinyEditor.Text property to be updated?
Hi John,
as a (temporary) workaround you can also use a timer and an async call:

Find a sample here: http://wisej.s3.amazonaws.com/support/attachments/TinyMCETest.zip
Best regards
Frank
HTML editor are created in an iframe and events from iframes don’t bubble up. You’d have to modify the extension and subscribe to the events made available by the editors. I’ll log an enhancement here:
https://github.com/iceteagroup/wisej-extensions
You can click Watch in github to receive automatic notifications when something changes and you can log issues, fork the code, etc:
Also, look at this blog entry in case it helps:
HTML editor are created in an iframe and events from iframes don’t bubble up. You’d have to modify the extension and subscribe to the events made available by the editors. I’ll log an enhancement here:
https://github.com/iceteagroup/wisej-extensions
You can click Watch in github to receive automatic notifications when something changes and you can log issues, fork the code, etc:
Also, look at this blog entry in case it helps:
Hi Ewan,
are you using a custom theme or any mixin ? Any chance to share some code that helps us to reproduce it ?
Thanks in advance,
Frank
Hi Andrew,
The issue was fixed in release 1.5.23
Hi Alex,
Responsive properties can hold multiple values that are automatically changed when the current client profile changes. Similar to localization and current culture.
On Localized forms, controls can have different values for different cultures, Text but also Size, Location, etc
On Responsive forms, controls can have different values according to different client profiles.
Mobile specific widgets are just that, widgets that you need in order to make mobile apps, like mobile vertical layout, selectors, etc.
More details it will be in the Wisej 2.0 beta page and in upcoming blogs.
Thanks, Tiago. However, I am not talking about accessing the source code but getting an idea of what is coming up or what is being planned for the future.
For example, I can see in the roadmap listed:
| Add mobile specific widgets |
or
and I would like to know more details for what is being planned.
Best,
Alex
Hi again Alex,
BTW there is a blog with lots of details about the roamap
See whats cooking: Scripting, Wisej 2.0, Container Builder, Test Studio, …
Hi Alex,
If you go to the top of the page, you can read
Note that if you click on an issue GitHub will show the 404 page.
Only Technology Partners with Source Code Access can follow the Wisej Source Code repository on GitHub.
You can read details about Tecnology Partner.
Hi Roni,
this problem is fixed in our latest Wisej-release (1.5.23).
Best regards
Frank
Hi Neil,
now also fixed in our latest release (1.5.23).
Best regards
Frank
Hi,
this problem is fixed in the latest Wisej release (1.5.23).
Best regards
Frank
Hi Jim,
I suppose you are referring to Visual WebGUI to Wisej migration white paper and your question refers to the step after copying over all the files from the original VWG application.
Both Form1.vb and Form1.Designer.vb (and Form1.resx if you also copied it) are now part of your project.
Still getting this, I reinstalled WiseJ and updated VS. Did Andi ever find a solution?
Hi Roni,
It looks like iPhone has no troubles scrolling.
Android tablet native browser is also ok, while Android tablet Chrome has troubles.
What kind of mobile phone did you test? What browser?
Do you have a sample you can share?
Hi Roni,
I can reproduce. Logged as #1603 DGV on mobile doesn’t scroll with touch.
