Search found 90 matches

by Evetsm
Wed Sep 09, 2015 1:26 pm
Forum: Flare's General Discussion
Topic: Compile Error for Plugin Example
Replies: 11
Views: 3767

Re: Compile Error for Plugin Example

Thanks, Paulie. I've really appreciated your assistance.
by Evetsm
Tue Sep 08, 2015 2:39 pm
Forum: Flare's General Discussion
Topic: Compile Error for Plugin Example
Replies: 11
Views: 3767

Re: Compile Error for Plugin Example

Oh actually it's when the user clicks "My Button."

Ignorant question: How do I return to the Ribbon view from the older toolbar UI?

I'll try to figure out how to associate a command with the item 1 and item 2.

Thanks again!
by Evetsm
Tue Sep 08, 2015 2:30 pm
Forum: Flare's General Discussion
Topic: Compile Error for Plugin Example
Replies: 11
Views: 3767

Re: Compile Error for Plugin Example

(First, thanks for helping me along with this.)

Ah, that was indeed the problem.

According to what I read in the tutorial, clicking item 1 or item 2 is supposed to display a dialog that says "I got pressed!"

Is that the behavior in your UI? It is not working for me.

Thanks!
by Evetsm
Tue Sep 08, 2015 8:49 am
Forum: Flare's General Discussion
Topic: Compile Error for Plugin Example
Replies: 11
Views: 3767

Re: Compile Error for Plugin Example

Thank you. I haven't implemented the changes you so kindly did because I first want to locate the new toolbar.

I'm a relatively new Flare user and under the View ribbon I did not see an option to show toolbars. Can you tell me (1) where the option is and (2) where in your UI you see the toolbar ...
by Evetsm
Fri Sep 04, 2015 6:32 am
Forum: Flare's General Discussion
Topic: Compile Error for Plugin Example
Replies: 11
Views: 3767

Re: Compile Error for Plugin Example

paulie,

I installed the dll in the Plugins folder as instructed and started Flare. The plugin is enabled, but I don't see a new toolbar in the UI.

I called the CreateCustombar function from the Initialize function. I've attached the class file that I'm using. Could you please take a look and tell ...
by Evetsm
Fri Sep 04, 2015 5:54 am
Forum: Flare's General Discussion
Topic: Compile Error for Plugin Example
Replies: 11
Views: 3767

Re: Compile Error for Plugin Example

Paulie,

Thanks! That did the trick. I also added all the other numerous references to the project and it built with no errors.

Now I will try using the plugin.

Many thanks!
Steve
by Evetsm
Thu Sep 03, 2015 3:06 pm
Forum: Flare's General Discussion
Topic: Compile Error for Plugin Example
Replies: 11
Views: 3767

Compile Error for Plugin Example

Hi,

I hope this is the right place to post this question.

