Pretius / Pretius-APEX-Context-Menu

MIT License
13 stars 1 forks source link

Sample Application #2

Open hairpin666 opened 5 years ago

hairpin666 commented 5 years ago

Hi,

Can you also publish the sample application?

Thanks

grstott commented 5 years ago

Hi Bartosz,

Would it be possible to update with the sample application? Having implemented the context menu I am unable to have a session state variable work correctly - I can see the render outputs as a JSON string, but it keeps the literal value i.e. &VALUE. and replace substitutions in apex_util doesn't work. Seeing your implementation would be useful.

Thank you. G

bostrowski commented 4 years ago

@hairpin666 @grstott I'm sorry I have missed your issues. I'm in the middle of releasing new version of the plugin which means the sample application has to be updated right after I release new version (this week).

I have noted that the sample application might be useful. Right now I can redirect you to my blog where I'm describing the plugin usage - https://www.ostrowskibartosz.pl/. In following weeks I will describe some use-cases that might answer your questions regarding the plugin usage.

Please be patient and if you want to be updated you can follow me on twitter (@bostrowsk1) where I'm posting all the changes to my plugins.

gierasm commented 4 years ago

Hi Bartosz, I agree with the two previous comments that a sample app would be helpful. Have you been able to create sample application yet. I am having trouble with using dynamic sql to create my menu/submenus and implementing it with this plugin.

thanks, Susan

bostrowski commented 4 years ago

hi @gierasm

sorry for late answer. I'm not Pretius employee since January 2020 but I do as much as I can to support my Pretius plug-in in free time. I mainly focus on the plug-in bugs but I will try to prepare sample app for the plug-in.

In case of you issue with context menu populated from dynamic SQL query. Please reproduce your use case scenario at apex.oracle.com and send me login credentials. I will try to help as much as I can.

gierasm commented 4 years ago

Thank you for the response. Do you know when we could possibly download the sample app so we can see the inside code?

bostrowski commented 4 years ago

@gierasm

Current sample app doesn't contain example of context menu derived from dynamic SQL. I'm not able to set release date for sample app due to my current duties.

That is why I've asked for your implementation on apex.oracle.com so I can give you a helping hand there. It will be much faster this way :-)

gierasm commented 4 years ago

A coworker just found https://apex.oracle.com/pls/apex/apex_pm/r/ut/menu-popup so we will try to use this before implementing on apex.oracle.com. Thanks for your quick response.

bostrowski commented 4 years ago

@gierasm the plug-in is implemented on top of that widget :-)

The plug-in was created to make it more configurable and more developer friendly. Read my blog posts on context menu plug-in build on top of native apex popup menu widget here: https://www.ostrowskibartosz.pl/tag/context-menu/ and on Pretius blog https://pretius.com/oracle-apex-popup-menu-with-pretius-apex-context-menu/

to sum it up: if you are going to use dynamic SQL for menu then you will be doing same work as you will do for native popup menu.

from readme of the plug-in: image

elauwer commented 1 month ago

@bostrowski Hi Bartosz, I really like to see the backend of your demo on the menu context on the IG> I would like to use it as well but I can't see the get it working. Is there a possibility to shere the apex app or page so I can figure out what I'm doing wrong? Thanks a lot in advance for the great plugin and your help Kind Regards, Erwin