All Answers

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.

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.

0 votes

Hi Lloyd,

thanks for reporting this, we’ll investigate to see what’s happening.
In a first attempt I could not make the DemoBrowser at https://demo.wisej.net to fail.
Does it happen with all image files for you or just some?
If the latter, can you please send one to us (either here or to supportATwisej.com)

Thanks in advance,
Frank

0 votes

Hi,

Intercepting a package is prevented by TLS encryption and signature.

https://de.m.wikipedia.org/wiki/Transport_Layer_Security

A MITM attack is the same on any protocol like http, udp, etc.

Please contact our Professional Services if you want to learn more about Browser Security and TLS configuration.

Best regards

Frank

0 votes

Hi Wolfgang,

this is working like intended and is caused by your setting of the Margin.
Please change the Margin.Top value to 0 to achieve the desired behavior.

Best regards
Frank

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

It depends on the window size. When the window is widened, you should see the problem. I will attach a screenshot.

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

I cannot reproduce with your test project. It looks fine to me when running in Visual Studio, see attached screenshots.

Showing 601 - 620 of 11k results