Adding Widgets to A Project

0
0

I’m working on a WiseJ-4 web app and trying to add javascript functions via a dynamically created custom widget.  I’ve gone down the rabbit hole of using ChatGPT and Git CoPilot to help me.  I know there must be a more straightforward way to make this happen.  While I’ve had some success with certain functions, the test program I’m adding is simply trying to get a client ready call for now.  I was hoping someone could point out some basics as I think my current project is too complicated and missing something.

Thanks!

Gerry

Attachment
  • You must to post comments
0
0

Hi Julie,

My project has a widget canvas receiving an image from the clipboard then allows points to be picked and drawn via mouse clicks relative to the position of the image.

Is there an extension or example widget that comes close to showing this? 

I have had some success, but as I mentioned, I’ve relied too much on AI.  The code it conjures up is highly complex and unstable.  I’d like to see a project where it’s clear how to initialize the widget on command, run the various java script functions via listeners and then turn it off.

Thanks!

Gerry

  • You must to post comments
0
0

I would recommend looking at the open source extensions and using them as examples. You can find them here: https://github.com/iceteagroup/wisej-extensions

If you want us to look at your specific code and see how it would be optimized, you can purchase a consulting package so that we can do a code review. You can purchase a consulting package here: https://wisej.com/services-packages/

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.