Calendar freezing

Submitted by LM77 on 2020/11/30 01:30
 Frequently when adding/changing events in the Calendar, IQ freezes for a while, although in all such cases the freezing eventually stops, and I am able to return to working in IQ without shutting down the program and restarting.
 
I do not encounter this problem with any other tab/view/grid/pane in IQ.
 
I have not been able to determine if this happens when performing any particular type of action - it doesn't always happen when working with the Calendar - although it does always happen when I have the calendar taking up half of the screen and another IQ pane, the other half.
 
Thanks!

Possible to set IQ to insert clipped items below the selected item, respecting the hierarchy?

Submitted by carloscadu on 2020/11/27 11:09
Possible to set IQ to insert clipped items below the selected item, respecting the hierarchy?
 
Hi,
 
I'd appreciate your help.
 
When using "Clip to item" (Option 1.6.23), by default the item is added as the first entry on the grid (top level).
Is it possible to set IQ in order the clipped item is inserted below the selected item, respecting the hierarchy?
For instance:
 
Item 1 
   Item 1.1
   Item 1.2 (selected on the grid before trigger the "Clip to item" command
   Item clipped inserted here <=
Item 2
Item 3
 
Thank you,
Carlos

Extend same filter-search box implemented in Options to other IQ dialogs

Submitted by carloscadu on 2020/11/27 10:14
 

 Hi,

 

The search box for filtering - recently implemented in the Options dialog - was a nice improvement in terms of functionality and interface.

 

I'd suggest to extend and implement this functionality to other IQ dialogs. For instance, below there is an image prototyping the filter over the "Add Columns" dialog.  

Pasting multiline text is unpredictable / unreliable

Submitted by LeftEccoForIQ on 2020/11/24 16:57
I think I posted about this before but can't find the post now.
 
When pasting this:
 
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

NoP = %0%
If (NoP > 0) {
    Loop, %NoP% {
        Par := %A_Index%
        String := String . Par . ", "
    }
    StringTrimRight, String, String, 2
    FileAppend, %String%`nRun`, CmdLine.ahk`nExitApp, Tmp.ahk
    Run Tmp.ahk
} Else
    FileDelete, Tmp.ahk
Return

Executes one line of code from the command line.

'Paste into selected cell' bug in v116i?

Submitted by LeftEccoForIQ on 2020/11/20 10:49
Had this on the clipboard:
 
Warning!
Do not forget to correctly specify the layout file name, if you change it!
 
Pasting it into the grid resulted in everything after the first exclamation mark being cut off. The same happens with:
 
How to edit the built-in layout

1. Decompile the built-in layout files (Main menu—Decompile, but first, do not forget to enable this item display in Settings)
2. The mnt\sdcard\JbakKeyboard\keyboards\res folder will be created. It will contain all the built-in layouts in the form of XML files.
For more detailed information about how different layouts are labelled, read in jbak2layout.
3. Find and copy the required file to the mnt\sdcard\JbakK2eyboard\keyboards folder.
4. Apply changes to the XML file.

Possible to export to HTML including Doc Pane content in MHT format?

Submitted by carloscadu on 2020/11/15 20:01
 Hi,
 
As shown in the screen-recording (https://bit.ly/3f46t9k), I'm trying to export to HTML (File > Export to) some IQ items that have different Doc Pane formats:
- Default Doc Pane
- MHT
- HTM
 
In the exported HTML, only the default Doc Pane content was included, and the MHT content don't appear.
Is it possible to export to HTML including Doc Pane content in MHT as well?
 
Thank you,
Carlos

Possible to paste image from clipboard into IQ Doc Pane in PNG format (instead of JPG) or set the compression level?

Submitted by carloscadu on 2020/11/15 19:33

Hi, 

I'm trying to write a manual using IQ, needing to export and distribute later, and the quality of the images pasted on Doc Pane is a bit degraded for that purpose, probably because of the default compression applied by IQ. Also, considering the defaults, the image is stored in JPG.

 

a) Does IQ provide a setting to allow pasting images in PNG format?

If it is possible to paste as PNG the degradation would be avoided.

 

b) If it is not possible to store as PNG, is there any way to set the JPG compression applied by IQ?