I have a question using the Content Controls in Word IPad. I am creating the specific Content Control on Word Desktop using OfficeJS and then I want to access this Content Control on Word IPad. But apparently it's not possible, because there is no way to select Content Control in Word IPad.
Based on the Office Development documentation Content Controls are supported in Word for IPad.
Content Control in Microsoft Word
Here is the screenshot of selected Content Control in Microsoft Word desktop:
So, how to select the Content Control in the Word IPad?
Related
Windows Explorer has some behaviors that I would like to replicate in a themed application for a Delphi TListView.
(This works fine if I don't have themes for the list view, but I'd rather have themes if at all possible)
In Windows Explorer, when I click in the white space around an icon I can still make a dragover box and when I right click I get the popup menu for the container, not the icon.
With themes on, the selection grows to the entire bounding box of the item in the list, with themes off it shrinks to fit the size of the text in the list item.
What do I need to do to have themes:
But keep them working like no themes?
and work like Windows Explorer (allowing drag when selecting part of the row that is highlighted)
I suggest you to use VirtualTreeView instead. It is a powerful component with a huge possibilities, so you can do what you want event if the themes are not available
I am currently trying to add a "Print Label" functionality. After clicking the button, the print preview dialog should open and print in the label format (which is different and hidden from the screen view).
I had tested in chrome, IE, Firefox and safari in Windows 7. However, only chrome works as expected, printing in the expected page size and style. For IE and Firefox, although the label format stays intact when I save in PDF, I can only print in the letter (default) page size, which means a disaster when I use the label printer to print. When I attempt to change the page size to the custom label size, IE crashes while Firefox does not let me open the properties in the system print dialog. For safari (IN WINDOWS), I can print in the custom label size, however, I cannot remove the header and footer, resulting the label format to split into many pages.
The questions I have are:
1. Is the culprit the custom label size, or is it because of the limitations of the other browsers?
2. How can I remove headers and footers in Safari (windows)? My findings are pessimistic about that for now...
3. Are there any ways for me to generate print preview dialog, instead of print dialog, for other browsers? (Something like chrome)
4. Are there any ways for me to use Javascript to preset print settings, to set the printer to the label printer and change page size to the custom label size?
Thanks if anyone can enlighten me.
How can i add to my application two buttons to increase / decrease font size of a HTML content in Webview control for Windows store app.
I'm designing Windows 8 Reader app, i.e.,display HTML content in "Webview". How to, increase the font in the HTML content in Webview when i click a button,decrease the font in the HTML content in Webview when i click another button. I tried a lot for this.
I need button click event code.
Thanks in advance..
You cant do this using C# for Windows Store apps. Why it is there is no specific Control to increase or decrease the font in Webview control By Microsoft. You have to integrate with Java Script.
I recommend to go through Microsoft blogs & samples. Here it is one of the samlpe for Windows Store apps.
My upcoming mobile web project requires viewing dynamically chosen pdf files inside the webpage. I am using iFrame to display the pdf file and the file can be scrolled using two-finger scrolling. But the problems I am facing are:
The first page of the file is not displayed completely on the iPad and gets cut off along the width unlike when I view it on the desktop browsers where the first page of the pdf is always entirely displayed although zoomed out to fit in the iFrame area.
There is no visual indication for the users that the pdf document can be scrolled, i.e., there is no scroll bar on the pdf document.
The controls (page navigation, zoom etc.) for the pdf viewer (Adobe reader) don't appear on the document unlike when I see it on the desktop browsers.
What is the best way to achieve what I am trying to do? Do any of you experts know any solutions/workarounds to the problems I am facing? An entirely different approach using anything other than iFrame can also be considered.
The reason why the pdf should be inside the html page is that, the list of pdf files will be on a menu bar on the left side of the page and the user can click on any of them to view on the same page. Ideally, they will have the capability to toggle between full screen view and that view.
Any help is appreciated.
I created a tiny JavaScript module that helps you to show a PDF inline and be able to scroll it. But I also couldn't figure out a way to make it fit the total width of the parent container.
Check it out: https://github.com/williamrjribeiro/ipdf-scroll
Cheers.
I came across this Recommended way to embed PDF in HTML? while researching on the web to find an answer.
The mentioned link discusses about some options that I can use and the google document viewer works for me though don't know if there is anything (like data limit) I need to be aware of before using it on the website. Also I have no idea if it is a good solution (though the full screen mode is not available, but zoom-in/zoom-out and next/prev page buttons are there are show up in the mobile safari on the iPad) to use for an web app that will be run on the iPad.
Anyway, I will keep researching for a better solution and if i don't find any, I'll stick to the google document viewer.
The issue appears to be a bug with Safari on the IPad.
I didn't find a solution for embedding the pdf in html but I did find this:
If you return FileStreamResult from your controller action instead of a view, the pdf will open in a new tab, it's not embedded html but at least your user is not having to download files and open them manually.
I had the same problem of the pdf not being displayed completely. The only thing I found to fix this was the change the size of the div containing the pdf.
For example if the element containing the pdf is a div then I change its width to any value and the rollback to the value it had before. Changing Width or height any one works.
Sometimes I had to wait a little using a setTimeout before calling my resizable method
Repeat: What do iOS developers call the visual dots on the bottom of a page that indicate the number of open windows in an application?
This is a page control, or as the iOS HIG calls it a page indicator.
Page Control Dots
"You use the UIPageControl class to create and manage page controls. A page control is a succession of dots centered in the control. Each dot corresponds to a page in the application’s document (or other data-model entity), with the white dot indicating the currently viewed page."
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIPageControl_Class/Reference/Reference.html