Perfect, now it’s all ok!
I’ll migrate to 2015/2017 🙂
thanks
Cristian
Hi Cristian,
VS 2013 is okay if you install C# 6 support following the link I´ve sent.
But I´d rather prefer VS 2015 or the upcoming VS 2017 that is released next week.
Best regards
Frank
Hi Frank
yes I use VS 2013,  what  version do you suggest to best use with WiseJ?
thanks
Cristian
Hi Cristian,
are you using Visual Studio 2013 or 2012 ?
If yes, you need to add C# 6.0 support.
Find more information here:
http://alextselevich.com/2015/08/using-c-6-0-in-visual-studio-2012-and-2013/
Best regards
Frank
Ciao Luca,
how I add html snippet to a control?
thanks Cristian
EDIT ok find it, it easy, it’s enough tu set AllowHtml on the item 🙂
Regards
Cristian
Hi Frank,
it is  the first thing that I did, but nothing has changed.
Please look the screen shot, there is also “?” character that it seems a coding error
thanks
Cristian
Hi Cristian,
you might need to update the references to Wisej.Core and Wisej.Web.
Hope that helps.
Best regards
Frank
I figured out the problem. Â AutoScroll was set to false. Â I didn’t remember doing that, but switching it to true fixed my issue.
Thanks for the information.
Shawn
Hi Shawn,
this is copied from an older thread about the same topic:
The LinkLabel doesn’t navigate to a URL. For that you can use any label or text with <a> in it. The LinkLabel functionality is similar to winforms LinkLabel, where either the whole text or a portion of the text is a link and it triggers the LinkClicked event carrying the text that was clicked. This way the app can handle links even though it’s not navigating anywhere, being a single page app, giving the impression of navigation. The app could handle to LinkClicked calling Application.Navigate() and navigate to a different URL if needed. If the text in LinkLabel has multiple links (multiple <a> defined
in the Text – not using LinkArea) then LinkClicked will specify the actual clicked text.
Hope that helps.
Best regards
Frank
Luca, Frank
Thanks for your good answers 🙂
regards
Cristian
Hi Ben,
thanks for your interest in Wisej.
Yes, it´s possible to by money wire.
Please contact us directly at salesATwisej.com to get a quote for a corporate license.
Thanks in advance !
Best regards
Frank
Hi Alex,
WJ-8078 is fixed and included in the latest release (1.3.38).
Best regards
Frank
Hi Felix,
WJ-8072 and WJ-8073 are also included in our latest release (1.3.38).
Best regards
Frank
Hi Felix,
LiveResize is now exposed to control the LiveResize mode in the detail view (WJ-8074).
ColumnReordered is now only fired once. (WJ-8071).
Both fixes are included in our latest release (1.3.38).
Best regards
Frank
Hi Felix,
WJ-8068 is fixed in our latest relesae (1.3.38) that has just been uploaded.
Best regards
Frank
Hi Alex,
It’s a bug, the DisplayRange is updated when clicking on the navigation buttons only. It should be updated when the SelectionRange change causes the MonthCalendar to navigate to a different month too. It’s WJ-8078.
The MonthCalendar will automatically navigate to the first month of the selection range if it’s out of range. Initially it displays the range using the Today property. Changing the range programmatically will simply cause the calendar to navigate back to the range that can show the selection.
It is possible in javascript but it won’t really do much since the widget will go back to the first month of the selected range. Eval(“this.__calendars[0].showMonth(m, y)”). You can change the shown month of any of the calendars in the MonthCalendar, the other will sync automatically.
Best,
Luca
Hi Cristian,
I don’t think it’s possible to access a .NET instance from php. There is a php com bridge, but it may not be the easiest way.
Another problem is to identify the session from php. Wisej stores the session id in a cookie named “Wisej.SessionId” but if it’s in an iframe then the cookie is only visible to the iframe. Maybe the parent page can read it, unless the origin is different. Wisej can also store the session in the URL, when using cookieless: true.
The best way is probably to save shared data on a local file or database using an id (user id?) that is understood by both environments.
HTH
Best,
Luca
Hi Cristian,
I think your best way to achieve that with WP is to read/share some cookies between WP (or Joomla) and your Wisej app
to verify that a user is authenticated. If you browse around searching for WP | Joomla with ASP.NET (which should roughly be the same scenario)
you can find a couple of pointers, too.
Hope that helps.
Best regards
Frank
Logged as WJ-8072 and WJ-8073 for the DGV. Will be in the upcoming build.
