
Tip of the Day Popup?
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
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!?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:
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:
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)admin wrote:Unstable??? Not here.
Here, if I use this as user file:
Code: Select all
<small><i>#footer#</i></small> <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.
####Code: Select all
<small><i>Tip 1 of 1</i></small> <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>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:
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.jacky wrote:Well, here's another one : it seems not to load my full user tip file, for some reason. ..admin wrote:Unstable??? Not here.
FAQ | XY News RSS | XY X
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
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.
(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:
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...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.
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66254
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
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.
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.
FAQ | XY News RSS | XY X
-
j_c_hallgren
- XY Blog Master
- Posts: 5826
- Joined: 02 Jan 2006 19:34
- Location: So. Chatham MA/Clearwater FL
- Contact:
That's something I didn't realize...ok...well, it was just an idea...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...
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:
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.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.
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.
(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:
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...).j_c_hallgren wrote:That's something I didn't realize...ok...well, it was just an idea...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...
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.
FAQ | XY News RSS | XY X
-
jacky
- XYwiki Master
- Posts: 3106
- Joined: 23 Aug 2005 22:25
- Location: France
- Contact:
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.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...).
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
XYplorer Beta Club