Hi Edmond,
you need to change Wisej.Core to Wisej.Framework in web.config.
Find more information here:
https://wisej.com/docs/2.1/html/UpgradeFromWisej1.htm
Best regards
Frank
Hi Markus,
we are working on an enhancement to support a new property SelectOnEnter().
Logged as #2223.
I´ll keep you updated about our progress.
As a (very) quick workaround you can add a ClientEvent to your UpDownControl
for event “focusin” add this code:
var me = this;
setTimeout(function() {me.tabFocus() },50);
Best regards
Frank
You can use the fullCalendar.TimeFormat property. If you set it to a space it will not show.
Hi Frank,
is there a similar option for a NumericUpDown? So when you click in a NumericUpDown field the whole text gets selected (instead of setting the cursor before the first digit). The NumericUpDown does not seem to have the same properties you described for the Textbox.
Thanks and regards
Markus
Yes the problem fixed
Thank you
Hi Nikos,
this issue should be fixed in the latest Wisej dev build (2.1.52).
Can you please verify ?
Best regards
Frank
Hi Björn,
For storing client-specific information, I would recommend using the Application.Session dynamic object.
For more information about sessions check out the documentation:
https://wisej.com/docs/2.1/html/Session.htm
Best regards
Frank
Hi Wilfred,
See the screenshot below.
Click the DropDown on the button in the bottom left of the designer and if your theme isn’t in there already, choose”Select Theme…”
Let me know if you still have issues!
HTH,
Levie
Hi Jorge,
that sample is in C# but it´s quite simple so I am sure you will be able to transfer that concept to VB.net.
Basically the idea is to have a default.aspx processing and storing the values in a way that the Wisej
application that is not loaded yet can post process them.
To test it please open HtmlPageTest.html and see how the form posts the data to default.aspx.
default.aspx forwards the data to your final Wisej application.
Here you can process it in Application.Browser.UserData and do all further coding with the data that is required.
Hope that helps.
Best regards
Frank
Hi Jorge,
if I understand you correctly you want to process some data sent by Post to your Wisej application ?
If that´s the case I can you provide you with a sample how you can achieve this.
If not, please try to specify what you are trying to achieve.
Thanks in advance.
Best regards
Frank
Hi Frank,
Well, I made some progress (i think).
So in the load of my login form, i can catch the query string values, using this (or other code)
For Each key As String In Application.QueryString.AllKeys
MessageBox.Show(String.Format(“{0}={1}”, key, Application.QueryString(key)))
Next
BUT, if i want to send post values instead of GET (query string) to the app, without using the login form, using a separated form, just for this interconnection.
That is: Going to send values in POST, that i’ll process and display JUST XML to read on the other side.
How would this be “achievable”?
Sorry, allow me to repost:
– i want to control the distance between the icon and the start of the text
– also want to control the size of the icon, it’s possible? I’d like to put it bigger 1 or 2 points
Allow, me, check this new image, how can i control via the theme designer, the distance between the icon and the start of the text?
I want to reduce the distance,
It’s a limitation in the Visual Studio collection editor. You need to select the inner items using the document outline or the drop down above the property grid then you can edit the items. Opening nested collection editors creates the issue you see.
hi Antonio
Sorry for the delay response.
For build reports, you can use any tool that are compatible with .net
We cant recommend any specific tool, but many of our clients use Crystal reports.
Here I copy a thread of a consult related with Crystal
I hope to will be useful
Regards and happy codding
Thanks for the response
I’m using 2.1 branch, and I have 2.1.43.0 installed on my PC.
I have installed version 2.1.49.0 for developer and it works perfectly!
Ok Paul Thanks,
A simple save and read from registry would be fine, it would help.
For now i’m working arround like that,
Jorge
Hi,
I commented on your post on: https://wisej.com/support/question/chartjs-deployment
“Are you able to use the 2.1 branch? Does the issue still occur? (The link you provided is for 2.0, which we aren’t working on anymore.)”
Please let me know.
Best,
Levie
Hello:
I have the same problem. When I publish application, Wisej.Web.Ext.ChartJs is not displayed.
I download last Wisej.Web.Ext.ChartJs Github extension, I compiled and create reference from new Wisej.Web.Ext.ChartJs.dll but still not work
No error appears.
I download the sample on https://github.com/iceteagroup/wisej-examples/tree/2.0/ChartJS but not works and mark an error: “unknown function: update”
Please help me.
Thanks in advance
Hi Jorge
For now the theme editor don’t have this functionality
I’ll comment at develop team your suggest, to include in a future this functionality
How workaround, I suggest you copy the custom theme to the default directory that use the application.
Regards
