Tip of the Day Popup?

Features wanted...
Post Reply
j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Post by j_c_hallgren »

Well, here's a screenprint of the affected area showing that I don't have any XY icon in the TOTD task:
Image
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Post by jacky »

j_c_hallgren wrote:Well, here's a screenprint of the affected area showing that I don't have any XY icon in the TOTD task:
Image
I still don't believe you, you can easily have modified this picture using Paint, PSP or something like this, or maybe it's not the XY window, who knows!? :twisted: :P :wink:

Seriously though, could it be linked to the style used maybe, somehow? I do use the "new"/XP style (I like my controls to "react" when hovered)
Proud XYplorer Fanatic

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Post by jacky »

admin wrote:Unstable??? Not here.
Well, here's another one : it seems not to load my full user tip file, for some reason. And I have a feeling that when it "cuts" within a {:Term} tag it does not help stability.... (could be wrong though)

Here, if I use this as user file:

Code: Select all

<small><i>#footer#</i></small> &nbsp;&nbsp; <font color=red><b>#title#</b></font><br><br>
<div id="tip">Did you know that...? #text#</div>
####
html
user only
###
Stop a Search
You can stop an ongoing search at any time by pressing ESC.
####
Then the source code of the HTML page XY shows as tip is this:

Code: Select all


<small><i>Tip 1 of 1</i></small> &nbsp;&nbsp; <font color=red><b>Stop a Search</b></font><br><br>
<div id="tip">Did you know that...? 
You can stop an ongoing search at any time by press</div>
For some reason, it doesn't read it fully, it seems... What am I doing wrong? :?

BTW, it seems in the official file the last (tip/)term does not have a closing "#" : did you forget, is the last one optional (seeing how there's an end of data section (####), or should there never be one ?
Proud XYplorer Fanatic

admin
Site Admin
Posts: 66254
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

jacky wrote:
admin wrote:Unstable??? Not here.
Well, here's another one : it seems not to load my full user tip file, for some reason. ..
Yes, I had that thought in the meantime. Send me your user tip file, please... so i can jump on that bug and kill it. :twisted:

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Post by j_c_hallgren »

Suggestion: When one is positioned at tip other than first, and "Shift+A" is used, set the current entry position to tip that was showing instead of going back to top of list.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

admin
Site Admin
Posts: 66254
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

j_c_hallgren wrote:Suggestion: When one is positioned at tip other than first, and "Shift+A" is used, set the current entry position to tip that was showing instead of going back to top of list.
Good idea, but not possible (or I don't know how). I feed HTML directly from memory, so I do not use URLs, so I cannot use local HTML anchors (...#anchorname). I think... let me try...

admin
Site Admin
Posts: 66254
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

Another idea I had: since the TOTD is a full blown HTML browser, one could write the complete XYplorer Manual (aka Help) into tipoftheday.htm (or tipoftheday_user.htm) using the TOTD syntax! It would work already now!
The only problem would be the relatively small window size. That could be easily solved by me by making the window sizable... Hmmm. So XYplorer is ready to go multi-language.

So if you are bored, sit down and write an XYplorer Manual in your mother tongue and distribute it as tipoftheday_user.htm. Earns you a free license. :)

Sakis
Posts: 34
Joined: 18 Sep 2007 05:38
Location: Greece

Post by Sakis »

BTW, why TOTD uses a separate window instance; why not just a modeless dialog?
Honestly, I never liked the child dialogs that appear on taskbar as separate windows.

j_c_hallgren
XY Blog Master
Posts: 5826
Joined: 02 Jan 2006 19:34
Location: So. Chatham MA/Clearwater FL
Contact:

Post by j_c_hallgren »

admin wrote:Good idea, but not possible (or I don't know how). I feed HTML directly from memory, so I do not use URLs, so I cannot use local HTML anchors (...#anchorname). I think... let me try...
That's something I didn't realize...ok...well, it was just an idea...

And about using TOTD as a non-English Help: Yea, I guess it could suffice, but it still lacks many of the features that a CHM/"Help" file system provides, such as nested Contents, a find-as-you-type index, printing, history, bookmarking, etc. I guess it's better than nothing, but that's why I still tend to prefer CHM style help vs HTML style, especially for the navigation abilities.

Update/Addendum:
Sakis wrote:BTW, why TOTD uses a separate window instance; why not just a modeless dialog?
Honestly, I never liked the child dialogs that appear on taskbar as separate windows.
I don't mind, as long as I can tell which appl they belong to...it makes it easier to keep them visible, yet hide them via task switching temporarily.
Last edited by j_c_hallgren on 30 Sep 2007 09:37, edited 2 times in total.
Still spending WAY TOO much time here! But it's such a pleasure helping XY be a treasure!
(XP on laptop with touchpad and thus NO mouse!) Using latest beta vers when possible.

admin
Site Admin
Posts: 66254
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Post by admin »

j_c_hallgren wrote:
admin wrote:Good idea, but not possible (or I don't know how). I feed HTML directly from memory, so I do not use URLs, so I cannot use local HTML anchors (...#anchorname). I think... let me try...
That's something I didn't realize...ok...well, it was just an idea...

And about using TOTD as a non-English Help: Yea, I guess it could suffice, but it still lacks many of the features that a CHM/"Help" file system provides, such as nested Contents, a find-as-you-type index, printing, history, bookmarking, etc. I guess it's better than nothing, but that's why I still tend to prefer CHM style help vs HTML style, especially for the navigation abilities.
Yep, there's room for refinement. I'll wait until somebody comes up with a Spanish manual, and asks me to make the window larger and add a navigation (the TOTD syntax already provides rules for adding keywords...).

jacky
XYwiki Master
Posts: 3106
Joined: 23 Aug 2005 22:25
Location: France
Contact:

Post by jacky »

admin wrote:Yep, there's room for refinement. I'll wait until somebody comes up with a Spanish manual, and asks me to make the window larger and add a navigation (the TOTD syntax already provides rules for adding keywords...).
Well, sure I'm repeating myself but I just feel like a checkbox to have that window always on top would be a good idea.

Also, related or not, it might be good that one can see the TotD window while another one (Config, CKS, etc) is opened...
Proud XYplorer Fanatic

Post Reply