All Answers

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!

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.

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

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

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

Hello,

We’re taking a look at this issue, we’ll get back to you shortly!

Best Regards,
Alaa

0 votes

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

 

0 votes

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.

Showing 341 - 360 of 11k results