Forum Replies Created

  • continued…

    $readnext (client executed)

    If iDragList.$line<iDragList.$linecount
    Calculate iDragList.$line as iDragList.$line+1
    Do $cinst.$clientcommand("readfile",row(iDragList.c4,"iFileObject",1))
    Else
    Do iDragList.$clear()
    End If

    $filereadcomplete (client executed)

    Do iFileList.$add(pIdent,iFileObject,iDragList.c1)
    Do $cinst.$readnext()

  • Christoph Schwerdtner

    Member
    November 8, 2022 at 8:01 am in reply to: Javascript positioning

    I haven’t used the forum yet and just made an entry in the ideas section. Feel free to remove this from the forum section

  • Christoph Schwerdtner

    Member
    May 19, 2022 at 4:45 am in reply to: Doble-click to open a data file

    Hi Giacomo,
    No answer to this question yet so I can give you my idea:
    In Windows registry you can modify the associated executable and also give parameters to the command. The file can be a parameter too.
    You could create a batch file that gets the parameter, write it to a temp file with a timestamp as second info. Then start Omnis with your lib, that would check the config file, get the df path if the timestamp is within last 10 secs and you can do anything you want if timestamp matches. This way a manual start without batch would not accidentally open an older start of that df1.

    Hope it helps
    Christoph