How to add custom logo to OAuth 2.0 app created from Box developer console? - box-api

We want to add our product logo here instead of the default logo listed by Box. Is there a way to do it?

Related

Google Workspace Add-On Hide or Edit App Bar Card

I developed an add-on for google workspace.
I followed the official guide for sidebar development.
Searching in the developers.google.com portal and in the Google Figma UI StyleGuide provided for the documentation of the add-on, I can't find how to change or hide the Add on top bar (not Header Card).
As you can see from the first photo attached (my add-on) I have defined the "Card Header", but it still remains the "add-on" Header Bar"(ref) that I would like to change or remove, like those of Google (attached photo) or other add-ons on the store.
Someone knows to modify it or has a reference where he explains how to do it?
Thank you so much!
Currently, the only customization that is available for the add-on header are the displayed name and the background color (fields name and layoutProperties in Common field, in your manifest).
Feature request:
If you'd like this functionality to be implemented, I'd suggest you to file a feature request on Issue Tracker, using this template.

adding a button to Gmail contact hover widget in the website

I don't know if this possible,
I wanted to add a button with custom action using email address to the hover widget that comes up.
I'm assuming google app script should be the right way to go. But don't know what to search in the reference guide.
Gmail add-ons can't modify the Gmail UI, they only could create Cards which are shown on side panel.
Reference
https://developers.google.com/gsuite/add-ons/gmail/

Styling for google search app pages

I am currently working on a project and mobile design is great and works well except for when using the google search app.
I have buttons at the bottom of the page which work on all mobile browsers except on google search app. When clicking the buttons the bottom bar of the search app opens and doesn't allow click.
My answer is to move the buttons up with styling so that these will not interfere with the app but how do i apply the styling to move these specifically to the google search app app and not apply to all other mobile browsers?
can anyone help?
I would use PHP to check for the user agent. if it contains "PSA" it means it is the google search browser. you can then define an IF that will modify the CSS code in that case.

Hide the Wizard Step Title page in SAPUI5

I am having a requirement for SAPUI5 app to hide the title in wizard step although it has to be there in title bar. I have highlighted that in the image below.
If you are building a standalone application, you can extend the control "sap.m.WizardStep" as a solution.
Screenshots of extending the control and using it in the app :
Creating the files for extending WizardStep
WizardStep.js
WizardStepRenderer.js
Using the extended control in app
Result

How to host multi-pages in phoneapplicationframe in wp8 like facebook 5 for wp8 app

How to implement a navigation bar like the facebook app for wp8
I want to implement a navigation bar for my wp8 app, it look like the facebook app for windows phone 8, Click on the left menu to slide profile pages ... or Swipe left to show profile page, swipe right to show friend.
My idea is host 3 pages (Profile Page, MainPage, FriendPage) on a phoneapplicationframe, when use click on the profile icon the Profile Page will be visible and the Mainpage will be margined to left ... , It is possible? How can i do it.
Any feedback will help me so much. Please help me, i'm stucked here.
Thanks you.
I've blogged about a possible solution for this, but I have to agree an usercontrol would be a better option!
http://depblog.weblogs.us/2013/07/30/facebook-like-settings-pane-with-gestures-windows-phone/
I believe it was only one single page whose width is more than the screen's width. And the default view is achieved by setting the margin or other property which is for you to findout using trial and error.
First, create a custom control/user control as design same as profile icon pressing profile page.
Then, drag it onto your main page. and set it margin properly how you want.
When you press the profile icon button. Then only you need to show it and collapse it when tapping screen.