All Answers

0 votes

Hi Frank,

Thanks!

1 vote

Hi Simone,

thanks for bringing this to our attention. In your case through disabling the textbox the Deactivate is not fired.
We´ll add a listener to close the help tip when the controls EditableChanged event fires.

Issue is logged as #1669.

Best regards
Frank

0 votes
In reply to: License Renew

Hi Nello,

I have contacted you by mail.

Best regards
Frank

0 votes

VS2017 changed the way it’s installed in the registry and it creates a new random id for each installation. We use an exe provided by Microsoft to locate the installations and use the first entry for the msi installer. Unfortunately it may fail at times. Check your registry in case you also have other VS2017 editions installed.

Apparently there is no way using any alternative method to install tools in the toolbox. VSIX and NuGet don’t support adding tools.

In any case, there are two options to fix this manually

Option 1:

Right on the toolbox, Add Tab, name it “Wisej Controls”, it’s basically this procedure https://docs.telerik.com/devtools/wpf/integration/installation-adding-to-vs-toolbox

Option 2:

Locate HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\15.0_1e94a3d9 in the registry. Notice that 1e94a3d9 will be different for you.

Create a install.reg using notepad file with this content (you can repeat the second part as many times as you want to install the tools from the extension), then double click on it:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\15.0_1e94a3d9\ToolboxControlsInstaller\Wisej.Web]
@="Wisej Controls"
"CodeBase"="C:\\Program Files\\IceTeaGroup\\Wisej\\bin\\Wisej.Web.dll"
"TargetFramework"=".NETFramework,Version=v4.5"
"Index"=dword:00000000

 

  • Luca answered Nov 19, 2018 - 4:39 pm
0 votes

Hi,

I’m using VS2017 (15.9.1) with WiseJ version 1.5.23.0 evaluaton version, and there is no way to have WiseJ toolbox, I tried any of the proposed tricks but nothing happens.

Any help?

Thank you

Fabio

0 votes

Hi Matthew,

that issue (#1642) is fixed in the latest Wisej development build (1.5.32).

Best regards
Frank

0 votes

Hi Gabriele,

 

The JavaScript component is an extender that adds the javascript and javascriptsource property and javascript events to controls.

The Call method is meant to call a specific function without worrying about the arguments. Wisej will serialize any argument including object maps.

The Eval method can call anything.

For a generic non-component specific invocation you can use Application.Eval(). No need to create the JavaScript component.

And of course there are also the async/await methods and callback variants.

0 votes

Hi Ulisses,

In order to identify an issue, we need a not-working sample so we can reproduce the issue. If we can reproduce, we can find out what’s going wrong, fix it and make sure the sample works all right with the fixed Wisej code.

I must say I can’t reproduce it.

I typed http://demo.wisej.com/Pannellum and both Chrome and Firefox show the demo and don’t add any trailing slash. Please confirm everything is all right when you run the pannellum demo site.

Please run the HtmlJsonAndMain example and try the MultiHtml project that plays a lot with URLs, but never uses a trailing slash. Please confirm everything is all right.

If you have a use case where this doesn’t happen, please send the source code and some details about how it’s deployed on IIS.

 

1 vote

Hi Tiago,

it is not possibile that other user use my PC. Ok I go by hand

 

0 votes

Hi Cristian,

Is it possible that different users installed different Wisej versions? If so, can you try to uninstall using the a different user?

If that fails, you must uninstall by hand. Thre are lots of “how-tos” around. Just google force uninstall programs and features

0 votes

Some news:

 

 JavaScript x = new JavaScript();
//not work
 x.Call(“window.parent.postMessage”,”MESSAGE”,”*”);
//work
x.Eval(“window.parent.postMessage(‘MESSAGE’, ‘*’)”);
0 votes

Hi Gareth,

I quickly checked this and could not reproduce.
Do you have an Imports Wisej.Web in your Code ?

What´s TypeOf Ctrl in your code when you debug it ?

Best regards
Frank

0 votes
In reply to: Handle Post Request

What do you mean by a post request? What is the URL they are using? Without a session id Wisej cannot process anything. For simple request processing you can use any page aspx, handler, router (like Nancy) in the same Wisej project.

  • Luca answered Nov 14, 2018 - 9:41 pm
0 votes
In reply to: Ribbon Bar Item Button

Try the latest code in https://wisej.com/extensions/ (go to GitHub). I just checked in there the change you are looking for. If you click Watch in GitHub you can receive automatic notifications when extensions are updated, added, etc.

  • Luca answered Nov 14, 2018 - 9:28 pm
0 votes
In reply to: Snap to grid

All controls can be moved setting Movable to True.

The snap to grid has to be implemented. You can add that logic to the LocationChanged event. If you add a mixin to set “transition”: “left 150ms, top 150ms” it will also animate the relocation. Additionally, if you make the panels children of a FlowLayoutPanel they will also animate into position when resizing.

  • Luca answered Nov 14, 2018 - 9:26 pm
0 votes
In reply to: Snap to grid

Attachment

  • Ulisses answered Nov 14, 2018 - 9:12 pm
0 votes
In reply to: Snap to grid

I would love to know if this is possible too! Ideally populating a dashboard full of different controls I can drag around and reorder. Like the azure portals dashboard.

0 votes
In reply to: Slow performance

Have you tried using something like application insights to help pinpoint the issue?

0 votes

Hi Masafumi,

I’ll have a look at your suggestion. Thanks.

1 vote

Hi Simone,

good catch. It should be pollingInterval as written here.
We´ll update the Wisej templates to fix the Problem.

Thanks,
Frank

Showing 6561 - 6580 of 11k results