Hi Frank,
You are fast for sure!
Your modified project (and initially mine with the modification indicated by you) looks the same as the original one (well, maybe the padding is increased a little bit). I can give you a link to the site if you want to test on a mobile. I don’t know if I should write the link here, as it is my test server.
Hi Adrian,
thanks for the sample. You should remove Dock=Fill from all your child elements and instead anchor them to Top, Left and Right.
See modified sample.
Best regards
Frank
Hi Frank,
I attached a (very basic) sample project that perfectly reproduce my problem. I also uploaded two screenshots. As you can see, on landscape the last 2 textboxes are (probably) in the upper right corner and the buttons are not shown.
Thank you,
Adrian
Hi Adrian,
please attach a compilable and runnable test application, then we can take a closer look at it.
Best regards
Frank
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.
