Search found 97 matches
- Tue Nov 05, 2024 1:50 pm
- Forum: Flare's General Discussion
- Topic: Copy text causes exception report Flare 2020
- Replies: 3
- Views: 12202
Re: Copy text causes exception report Flare 2020
Since april, many of our users are having problems with the copy-paste functions. Anybody with the same problem has a queue on a solution?
- Mon Jan 22, 2024 1:58 pm
- Forum: Flare's General Discussion
- Topic: WYSIWYG question
- Replies: 1
- Views: 870
WYSIWYG question
In my stylesheet, i changed the image for the opened / closed drop down but i can't see the new image in the WYSIWYG editor. i Always see the original image.
Is there a way or a a preference to change this?
Thanks!
Is there a way or a a preference to change this?
Thanks!
- Mon Apr 16, 2018 10:40 am
- Forum: Styles, Stylesheets and XML
- Topic: Modify glossay term style
- Replies: 0
- Views: 998
Modify glossay term style
Hi, i'm having trouble doing this :
i want to have two different glossary term style (same glossary but with a different class)
Ex :
When hovering mouse over the class 1 glossary term, popup appears with a blue background
When hovering mouse over the class 2 glossary term, popup appears with a ...
i want to have two different glossary term style (same glossary but with a different class)
Ex :
When hovering mouse over the class 1 glossary term, popup appears with a blue background
When hovering mouse over the class 2 glossary term, popup appears with a ...
- Mon Mar 20, 2017 7:47 am
- Forum: Flare's General Discussion
- Topic: HTML 5 Search in outside doc?
- Replies: 1
- Views: 1182
HTML 5 Search in outside doc?
Hi,
i'm wondering if it's possible for the HTML5 search function to search inside some files (pdf, docs, ...) i have. If so, how can i do this? Do i have to import my fiels inside my Flare project?
I have a batch of files that i want to include in my HTML 5 Output and i can't convert them to ...
i'm wondering if it's possible for the HTML5 search function to search inside some files (pdf, docs, ...) i have. If so, how can i do this? Do i have to import my fiels inside my Flare project?
I have a batch of files that i want to include in my HTML 5 Output and i can't convert them to ...
- Mon Sep 28, 2015 12:12 pm
- Forum: Flare's General Discussion
- Topic: Help with vbscript
- Replies: 4
- Views: 2451
Re: Help with vbscript
So it won't work with html 5?
- Mon Sep 28, 2015 12:03 pm
- Forum: Flare's General Discussion
- Topic: Help with vbscript
- Replies: 4
- Views: 2451
Help with vbscript
Hi,
i'm trying to include a simple vbscript in Flare. I'm trying to include the followin code :
in the Insert/Script window
But Hello World is not showing...
How come?
i'm trying to include a simple vbscript in Flare. I'm trying to include the followin code :
Code: Select all
<%
response.write("<h1>Hello World!</h1>")
%>But Hello World is not showing...
How come?
- Thu Sep 25, 2014 1:04 pm
- Forum: Web-based Outputs
- Topic: Code not working on some computers
- Replies: 3
- Views: 1591
Re: Code not working on some computers
Where can i see these options?
- Tue Sep 23, 2014 7:31 am
- Forum: Web-based Outputs
- Topic: Code not working on some computers
- Replies: 3
- Views: 1591
Code not working on some computers
Hi,
i have this code
$.ajax({
type: "post",
url: "http://saaprod/soutien_tache/outils/preferencesAO/tocCheck.asp",
success: function(str)
{
if (str=="Oui")
{
$("#show-hide-navigation").click();
}
}
});
in my HTML 5 skin. On my computers but on other computers (same browser : IE9), the ...
i have this code
$.ajax({
type: "post",
url: "http://saaprod/soutien_tache/outils/preferencesAO/tocCheck.asp",
success: function(str)
{
if (str=="Oui")
{
$("#show-hide-navigation").click();
}
}
});
in my HTML 5 skin. On my computers but on other computers (same browser : IE9), the ...
- Mon Sep 08, 2014 6:44 am
- Forum: Web-based Outputs
- Topic: Add js file to default file in HTML 5 output
- Replies: 6
- Views: 5711
Re: Add js file to default file in HTML 5 output
Ok, added this in the edit window :
window.onload = function()
{
obtenirTOC222();
}
function obtenirTOC222()
{
$.ajax({
type: "post",
url: "http://saaprod/soutien_tache/outils/preferencesAO/tocCheck.asp",
success: function(str)
{
if (str=="Oui")
{
//alert(str);
$("#show-hide ...
window.onload = function()
{
obtenirTOC222();
}
function obtenirTOC222()
{
$.ajax({
type: "post",
url: "http://saaprod/soutien_tache/outils/preferencesAO/tocCheck.asp",
success: function(str)
{
if (str=="Oui")
{
//alert(str);
$("#show-hide ...
- Fri Sep 05, 2014 8:19 am
- Forum: Web-based Outputs
- Topic: Add js file to default file in HTML 5 output
- Replies: 6
- Views: 5711
Re: Add js file to default file in HTML 5 output
Hey,
i tried adding this :
<script type="text/javascript" src="http://saaprod/soutien_tache/CommunOutils/scripts/flare.js">
</script>
on the right in the toolbar tab (custom javascript). I then build my target and if i go in the source code of the default.htm file of my HTML output, i dont ...
i tried adding this :
<script type="text/javascript" src="http://saaprod/soutien_tache/CommunOutils/scripts/flare.js">
</script>
on the right in the toolbar tab (custom javascript). I then build my target and if i go in the source code of the default.htm file of my HTML output, i dont ...
- Thu Sep 04, 2014 12:51 pm
- Forum: Web-based Outputs
- Topic: Add js file to default file in HTML 5 output
- Replies: 6
- Views: 5711
Re: Add js file to default file in HTML 5 output
I think this will work!
I'm gonna try it tomorrow!
Thx
I'm gonna try it tomorrow!
Thx
- Thu Sep 04, 2014 7:02 am
- Forum: Web-based Outputs
- Topic: Add js file to default file in HTML 5 output
- Replies: 6
- Views: 5711
Add js file to default file in HTML 5 output
Hi,
i need to add a js function in the default file that is located here :
C:\Program Files\MadCap Software\MadCap Flare V10\Flare.app\Resources\WebHelp2\Desktop
I can do this manually but would prefer to use some functions in Flare (i have to do this on many computers, each time a new Flare ...
i need to add a js function in the default file that is located here :
C:\Program Files\MadCap Software\MadCap Flare V10\Flare.app\Resources\WebHelp2\Desktop
I can do this manually but would prefer to use some functions in Flare (i have to do this on many computers, each time a new Flare ...
- Tue Mar 18, 2014 7:56 am
- Forum: Flare's General Discussion
- Topic: Flare 10 SVN performance
- Replies: 19
- Views: 9851
Re: Flare 10 SVN performance
After doing some more testing, it seems SVN is indeed slower in Flare 10 than in Flare 9...
- Thu Mar 06, 2014 7:54 am
- Forum: Styles, Stylesheets and XML
- Topic: Dropdown styles in Flare 10
- Replies: 18
- Views: 24719
Re: Dropdown styles in Flare 10
Yep. here's the response :
New changes to dropdowns for 508 compliance requires they get converted to a tags so they can have the alt text applied properly.
It looks like this issue is isolated to IE only for some reason.
If you add the following 2 items to your stylesheet, they will be black ...
New changes to dropdowns for 508 compliance requires they get converted to a tags so they can have the alt text applied properly.
It looks like this issue is isolated to IE only for some reason.
If you add the following 2 items to your stylesheet, they will be black ...
- Wed Mar 05, 2014 12:37 pm
- Forum: Flare's General Discussion
- Topic: Flare 10 SVN performance
- Replies: 19
- Views: 9851
Re: Flare 10 SVN performance
No issues here
- Wed Mar 05, 2014 11:51 am
- Forum: Styles, Stylesheets and XML
- Topic: Dropdown styles in Flare 10
- Replies: 18
- Views: 24719
Dropdown styles in Flare 10
My dropdowns are now becoming blue when i click on them (in Flare 10). Anyone can tell me what attribute i can force them to stay black after i click on them
Thx
Thx
- Wed Mar 05, 2014 8:31 am
- Forum: Flare's General Discussion
- Topic: File List and Pending check-ins window in Flare 10
- Replies: 4
- Views: 1766
Re: File List and Pending check-ins window in Flare 10
Ah yes! Thanks Nita
- Wed Mar 05, 2014 8:25 am
- Forum: Flare's General Discussion
- Topic: File List and Pending check-ins window in Flare 10
- Replies: 4
- Views: 1766
Re: File List and Pending check-ins window in Flare 10
Damn... Preferred the old way. So now it's just the content explorer and teh Project Organizer right? Nothing else?
- Wed Mar 05, 2014 8:20 am
- Forum: Flare's General Discussion
- Topic: File List and Pending check-ins window in Flare 10
- Replies: 4
- Views: 1766
File List and Pending check-ins window in Flare 10
When i open those two things, it opens not in a tab in the lower left corner but over my topics. Is this normal?
- Wed Mar 05, 2014 7:41 am
- Forum: Flare's General Discussion
- Topic: Flare 10 SVN performance
- Replies: 19
- Views: 9851
Re: Flare 10 SVN performance
I'll try this today or tomorrow
- Wed Mar 05, 2014 7:41 am
- Forum: Flare's General Discussion
- Topic: Little question about an icon
- Replies: 7
- Views: 2377
Re: Little question about an icon
I Think it shows this icon when i rename a topic. Yes i use source control
- Tue Mar 04, 2014 9:33 am
- Forum: Flare's General Discussion
- Topic: Little question about an icon
- Replies: 7
- Views: 2377
Little question about an icon
What does the icon in the attachment means?
- Fri Jan 31, 2014 8:49 am
- Forum: Microsoft CHM Help
- Topic: Replcement for chm file
- Replies: 4
- Views: 3604
Re: Replcement for chm file
Yeah i'll look into this!
- Fri Jan 24, 2014 1:50 pm
- Forum: Microsoft CHM Help
- Topic: Replcement for chm file
- Replies: 4
- Views: 3604
Re: Replcement for chm file
Guess i'm still stucked with good old chm!
- Fri Jan 24, 2014 8:23 am
- Forum: Microsoft CHM Help
- Topic: Replcement for chm file
- Replies: 4
- Views: 3604
Replcement for chm file
We're using html 5 output as our main output but we're still using chm files for our archives (1 file only is easier). Are there any other output (not print) that offers this feature?