Pavel Glebov

Results 11 comments of Pavel Glebov

In APEX Plugins-items should be initialized using apex.item.create or apex.widget.initPageItem(deprecated). As one of the parameter isChanged - function should be defined. https://docs.oracle.com/en/database/oracle/application-express/21.1/aexjs/apex.item.html This function is called for each item by...

This happens because "keydown" - event not raised by IME https://en.wikipedia.org/wiki/Input_method https://developer.mozilla.org/en-US/docs/Web/API/Document/keydown_event#ignoring_keydown_during_ime_composition in modern browsers. The workaround I found is to disable IME for the field by 1. ime-mode: disabled...

Hi @indy2005 , have tested with dummy query for 100000 rows, and i got an correct Excel with all the data. Plugin uses 2 different rendering engines, one for IR...

Are you using Swedish locale like '2012 juillet'? I found a bug in a library I use in IG Export. https://github.com/moment/moment/issues/2566

Because it can be interesting for all users, I will write the comment on English. Unfortunately due to lack of time the support of OpenOffice/Libre Office is not planned. I...

@RTriplett Thank you, Ryan, the changes are merged to the last version! Better late than never. It turns out that many developers still using 5.1 and have no plans to...

Hi Emmanuel, thank you for response! I'm always happy if i see that people use this plugin. The situation you described happens because there are 2 completely different engines for...

Hi Emmanuel, all clear, thank you for sample app. Regards, Pavel

>When I open the file in Excel and save it there it's just 288KB in size. Did you save in XLS or XLSX format?

It is really necessary to reduce file size? XLSX is build on the client side - in browser - and does not require additional time to be downloaded from server,...