T O P I C R E V I E W |
thefool |
Posted - 17 Jan 2006 : 11:49:06 Hi!
Its just a little thing.. When i open a project and doubleclick an item in the list, the file opens.
IF the file is already open, could we have an option so it does not complain but simply goes to the tab holding the file? |
19 L A T E S T R E P L I E S (Newest First) |
T00N |
Posted - 24 Sep 2008 : 14:48:38 [3 OO-7OO]
Ahum....
Completely overlooked it all these years.
Thanks, this is going to be very usefull |
s.dav |
Posted - 24 Sep 2008 : 13:39:57 This feature is already present... from version 3.x |
T00N |
Posted - 24 Sep 2008 : 08:29:26 I have a minor request too.
Could you add 'recent projects' to the menu to quickly open one of the last 5 (or 10) projects? |
graceonline |
Posted - 08 Sep 2008 : 03:27:09 Thank you all who contributed your wonderfully creative workarounds. What worked best in the end was downloading the latest upgrade so I could set the new property feature "Encode HTML chars" to false and use HTML. No workaround required. Still, if for any reason you need to leave the "Encode HTML chars" set at true, then the workarounds would be a great help.
As in my other post, I apologize for taking so long to reply. I work on this website sporadically as weekend time permits, and I haven't had any free weekends for quite a while. |
s.dav |
Posted - 22 Jul 2008 : 08:32:39 With the property "Encode HTML chars" it is possible to insert the HTML code you want into a label object; you can isert tables, images and bulleted lists |
candid |
Posted - 21 Jul 2008 : 10:07:50 If I may add another option.
(Some character charts, give you the alt and numerical value for the symbol sought) I have printed one out and use it as my reference.
When in the label editor use - (alt zero one four nine) add a space, then type your text, it should give you a bullet and text as below,
? some text ? more text ? more text wrapped text ? alt 0 1 6 9 (an example) ? alt 0 1 7 4 (an example)
if you have a long line that wraps, add another alt 0 1 4 9, add your space after the bullet, and colour the bullet to white, then you should have a nice left aligned set of text.
Hope this makes sense.
George
|
Martin1 |
Posted - 19 Jul 2008 : 11:14:36 Another option is to create your bulleted text and at the place where it lines up wrong for example: .xxxxxxxxxxxxxxx xxxx
you add some blanc space at the beginning of that line and preview in the browser if it is correct and you have added enough space. Then you go to the properties panel on the right and set the Export Type to ExactCopy.
It still may look a bit funny in the editor that's why you need to preview it in the browser but when you finally export the site/page it all looks good.
This is how I do it but I must admit however you work around it it is a bit of a pain in the ...
Long ago I already asked Davide if this could be fixed and if there could be more special characters added to the Insert menu on the Label Properties panel.
He hasn't come around to it (yet? ).
Regards,
Martin |
DrBob |
Posted - 18 Jul 2008 : 14:31:51 Hi Graceonline,
A workaround as I use it: Make two text boxes in the first you only put "•" and in the second your desired text. Than you have always your text lined out and your bullets (in you "bullet" box you need an extra "enter" for an empty space between the bullets).
Hmmmm...I hope you know what I mean; it's a bit messy answer [4 :!!:] but it's late here
Succes,
Dr. Bob |
s.dav |
Posted - 07 Jul 2008 : 09:20:13 Sorry there is this option because D.H.E. doesn't use stardard bullet tags (<li>), it creates only a bullet.
In the latest version there is a new property called "Encode HTML chars" that when disabled permits you tu use any type of code in your label so you can embed <li> and <ul> tags into the string. |
jtarin |
Posted - 06 Jul 2008 : 10:03:40 Don't know if there is at present..MB, but when I only have one or two of these to do I just put something in as a spacer and color it the same as the background. |
graceonline |
Posted - 06 Jul 2008 : 01:01:12 quote: Originally posted by s.dav
jtarin,
you can use the special characters in the label editor to make a bullet list
Try to write: ? first option ? second option
and see what happens!
See the help for the complete list...
This works fine for me until I have a bulleted item that wraps to next line. It looks like this:
? xxxxxxxxxxxxxxx ? xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ? xxxxxxxxxxxxxxx
Is there a way to program line indents all the way through so the text is always to the right of the bullet and never under it?
|
jtarin |
Posted - 21 Jan 2006 : 02:38:20 Ah!! Those "special characters".Now thats what I needed with the kanji....how could I have missed that in this new version. [2 :D?] Many thanks again Davide. |
s.dav |
Posted - 20 Jan 2006 : 12:29:57 quote: Originally posted by jtarin
Wladorf thanks I know how ro accomplish that by directly editing the HTML, but what I was looking for is to do it within the editor Davide....I'm not understanding what you mean by "special characters"?
Sorry but I've just seen that the string that I've written has been translated by HTML [2 H:)]
Please see the help on the topic "Label Object"
You should write a thing like this:
• First Bullet • Second Bullet |
jtarin |
Posted - 20 Jan 2006 : 05:00:23 Waldorf thanks I know how to accomplish that by directly editing the HTML, but what I was looking for is to do it within the editor Davide....I'm not understanding what you mean by "special characters"? |
Waldorf |
Posted - 19 Jan 2006 : 23:18:40 quote: Originally posted by s.dav
jtarin,
you can use the special characters in the label editor to make a bullet list
Try to write: ? first option ? second option
and see what happens!
See the help for the complete list...
Hugh,,,??
mio no comprendaro io bulletterio explication? teribil? de la Ma'Ma di casa ?? [3 0-70] [2 (==)] |
s.dav |
Posted - 19 Jan 2006 : 09:07:18 jtarin,
you can use the special characters in the label editor to make a bullet list
Try to write: • first option • second option
and see what happens!
See the help for the complete list...
|
Waldorf |
Posted - 19 Jan 2006 : 05:08:59 quote: Originally posted by jtarin
A feature that I just needed was "bulleted list" in the "Label Editor"...is that possible? It seems to be a common feature in "most" but not all editors.
quote: Originally posted by jtarin
A feature that I just needed was "bulleted list" in the "Label Editor"...is that possible? It seems to be a common feature in "most" but not all editors.
thats easy to do yourslf
<ul>
<li>txt<li>
</ul> standard
or:
<ul type="**">
<li>txt<li>
** > square > disc, or circle
</ul type="**">
succes waldorf |
jtarin |
Posted - 18 Jan 2006 : 20:13:07 A feature that I just needed was "bulleted list" in the "Label Editor"...is that possible? It seems to be a common feature in "most" but not all editors. |
s.dav |
Posted - 18 Jan 2006 : 09:23:58 This is a good idea ;-) |