x

ADONIS:
Version 3.90.4 (Released at 04/07/2024)
- Bug in interface save/read is fixed.
- Bug in mesh generation action has been fixed.

HYRCAN:
Version 2.0.13 (Released at 02/03/2024)
- To allow users to import CAD files using scripting, the importmodel command is introduced.
- Program's webhelp has been reformatted.


compilation process corrupted html of help files in v1.1.0 [Solved](Read 10023 times)
as in the subject.
« Last Edit: December 29, 2018, 09:18:13 am by Roozbeh »



Re: compilation process corrupted html of help files in v1.1.0 Reply #1 on: January 20, 2017, 01:19:07 pm
do you get error? what corruption?



Re: compilation process corrupted html of help files in v1.1.0 Reply #2 on: January 20, 2017, 01:30:05 pm
this is what i see:



Re: compilation process corrupted html of help files in v1.1.0 Reply #3 on: January 20, 2017, 01:43:23 pm
yes I noticed it .. need to check it out .. for now at least it's showing up without error make me happy. later I will fix the style.



Re: compilation process corrupted html of help files in v1.1.0 Reply #4 on: January 20, 2017, 05:22:50 pm
unfortunately I did not pay attention to the limited support provided by Qt for HTML as mentioned in here
http://doc.qt.io/qt-5/richtext-html-subset.html

we need change the HTML page in the way that not only it looks presentable also at the same time be compatible with Qt.

please let me know if you have any opinion about the structure of the HTML pages.



Re: compilation process corrupted html of help files in v1.1.0 Reply #5 on: January 21, 2017, 12:32:21 am
yes I noticed it ...  later I will fix the style.
in my opinion it's not a problem of style: it's the tag <ul> that was broken.

let me read something about new html 5 (my knowledge arrives up to html 4 only) and i'll try to find an alternative way to create lists in web pages.

otherwise, keywords have to be placed in the pages not as lists.



Re: compilation process corrupted html of help files in v1.1.0 Reply #6 on: January 21, 2017, 12:41:46 am
I made some modifications .. will send you something in one or two days.



Re: compilation process corrupted html of help files in v1.1.0 Reply #7 on: January 21, 2017, 01:22:59 am
because i haven't found any alternative to <ul> tag, i've tried this workaround.

add:

ul.test {
  margin-left:40px;
  padding-left: 0px;
}

to your css, then modify the <ul> opening tag this way:

<ul class="test">

and try to recompile.

i'm not sure if it will work (just try it first on a single html page).



Re: compilation process corrupted html of help files in v1.1.0 Reply #8 on: January 21, 2017, 01:38:37 pm
will be fixed in next release