IOS Certificate Wizard not working on latest build under Codename One settings UI in Netbeans 12.3 - codenameone

In Codename One settings UI using Netbeans, click on Build Setings/Device Settings/IOS/Certificate Wizard opens the IOS Certificate Wizard form, however it is asking me to "Please login to your Codename One Account to use this feature. You can login using the menu button on the top right of this form", however I am already logged. I click logout then log back in and see the Logged in Successfully Toastbar at bottom.
Control Center Version is 7.02
ControlCenterIosWizardScreen_09-23-2021.PNG
Best regards
Regarding: Did you send a build at some point for some platform?
Yes IOS and Android at least 4 times over the day.
I do not see any "Account Button" in control center.
I am already logged in,
I logout and then click on the Login Button in the Control Center opens up a browser and shows I am logged in.
What Account Button do you want be to click?
I have provided a screen shot on my account in https://cloud.codenameone.com/secure/index.html

Related

In WPF WebBrowser, Authorize page has lots of script errors and buttons don't work

in our WPF desktop app we pop up a window to display the StockTwits authorize page when the user wants to authorize our application to share tweets. The window contains a WebBrowser control. When we show the window, several scripting errors popup:
Once the user clicks through all the script errors and signs in, more script errors appear. The Connect button appears, but clicking on it or Cancel does nothing.
Clicking Sign Out at the top creates an IE error page
This is on Windows 10 Anniversary, which has IE 11 installed.

Loose focus vnc viewer issue

The question is already asked in below link
i can't see a context menu of WPF windows app through VNC
But my requirements are slightly differ from it.
When I run my application in vnc viewer, and click on start menu from vnc toolbar and back to my application, right click on textbox does not show context menu like, copy, paste, cut.
Then, when i go task manager, right click on my application, and do "bring to front", then everything is working fine.
So I just want to know what is happening while clicking on vnc toolbar button, will take my application's focus back.
Thanks,
Rajnikant

How to add additional portals to my DNN community edition site?

I know this is a very basic question - I have googled and every where it says - click the "Add New Portal" button/link on the Portals page.
However, I have a DNN community edition version 06.00.00 that is live and I do not see any option to add a new portal. Could this be a configuration issue? Do I have to change some settings to be able to get the option to add a new portal?
See the image of the Host menu and Portals page. I am unable to get the Add New Portal link:
In the menu shown in your first screenshot, you need to go to "Portals"
Then you will see a small semi-transparent button that says "Manage"(if not, make sure your view mode is set to "Edit" in the top right of the control bar
hover over it and a menu will drop-down and there will be your "add new site" or "add new portal" link
you need to make sure your page is in the EDIT view mode (selected in the top right of the page), then you will see a manage button appear when you hover over the sites on the portal page. Click the manage button and choose new site.

Facebook Application/ Tab application session

I've got an application that exists primarily for use as a tab, with the canvas page acting as a control panel. When a user authorizes the tab for their page, Facebook redirects to the page url (e.g. http://www.facebook.com/pages/PAGE-NAME … nstalled=1) with the Wall visible, but I would like it to redirect to the canvas page (e.g. http://apps.facebook.com/APP-NAME/?fb_p … nstalled=1). My reason for this is that I need the fb_page_id so I can link the page installed to their saved settings on my end.
Is there some setting I need to change to enable it, or FBML to add to the tab? You can see a working model of this by installing an Involver tab (http://involver.com/), as the app will automatically redirect to the canvas page with both the fb_page_id and installed variables.
Thanks!

To view the silverlight app in fullscreen mode(F11)

Is there any way to load my silverlight app in F11 mode directly?
I have used
window.open(url, '_self',
'toolbar=no,status=no,location=no,menubar=no,resizable=yes,scrollbars=no,fullscreen=yes',
'true');
HtmlPage.window.invoke("launchPage",url);
But the problem is that two instances of my app are opened. One in normal screen and the other in fullscreen.
I have tried
App.Current.Host.Content.IsFullScreen = true;
in the constructor of the App.xaml
Still its not working. :(
Where am I going wrong??
running a Silverlight application automatically in full-screen is not possible because of security restriction. It is like the following...
You have opened your banks login page in a Firefox tab. This is your current tab.
You are opening a malicious silverlight application on another tab.
The malicious silverlight application loads and creates a full-screen that exactly matches your bank's login page.
You are talking to someone while the silverlight application loads. (Your eye is not on screen) So you missed the fullscreen message that pops up.
Now when you look at the computer screen you see your bank login page that is actually a fullscreen page of the silverlight application that matches your bank's login page.
You enter your user name and password...and
When you click login the malicious application has got everything it wanted.
This is not only for Silverlight. It is a restriction that SHOULD BE THERE WITH EVERY ACTIVEX CONTROL UNTIL THIS PROBLEM IS SOLVED.
What you are doing with javascript is you are opening a new pop up window without menubar, addressbar etc. It is not a replacement of F11. And to my experience most of the users hate automatic poping up. And most modern browsers will block them anyway.
The best way is to tell the user she needs to view your application on fullscreen and LET HER DECIDE INSTEAD OF FORCING IT.

Resources