Hi Paul,
Thank you for your answer. The situation is quite different. In your scenario, you set the combos and textboxes width and Dock=None, and set fixed size of flowLayoutPanel.
In my case, I tried that:
Trying to add your code on my page resulted in a total mess, especially when returning from landscape to portrait (see attached screenshots). If possible, direct me how to obtain that goal: all controls width=screen width and vertical scroll if necessary, on both portrait and landscape.
Thank you!
Hi Adrian
I hope that my sample code could help you
Just add code for the Page event ClientSizeChange and check the main page With property
I also atach the code sample
Regards
I installed wisej barcode and wisej camera extensions but still can’t do it
Tried the solution to integrate html into webbrowser but only activates the camera but cannot read qr code
I solved it myself, you have to update every single project, the extension update doesn’t work.
Hi Frank,
It took me some time, but I found that you for sure have ASP.NET controls’ wrapper.
The solution is: https://docs.wisej.com/extensions/extensions/aspnetcontrol
Kind regards,
Mariyan
So, with the help of ChatGPT-01 I was able to get everything working! It was quite the journey and I barely understand what’s going on and why it works.
Perhaps this might be a nice Example on your documentation page? (Browser Extension example). I could provide you with a basic sample for each step needed and all you have to do is validate/improve it.
Anyway, I’ve attached the new source code of the WiseJ project. It has Page1 which checks if the extension is installed and the button launches the nativeApp via de extension. I bought a new server lisence so I could test with the latest WiseJ build. This seems to need version 3.5.11 and up.
If you have any tips that’d be great to hear!
A bit of additional context:
The browser extension injects contentScipt.js when the browser navigates to a specific url. In this case localhost.
The button on the index.html file tells the browser extension to start the nativeApp (consoleApp.exe) and relays the messages from that app.
The NativeApp (consoleApp.exe) only replies once. “No card reader found” or the scanned Card UID or any error. After either the ConsoleApp.exe closes.
Hi Frank,
Attached the full source code for:
The WiseJ project is just a page with a button and a label. I would like to be able to click the button and update the label with the current status. Just like it does on the testpage.html. If I can get that to work, I can work out the rest 🙂
If you want a simple guide on how to test the extension yourself I could write you one.
Thanks for looking in to it!
Vincent
hi. yes i will post a video.
but you can try just simply put a basic if statement in a button click event. in this case using vb.net:
if textbox1.text = “” then
messagebox.show(“empty”)
end if
as i said, sometimes gets empty even chrome autocompleted it.
Regards, Jun
Hi,
please wrap up as simple Wisej sample that shows how you would want to use it.
Remove obj and bin and it can be uploaded as a zip file.
We could then take a look but not with just code snippets or screenshots.
Best Regards
Frank
Hi,
you might consider trying ActiveReportsJS but I don’t have a ready made sample for you.
We can do it as a custom integration for you.
Please contact salesATwisej.com if you’re interested.
Best regards
Frank
Hi,
this is not supported. You can either try to achieve this with HTML or use a 3rd party grid control.
Best regards
Frank
Hi Jun,
we have not noticed this yet. Can you please put together a test case and see if you can reproduce when it is happening?
Best regards
Frank
You can find one approach to achieve this here
https://wisej.com/support/question/datagridview-column-header-rotation
Best regards
Frank
Hey Wolfgang,
Can you please try the attached sample and see if it’s any better?
Thanks,
Levie
Here is the sample project.
Regards.
Hello,
Would you please be able to re-attach your updated sample here in the forum?
The link you provided is no longer working!
Make sure that you delete the obj and bin folders before compressing the folder.
Best Regards,
Alaa
Hello,
We’re taking a look at this issue, we’ll get back to you shortly!
Best Regards,
Alaa
Take a look at Collapsed property
https://docs.wisej.com/api/wisej.web/containers/wisej.web.panel#collapsed
True the panel is open
False the panel is closed
Ok, I figured out the problem… and boy do I feel dumb. I was checking the functionality out in different browsers and didn’t realize I had Brave set up as my default browser to debug with. Brave locks down a lot of things and as it turns out, this was causing the issue. It was an easy fix – to turn off Brave’s “shield” option for the site – but if anyone else sees this, please know that a user’s browser option may interfere with certain functionality, especially if they have their browser options locked down.
Thanks for looking into this; you can consider it closed now since I figured out what was causing it.