I'm working through the Plugin API examples, focusing on "How To Add A Custom ToolBar." The tutorial says to add the following, which I did:
public class ButtonCommand : ICommand
{
public bool CanExecute(object parameter)
{
return true ...
by Evetsm
Thu Aug 27, 2015 9:21 am
Forum: Styles, Stylesheets and XML
Topic: Text Within Custom div Not Wrapping in PDF
Replies: 2
Views: 2128

Re: Text Within Custom div Not Wrapping in PDF

Hi kmorrison,

Well I don't know what I was doing before that caused the error but it is gone now. I obviously made some kind of change to correct the error so I'll have to keep an eye out for the error again.

Thanks!
Steve
by Evetsm
Thu Aug 13, 2015 7:10 am
Forum: Printed Documentation Targets
Topic: Generate PDF On Demand?
Replies: 8
Views: 5235

Re: Generate PDF On Demand?

Thanks, Paul. I'll revisit our process and see if we can align it with what you suggested.

Cheers,
Steve
by Evetsm
Wed Aug 12, 2015 9:26 am
Forum: Styles, Stylesheets and XML
Topic: Text Within Custom div Not Wrapping in PDF
Replies: 2
Views: 2128

Text Within Custom div Not Wrapping in PDF

Hi,

I've created a custom div but text within it is not wrapping in PDF output. In the PDF, long lines go clear to the edge of the page and are truncated.

My understanding is that for HTML the content of a div should expand to occupy the space available to the parent element and wrap to the next ...
by Evetsm
Wed Aug 12, 2015 9:14 am
Forum: Printed Documentation Targets
Topic: Generate PDF On Demand?
Replies: 8
Views: 5235

Re: Generate PDF On Demand?

It looks like the best idea is to continue generating the PDFs and linking to them, rather than go with the generate on demand. Thanks again, Paul and kwag!

Steve
by Evetsm
Wed Aug 12, 2015 6:17 am
Forum: Printed Documentation Targets
Topic: Generate PDF On Demand?
Replies: 8
Views: 5235

Re: Generate PDF On Demand?

Hi Paul,

I was still in the thinking phase. I was thinking definitely of generating a PDF for a document. Also possibly for a single topic -- the topic that a user is currently reading. I'm not sure there would be a need for printing the entire project.

I actually was not aware that a print button ...
by Evetsm
Thu Aug 06, 2015 7:33 am
Forum: Styles, Stylesheets and XML
Topic: Page-Level Style for Space After <p> Element
Replies: 5
Views: 1976

Re: Page-Level Style for Space After <p> Element

Paulie,

Thanks for the tips. I'm using both PDF and HTML output and I built them both. The spacing worked in the HTML but not the PDF, no doubt because I'm still a relatively new Flare user and some of the styling dependencies seem to be complex. If I stick with it I'm sure I'll learn.

I will also ...
by Evetsm
Thu Aug 06, 2015 7:10 am
Forum: Printed Documentation Targets
Topic: Generate PDF On Demand?
Replies: 8
Views: 5235

Re: Generate PDF On Demand?

Thanks, kwag_myers.

Could you tell me a little more about that Print button? What processes get triggered when you click it?

Thank you!
by Evetsm
Wed Aug 05, 2015 4:17 pm
Forum: Printed Documentation Targets
Topic: Generate PDF On Demand?
Replies: 8
Views: 5235

Generate PDF On Demand?

Hi,

Is it possible to generate PDF output on demand?

Currently we have two targets for each document: HTML5 and PDF. PDF formatting/styles along with issues I've run into seem to be more involved than HTML. I'm still a novice but on occasion I spend a lot of time trying to resolve PDF style issues ...
by Evetsm
Wed Aug 05, 2015 2:11 pm
Forum: Styles, Stylesheets and XML
Topic: Page-Level Style for Space After <p> Element
Replies: 5
Views: 1976

Re: Page-Level Style for Space After <p> Element

Paulie,
Thanks.
That did not work. Here is part of a table with <p> elements inside <td> elements


<table style="width: *;mc-table-style: url('../../Resources/TableStyles/parameters_tablestyle.css');" class="TableStyle-parameters_tablestyle" cellspacing="0">
<col class="TableStyle-parameters ...
by Evetsm
Wed Aug 05, 2015 1:36 pm
Forum: Styles, Stylesheets and XML
Topic: Page-Level Style for Space After <p> Element
Replies: 5
Views: 1976

Page-Level Style for Space After <p> Element

I know page-level styles are not recommended, but I would like to try this approach for now. I want to increase space after <p> elements that are subordinate to <td> elements, so in the <head> element of a topic I inserted this:

<style>
p td {margin-bottom: 5pt; }
</style>

However, it's not ...
by Evetsm
Wed Aug 05, 2015 1:13 pm
Forum: Styles, Stylesheets and XML
Topic: Allow Inner Table to Break Across Pages
Replies: 2
Views: 1325

Re: Allow Inner Table to Break Across Pages

Thanks emsachs. I need help understanding what I see in the Print Options dialog. I think I'm interested in the Page Break options. I need to ensure that the table will break if possible, so I chose "Automatic" for the "Inside" option. Is that correct? All other options on the dialog are set to ...
by Evetsm
Tue Aug 04, 2015 4:00 pm
Forum: Styles, Stylesheets and XML
Topic: Allow Inner Table to Break Across Pages
Replies: 2
Views: 1325

Allow Inner Table to Break Across Pages

Hi,

I have a table with a nested table. I noticed in the PDF that the inner table always starts on a new page and I strongly suspect that somewhere, a property has been set such that the table will not break internally at the start of a page. I have absolutely no idea where to look to determine ...
by Evetsm
Tue Jul 28, 2015 4:00 pm
Forum: Styles, Stylesheets and XML
Topic: How Do I Use HSL for Colors
Replies: 3
Views: 1556

Re: How Do I Use HSL for Colors

Hi Mike,
I tried as you suggested. I generated a PDF but there was no coloring applied the the target elements. I'm having problems generating the HTML so I can't check there yet.
Thanks for your help.
Steve
by Evetsm
Tue Jul 28, 2015 2:45 pm
Forum: Styles, Stylesheets and XML
Topic: How Do I Use HSL for Colors
Replies: 3
Views: 1556

How Do I Use HSL for Colors

Hi,

How do I specify colors using the HSL scheme?

I tried a few combinations that I found on the web like this:

Code: Select all

color: hsl(120, 100%, 75%);
But I got errror messages like this:

Code: Select all

CSS: Invalid color: hsl(120, 100%, 75%)
Thank you!
by Evetsm
Mon Jun 01, 2015 8:28 am
Forum: Styles, Stylesheets and XML
Topic: Table Style -- Resizeable
Replies: 5
Views: 2574

Table Style -- Resizeable

I need to create a table style that allows writers to resize the table itself as well as columns in the table. I created a style with just the default options and applied it to a table. I tried resizing the width of the columns and of the table itself, but the editor kept reverting the table width ...
by Evetsm
Wed May 27, 2015 2:01 pm
Forum: Styles, Stylesheets and XML
Topic: Define Constant Width Table but Variable Col Width
Replies: 6
Views: 3038

Re: Define Constant Width Table but Variable Col Width

Thanks, Dave. I added this to the project's style sheet:
table.TableStyle-MyTableStyle
{
width: 847px !important;
}
And the 847px width is enforced.

Just wondering something. Would it not be possible to enforce the 847px width by opening the table style sheet with the internal text editor and ...
by Evetsm
Wed May 27, 2015 7:17 am
Forum: Styles, Stylesheets and XML
Topic: Define Constant Width Table but Variable Col Width
Replies: 6
Views: 3038

Re: Define Constant Width Table but Variable Col Width

Thanks, kwag. Actually I'm trying to determine if I can set the table width in a table style. I've only seen the ability to set individual column widths.

I'd like the table as a whole to not be resizeable, only the individual columns within it. I need this behavior so that tables always have a ...