IQ Icon Jump list

Submitted by Maxbear35 on 2023/01/07 14:47
Forums

Win 10

Ver 121pre8

 

I just recently stared working with multiple IQ databases.

I now notice the IQ icon on the taskbar does not show recently used items in a jump list (right click)

I have Jump lists turned on and use them for several other programs.

Can IQ Icon use jump lists?

 

Copy/pasting the Web-link text as HTML doesn't populate the URL field.

Submitted by viking on 2023/01/05 21:45
Forums

Following up on the previous discussion regarding adding hyperlink to the URL field here: https://infoqubeim.com/drupal5/comment/26218#comment-26218.
I tried Firefox and Chrome (I don't use Edge) but the URL field is not populated (except for once). I even tried with a blank database.

Setting color for Google Tasks synced to IQ

Submitted by LM77 on 2022/12/22 02:28
Forums

When I sync Google Tasks to IQ, they are automatically synced to the DueDate field, and hence they appear in the color set for that field.

Is there any way I can change the color of these tasks in IQ (or, perhaps, sync them with some other date field), so they will look different on my IQ from other items which have a DueDate field (mainly my IQ reminders)?

Thanks!

Field FileFullName error message

Submitted by WayneK on 2022/12/14 15:59
Forums

I am repeatedly getting this error message:

Field FileFullName is slow to computer (took 4280 mSec) which affects UI responsiveness.  Consider hiding it in the Properties pane.  (Manage fields>Options>Check both checkboxes for "Hide in xxx').

Both boxes are already checked.  What can I do to make this stop popping up?

Wayne

Edit Context menus

Submitted by Maxbear35 on 2022/12/08 17:14
Forums

I expected this has been asked before but I could not locate an answer.

Q. Is it possible (even on a limited basis) to edit the popup context menus. What I want to do is (possible) first hide some options and then rearrange the remaining to streamline my system.

Being able to have just my most used selections and in the order I use them on the menus would be absolutely outstanding. 

Any thoughts?

 

Auto-assign Question (changing item)

Submitted by viking on 2022/12/01 15:58
Forums

I want to change the item (item text) by adding a link if a URL is added to the URL field.

For example:
myItem => myItem (Link) where "Link" is a hyperlink.

This test rule, in the URL field, works:
AME: [item]="test <a href="[url]">(Link)</a>"

It changes the item:
myItem=> test (Link)

However, I want the item to remain, so I tried these:
AME: [item]="[item] <a href="[url]">(Link)</a>"
AME: [item]=[item] "<a href="[url]">(Link)</a>"

None of these works; the item is not changed.