All Answers

0 votes

Hi Edmond,

this seems to be a problem specific to the ElegantIcons. It works fine e.g. with FontAwesome.

We´ll examine further and keep you updated.

Best regards
Frank

0 votes
In reply to: Browser Tab Title

Hi Edmond,

you can set Desktop.Text as the browser title changes to this when the desktop is created.

Best regards
Frank

0 votes

Hi Jin,

sorry for the late reply. The best way to implement what you are describing is to use a DataGridView instead of a ListView.
The DataGridView gives you a much better flexibility. We have put together a sample:

dgvcheck

It requires the latest internal Wisej release that we are going to publish soon. If you are interested in the sample and a prerelease, please send a message to frankATiceteagroup.com
Otherwise I will post it here when the new Wisej release is published.

Best regards
Frank

 

0 votes

Hi Tobias,

I have put together a simple sample that (hopefully) illustrates what is described in our documentation.
The idea behind this sample is a background text that fires events. In our case it fires the first event every 10 seconds,
i.e. when the seconds part of the current datetime is 0,10,20,30,40,50. The second event is fired every 5 seconds.
This is just for simplification and could be triggered by any other event that happens in the background.

On the user interface you can now subscribe to this event and then a simple counter is increased:

screen

So the idea is here to raise different events. You could also have a single event with all relevant data (e.g. stock quotes) and decide on the content what to update. But I think you get the idea behind this.
When I now open several browser sessions (with ?sid=new), you can see that they all can subscribe individually:

screen2

I will describe the code more detailed in a future blog entry, but attach it to this post, so you can take a look.
Please let me know if you have any questions upfront.

Hope that helps.

Best regards
Frank

0 votes

A prerelease would be nice as this bug is quite critical to me. Database values are getting messed up.

0 votes

Hi Marian,

this is related to the problem discussed here: https://wisej.com/support/question/datetimepicker-difference-between-the-properties-text-and-value

I have checked with the bug fix for WJ-8455 and it also fixes the problem you reported.
If you want, I can send you a prerelease. Otherwise the fix will be available with the next Wisej release.

Best regards
Frank

0 votes

Hello again,

  1. Wouldn’t  it be better if the “expand/collapse” icon showed up in the row header instead of the left side of the first cell in the row? The way it is now, the whole picture gives the impression of a false hierarchical relation between the expanded row, the row just above it and its actual “children”, e.g. in your example it looks like row 8 is child of row 7 (false) and 9, 10, 11, … children of row 8 (correct).
  2. As I suspected, when I click on column headers to sort rows, the dgv at some point blows up complaining about parent rows being under a child. It is not easy to handle each column re-ordering separately and re-fill the grid with the right sorting.
  3. I tend to think that the best solution would be a Control property for the DataGridViewRow object, as there is one for the DataGridViewCell object. At the expand event it could be visible, and hidden at collapse. There it would be possible to show another DGV, not necessarily with the same columns as the parent dgv, or a completely different control, either replacing the parent row or shown in parallel with it. Is this possible?

Best,

Alex

 

0 votes
In reply to: Themes

Hi Luca,

with current Wisej 1.4.25.0 this example isn’t working any longer.

Can you fix your example, please?

Regards,

Jens

0 votes

Hi Andrew,

I did tests for Visual WebGUI using Selenium HQ. These are user tests, meaning tests like a human user does, clicking and typing around and observing the application’s behaviour: What’s in this field now? Did the tab get selected? Did a popup open? etc

Selenium allow us to write kind’a unit tests that automate all of this.

0 votes

Hi Frank. Location services was on, but it was not loading / firing the GPS PositionChanged event. This was going on for several weeks. I just checked again this morning, w/ the latest version of WiseJ and Facebook for Android, and it seems the issue is now resolved.

0 votes

Perfect. That worked 🙂

 

Thank you.

  • Andi Gordon answered Sep 21, 2017 - 1:59 pm
  • last active Sep 21, 2017 - 3:32 pm
0 votes

Hi Andi,

you can simply add the color name after the imagesource, e.g.

e.Value = “icon-new?color=red”;

See our documentation for more details and samples:

https://wisej.com/docs/html/Images.htm

Best regards
Frank

0 votes

Hi Andrew,

we will do some research and also consult our partners. Can you please share some details of what should be the primary focus of your tests ?
User interface, Business logic, Speed / Concurrency, etc. ?

Best regards
Frank

1 vote

Hi Edmond,

there are several ways to achieve that. Let me show 3 of them:

  1. A theme mixin. Create a file name *.mixin.theme and put it into your themes-folder:

    “appearances”:
    {
    “root”:
    {
    “states”:
    {
    “default”:
    {
    “styles”: {
    “backgroundImage”: “https://s3.amazonaws.com/wisej/images/wisej-desktop.jpg”,
    “backgroundSize”: “cover”
    }
    }
    }
    }
    }

  2. Extend default.html
    <body style=”background-image:url(https://s3.amazonaws.com/wisej/images/wisej-desktop.jpg)”>
  3. Use a Stylesheet Extender and add the following style
    body {
    background-image: url(https://s3.amazonaws.com/wisej/images/wisej-desktop.jpg);
    }

Best regards
Frank

 

0 votes

That will work very nicely. Thank you.

0 votes

You already answered in https://wisej.com/support/question/owin-applications-feedback:

When receiving a request to localhost, Wisej doesn’t check for a server license.

0 votes

Hi Luca,

When you say

Wisej Standalone apps don’t need a server license and can be redistributed with no additional cost

it implies there was an initial cost.

Does this mean the web.config of the application needs a valid Wisej.LicenseKey?

0 votes

Wisej Standalone apps don’t need a server license and can be redistributed with no additional cost – when the browser is using http://localhost.

If the self-hosted or standalone process is accepting requests from external clients then it needs a server license.

For small deployments we an unlimited ISV Embedded Server License that allows for 5 concurrent users on each server and unlimited servers.

https://wisej.com/support/question/owin-applications-feedback

  • Luca answered Sep 20, 2017 - 4:09 pm
0 votes

Hi Matthew,

thanks for reporting this. We now added a new event DayDoubleClick so in that case you won´t receive 2 DayClicks event anymore.
It´s logged as WJ-8457 and will be included in the next release.

We´ll inform you when it´s available.

Best regards
Frank

0 votes

Hi Romaric,

thanks for your confirmation. Please let us know if you encounter any problems with integrating other components.
I´m also curious to hear what components are integrated as I think we all can benefit from such use cases and experiences.

Best regards
Frank

Showing 8381 - 8400 of 11k results