I am noticing that the label’s autosize is not really working. At runtime, I am setting a new text (2 words) and it seems that it is not displaying the 2nd word, like the label borders are not wide enough when autosize = true. Is this a bug that has already been fixed?
Also, on the previous note about using MeasureTextAsync, how do you write this example in VB.NET ?
Thanks in advance
Robert
Hi Edmond, Cristian,
we will discuss internally how to come up with a more comprehensive / compact tutorial
for the integration as it is a very prominent and important feature of Wisej.
In the meantime I recommend our Integration blogs as they already contain a lot of information about how
to integrate different javascript components (DevExtreme, SyncFusion, Kendo UI, jqWidgets)
actually turning them into real server components:
https://wisej.com/blog/integration1/
https://wisej.com/blog/integration2/
https://wisej.com/blog/all-about-integration-part-3/
https://wisej.com/blog/all-about-integration-part-4/
Feel free to send us your extensions and ideas and we´ll see how to integrate them into our website.
Best regards
Frank
Hi Andrew,
As Frank said, there is a Wisej standard functionality. You can use the SessionTimeout event
Snippet
ApplicationBase.SessionTimeout += Application_SessionTimeout;
to setup a method that takes care of everything you mention
Snippet
private static void Application_SessionTimeout(object sender, System.ComponentModel.HandledEventArgs e)
{
}
You can read more about Session Expiration on
Hi Frank,
I have try the new theme, also Vista-2 but the focus don’t work.
the focus in a TextBox inside usercontrol work, but if the TextBox is in a Desktop or in a Page don’t work
regards
Cristian
Hi Frank,
I have never overwrite the themes, only do a custom, the update of Wisej don’t upgrade the themes?
How do I insert/update the themes that are load by default in the toolbar?
Now I must recreate my theme starting from the one without bugs :-\
thanks
Cristian
Hi Cristian,
this seems to be an old problem that was fixed a while ago. It was a wrong setting in the Themes.
Can you please verify that you are using the latest themes ?
Thanks in advance.
Best regards
Frank
Hi Andrew,
I have logged WJ-8784 for the update problems in a NumericUpDown control while a timer is active.
We´ll check and inform you when it´s fixed.
Just curious though why you need to have a timer to detect user inactivity.
This should already be available through Wisej standard functionality.
Maybe you can shed some light on this ?
Thanks in advance.
Best regards
Frank
Hi Valeriano,
thanks for confirming this issue. It´s a bug that has been logged as WJ-8783.
We´ll inform you when a fix is available.
Best regards
Frank
Hi Robert,
you can style the placeholder with CSS following the instructions here:
https://davidwalsh.name/html5-placeholder-css
You can either add css to your default.html, use the Stylesheet extender or several other ways that are here:
https://wisej.com/blog/shadow_on_the_panel/
Best regards,
Frank
Hi Tobias,
The issue number is
WJ-8649
with description
Add option for DialogBox / MessageBox to avoid being dragged outside the browsers view
Dear support,
should I open up a feature request for considering this patch as a new feature for a upcoming release ?
Hi Frank,
thanks for that. Just to clarify: What I meant is that at the moment I do not know how to create a new mixin theme file except doing it manually (e.g. notepad).
I thought it would be nice to have such possiblity using the Theme Builder tool (to only save modified settings)
Use the splitButton1.ItemClicked event. The args has the Item property.
Hi Godwin,
thanks for contacting us. We inspected the screenshots you sent and it seems that some controls are moved down at runime.
Can you please share some details about the layout you are using ? A test case would be even better and help us track the problem down.
If you don´t want to post it here, you can also send it to supportATwisej.com
Thanks in advance !
Best regards
Frank
Wooooooowwwwwwwww
I did not know about that article! that’s wonderful!
thank you
Cristian
Hi Cristian,
can you please send us the code you have, so we can inspect it. You can send it frankATiceteagroup.com
You might also want to look at our integration blog that shows how to use another Signature component
(from SyncFusion):
https://wisej.com/blog/integration2/
Best regards
Frank
I created the widget following the example of the pannellum, I have imported the js and the css
but now I do not know how to write the startup.js beacuse I’m a dotnet programmer I’m not practical with JavaScript 🙁
I would like to learn
thanks
Cristian
Hi Luca,
Perhaps a video instructing on how to do this would help. I’d like to learn how as well. A Blog with a video ?
I think this will open up the door for the community to possibly start integrating some of these and contributing to WiseJ – could there be an area for the community to post these so that we are not duplicating efforts ?
Hi Tobias,
I have logged enhancement request WJ-8778 for that feature, though it´s not yet sure when we are going to address it.
Please note that if you open a mixin theme file now it will keep the main theme in the background and lets you change
the mixin and see how it affects the main theme.
Additionally you can also change the main theme using the drop down in the Theme Builder toolbar to see how the
mixin actually works with different themes.
Hope that helps.
Best regards
Frank
Is it possible to add a feature to the Theme Builder to save only modified settings to a mixin theme file ?
I think this would ease using updated base themes very much…
