All Answers

0 votes

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.

0 votes

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

0 votes

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

0 votes

Hi Adrian,

please attach a compilable and runnable test application, then we can take a closer look at it.

Best regards
Frank

0 votes

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:

  • flowLayoutPanel: Dock=fill (to use all space available in portrait/landscape)
  • All combos and textboxes has Dock=fill (to use all available width of flowLayoutPanel). I presume that flowDirection=TopDown means one control on each “row”.

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!

0 votes

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

 

  • Paul answered Oct 7, 2024 - 8:26 pm
0 votes

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

0 votes

I solved it myself, you have to update every single project, the extension update doesn’t work.

0 votes

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

  • mgmst answered Oct 1, 2024 - 4:27 pm
0 votes

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!

  • Vincent answered Oct 1, 2024 - 2:09 pm
0 votes

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.

  • Vincent answered Sep 30, 2024 - 9:46 am
0 votes

Hi Frank,

Attached the full source code for:

  • The Chrome extension
  • The ConsoleApp which is started by the extension and communicates with the extension
  • The WiseJ test project

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

  • Vincent answered Sep 30, 2024 - 9:38 am
0 votes
In reply to: Text Box Autocomplete

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

 

0 votes

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

0 votes

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

0 votes

Hi,

this is not supported. You can either try to achieve this with HTML or use a 3rd party grid control.

Best regards
Frank

0 votes
In reply to: Text Box Autocomplete

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

0 votes

You can find one approach to achieve this here

https://wisej.com/support/question/datagridview-column-header-rotation

Best regards
Frank

0 votes
In reply to: Wisej-3-Chat-Control

Hey Wolfgang,

Can you please try the attached sample and see if it’s any better?

Thanks,
Levie

0 votes
In reply to: Wisej-3-Chat-Control

Here is the sample project.

Regards.

Showing 541 - 560 of 11k results