All Answers

0 votes

Hi Luca – anyway to use javascript to get at the real text, or to have the text property updated to have the real content?

0 votes
In reply to: Wisej website down

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.

  • Luca answered Oct 17, 2018 - 3:28 pm
0 votes

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

0 votes

Thanks Luca.

In the meantime – is there any javascript i can call via .Eval() that would cause the TinyEditor.Text property to be updated?

0 votes

Hi John,

as a (temporary) workaround you can also use a timer and an async call:

screenshot

Find a sample here: http://wisej.s3.amazonaws.com/support/attachments/TinyMCETest.zip

Best regards
Frank

0 votes

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:

https://wisej.com/github/

Also, look at this blog entry in case it helps:

https://wisej.com/blog/editors-choice/

  • Luca answered Oct 16, 2018 - 4:19 pm
0 votes

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:

https://wisej.com/github/

Also, look at this blog entry in case it helps:

https://wisej.com/blog/editors-choice/

  • Luca answered Oct 16, 2018 - 4:19 pm
0 votes

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

0 votes

Hi Andrew,

 

The issue was fixed in release 1.5.23

0 votes
In reply to: Roadmap

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.

  • Tiago (ITG) answered Oct 14, 2018 - 9:42 pm
  • last active Oct 14, 2018 - 11:17 pm
0 votes
In reply to: Roadmap

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

Responsive properties

and I would like to know more details for what is being planned.

Best,
Alex

 

0 votes
In reply to: Roadmap

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, …

0 votes
In reply to: Roadmap

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.

0 votes

Hi Roni,

this problem is fixed in our latest Wisej-release (1.5.23).

Best regards
Frank

0 votes

Hi Neil,

now also fixed in our latest release (1.5.23).

Best regards
Frank

0 votes

Hi,

this problem is fixed in the latest Wisej release (1.5.23).

Best regards
Frank

0 votes

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.

  1. Click on any file of your Wisej project (select any file in the project)
  2. In the Solution Explorer tool bar, click on Show All Files button
    The files you copied should appear now.
    The Form1.Designer.vb file only shows when you unfold the Form1.vb, but never mind about that.
  3. Right click on Form1.vb and in the context menu, click Include in Project

Both Form1.vb and Form1.Designer.vb (and Form1.resx if you also copied it) are now part of your project.

  • Tiago (ITG) answered Oct 13, 2018 - 1:52 pm
  • last active Oct 13, 2018 - 1:56 pm
0 votes

Still getting this, I reinstalled WiseJ and updated VS. Did Andi ever find a solution?

 

0 votes
In reply to: mobile question

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?

  • Tiago (ITG) answered Oct 11, 2018 - 8:00 am
  • last active Oct 11, 2018 - 8:17 am
0 votes
In reply to: mobile question

Hi Roni,

I can reproduce. Logged as #1603 DGV on mobile doesn’t scroll with touch.

 

  • Tiago (ITG) answered Oct 10, 2018 - 12:51 pm
  • last active Oct 11, 2018 - 8:10 am
Showing 6661 - 6680 of 11k results