I use OC version 1.5.5.1 and have strange probem. When I check product in catalog-product list in admin panel and click on DELETE in any other browser then Firefox it shows up popup dialog box with standard message - Are you sure you want to delete...etc and two buttons - OK and Cancel and that works fine.
But - in Firefox browser this popup is way too quick it shows and close in metter a second, maby less and I can not click on OK button and can not delete product.
Any advice?
Related
hi I'm trying to make hyperlink in a QPushbutton.
I searched for information that mights help and I found this:
Qt - add a hyperlink to a dialog
this told me how can I use hyperlink at a dialog(or mainwindow.)
However, what I want to is to use hyperlink in the QMessagebox when appears after clicking QPushbutton.
I searched that if I can use qlabel in qmessagebox but I couldn't find any information..
How can I do this?
(Any other way I can apply to make hyperlink by clicking a second button is fine. What I'm trying to do is 1st. click a button and my program will get an url information. 2nd. clicking a second button and it will activate my url)
If all you want is clicking a second button and it will activate my url then you can use QDesktopServices::openUrl() to open a URL. It automatically uses the application the user has configured, i.e. the browser or mail programm depending on the type of URL you give it.
I created dynamic action in oracle apex i.e when selecting more than one check box it displays that "to select only one checkbox" if i click ok button of this message the checkboxes should be unchecked
After the confirm DA, add another DA with plsql code
:PXX_CHECKBOX_ITEM := null;
items to submit ->
:PXX_CHECKBOX_ITEM
What Valerio wrote would work, but I am guessing this is to do with the apex.item stuff you have been dealing with.
You will need to add another DA that is triggered by clicking the ok button. Then you need to have the DA run Javascript code. Since I saw you were asking about how to run javascript, in this case you need to go into the true actions of the dynamic action and set the Action to Execute Javascript code.(For other Javascript code you can click on Page XX: Name of page in the Rendering tab on the left, and if you scroll down on the right there should be a section for Javascript)
And the Javscript code you need to execute to uncheck should be $s or something similair. https://apex.oracle.com/pls/apex/germancommunities/apexcommunity/tipp/6341/index-en.html is a good starting point on just these basics.
I actually tend to avoid interactive reports, I prefer Interactive Grids. But you do you. If you do get into Interactive grids I recommend you go through this: https://github.com/mgoricki/orclapex-ig-cheat-sheet
I am using APEX 5.1.3 to build a new desktop web application. I created a pair of Report and Form pages, and then ran the application, entered the report page. The data in the table was shown correctly, and each row contained a pencil icon at the leftmost column -- all looking fine.
However, when I clicked on the pencil icon to enter the Form page, instead of showing the record and let the user update the record, all columns became blank. The Save button was not there, instead the Create button appeared. This became the same behavior as clicking the Create button in the report page. What did I do wrongly, and how could I correct this behavior?
Seems I can find the answer after clicking the APEX edit page here and there...
I go to the edit page of the Report Page, on the left side, under Content Body, select Attributes.
On the Right side, under Link, click Target.
A new window appears at the center. I found the page no. is correct, but the Set Items aren't. Hence I click on the ^ button to select the correct column on the left, and values on the right. Click OK and then Save and Run the page. The problem is then corrected.
The reason for the problem is that for whatever reason, my original version has a value item which does not exist at all. Hence the data can't be brought to the form page when the edit button is clicked in the report page.
I am using Foundation's joyride plugin, everything is working fine in chrome and ff, as usual ie is messing in some areas.
I am highlighting a save button like after completing the form click this button to submit.
But that button is not visible in ie10, when the joyride highlights that button.
I dint get any js errors in my console
Strange thing is that when I open the ie 10 developer console the button is displayed.
please help me fix this issue
On some of my pages, the like button doesn't work. I have two behaviors :
The click on the like button display the message "add a comment" with the like button, just on the bottom on the button, but this message close after 1 seconds and nothing happend.
Or It displays a confirm button. When I click on this, I have a popup where I can confirm the like.
When I click on the like button on this popup, the popup closes and the like isn't counted, I always have 0 liker.
Here is my page :
www.samhigan.com/testf.cfm (I updated this link since the publication of this message)
I had just put the facebook code on this page to check that it doesn't come from another tag.
Have you got an idea ? I have searched on the facebook bug list but I can't find any solution.
Thanks,
Best regards,
Matthieu
Did you test the like button by click and cancel it frequently? It will cause Facebook think your page maybe a spam and add a confirm button. There is no way to remove it manually, it will auto-disappear after a number of confirm have been click.
Here is an official response about this problem :
Facebook Developers > Bugs > Like button requires Confirm step