There is no depth for FindComponents(). The list is flat. Send a small runnable complete test project that shows your issue and we may be able to help you further.
Hi Christian,
there should be no limit, you might want to check your search predicate.
Please note that it stops after finding the first match.
There is also a FindComponents method that finds all matches.
Best regards
Frank
“See the attached picture what happened !!”
What happened is the wrong configuration in IIS. Follow the Microsoft documentation or contact professional services. This is not a Wisej issue.
Marhaba Fahad,
There’s an issue with the deployed web.config file, as it appears you have a duplicate configuration for the aspNetCore handler.
Please comment out the first one, and keep the second one only.
Also, you have to double check whether you’re trying to deploy a .NET Framework 4.8 build, or a .NET Core build as that would be completely different, we have compiled the information in our documentation website that my colleague Frank posted!
Let me know if this fixes the issue.
Best regards,
Alaa
Hello Frank, I hope you are doing well
I tried the method and added the port http://192.168.43.118:1010/pro
See the attached picture what happened !!
Hi Fahad,
this link does not use port 1010 where it should
But this is not a Wisej.NET issue. For IIS Deployment there are a lot of resources in MSDN.
If you need additional help, you can contact our professional services team at SalesATwisej.com
Best regards
Frank
Great, thanks Frank and sorry for bothering you. I still have one question: is there any replacement for “HTTP_X_FORWARDED_FOR”?
Hi Ezequiel,
this can be found by a simple search for Server Variables at docs.wisej.com
Here you find this:
https://docs.wisej.com/docs/controls/general/application#server-variables
Best regards
Frank
Hi Frank,
your solution works wonderfull!
Thanks For!
Best regards!
Luca
Hi Luca,
please find attached modified test project that shows how to change the rounded edges in 3 ways:
Best regards
Frank
Hi Frank,
I delete obj and bin Folder so i´m allowed to upload the hole Project.
Big Thanks!
Hi Luca,
please provide us with a full compilable test case (without OBJ/BIN and any license key), not just single files.
With the files you sent we don’t see which theme you’re using etc.
In general you could define a new AppearanceKey for Panels that should use non rounded edges or you could change it globally.
Both is possible through a Theme Mixin.
Best regards
Frank
If I want to keep using old extensio where exactly this needs to be updated?
in the extension source code or it is possible to define it in the app using the extension?
I was searching throught app release and I cannot find startup.js.
Thanx,
D
Hi Julie,
mh… I understand. As a workaround, I created a transparent panel that every 5 minutes pops up on top of everything. As soon as it receives a mouse event such as mousemove it becomes invisible and resets the counter
Unfortunately, this is difficult to do due to CORS restrictions. The only way to do this is to have access to the iFrame code and implement a way to send and receive messages using the postMessage() APIs.
You can simply set the Image and ImageSource to null.
this.pictureBox1.Image = null;
this.pictureBox1.ImageSource = null;
See sample.
Hi Christian ,
We just have released an update to the CKEditor extensions, it’s the NuGet package version 3.5.10-preview2.
The new VersionCheck property is introduced in that version and it defaults to false.
Best regards,
Alaa
//
Starting with Wisej.NET 3.5, if the limit on recommended clients (= number of concurrent connections) is reached, Wisej.NET server will continue to accept new connections but they may have to wait until their request is being processed. Higher server editions allow for more connections and more processing in parallel while smaller server editions may show a noticeable slow down once the client limit (= number of concurrent connections) is reached.
You may be able to run 500 connections on a server edition recommended for 250 users without problems. This depends on your application, user behavior, interaction intensity, etc. Our user recommendation is based on typical enterprise-scale applications and a safe bet in case you are not sure which edition to choose.
Regarding deployment of standalone applications, Wisej.NET Hybrid supports many different operating systems such as Windows, macOS, iOS, Android. You can use the Starter edition for free (up to 100 devices). If you want to deploy to more devices, this is available as part of our Technology Partner program.
Hope this helps!
Best,
Thomas
Hi Christian,
this sample is too confusing with the different approaches.
If you come up with a simple sample that only covers the drag & drop way, we might take a look.
But in any case this looks more like a custom implementation that you’re after than a bug in Wisej.
So if you’re interested, you can contact us at SalesATwisej.com to get a quote for inspecting and working with your code.
Best regards
Frank
Hello,
i integrated Stimulsoft in the Wisej environment.
I did it with VB.NET and using
Wisej.Web.Ext.AspNetControl.AspNetWrapper<Stimulsoft.Report.Web.StiWebDesigner>
With using some own classes, in the application i only have to do the following:
Dim preview As New emWebReportPreview(New CallParams(em, Me))
ds.DataSetName = “DataSet”
preview.AddDataSource(“DataSet”, ds)
preview.AddVariable(“SystemLang”, em.SystemLang)
preview.AddVariable(“SystemVersion”, em.SystemVersion)
preview.AddVariable(“Lizenz”, “”)
preview.AddVariable(“Unternehmen”, em.Company + ” – ” + em.UserID)
preview.AddVariable(“Wirtschaftsjahr”, WJahr.JahrName)
preview.AddVariable(“Tagesdatum”, Now)
preview.AddVariable(“SystemPfad”, em.SystemPath)
preview.AddVariable(“Titel”, IIf(pArt = 0, “Kunden”, “Lieferanten”) + “stammliste”)
preview.AddVariable(“Auswahl”, sAuswahl)
preview.Designer = False
preview.ReportName = ReportSearchFile(em, “Personenstammliste”)
preview.Show()
After Show a new Window is shown, with the Stimulsoft-Viewer in it.
With a Button (if i allow it) i change to the Stimulsoft Editor.
Because there are a lot of special internal functions and variables in my classes, i cannot send you a sample.
But you can write me on Email: rieger@rieger.at