#741
|
||||
|
||||
![]() Quote:
![]() ![]()
__________________
JD-Dev & Server-Admin |
#742
|
|||
|
|||
![]()
I'm wondering because I get always null!
|
#743
|
|||
|
|||
![]()
Then a script command please! Many thanks in advance.
|
#744
|
||||
|
||||
![]()
@JDFan: it contains the description/text but only temporarily and currently not available via normal getProperty because those details are fetched and cached during session, not stored.
__________________
JD-Dev & Server-Admin |
#745
|
||||
|
||||
![]()
after next core update there are
setNotifyOnException(true/false), show(yes,no) dialog to inform about exception setDisableOnException(true/false), disable(yes,no) script on exceptions
__________________
JD-Dev & Server-Admin |
#746
|
|||
|
|||
![]()
Complex problem, really. Script triggered by Script Downloadlist Contextmenu Button Pressed (name Test). YouTube video is downloaded. Flickers only with that link (others too). BUT when you change only some letters of 0Mp2kwE8xY0 no flickering (e. g. M -> 1)! Can someone reproduce that crazy behaviour?
Code:
if ( name == "Test" ) { // 123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890\ alert( "Line1: **External links are only visible to Support Staff**) ; } |
#747
|
|||
|
|||
![]()
1. Optional (checkbox) non-proportional font like Courier New. Better readable debug outputs.
2. Properties for x, y, w(idth) and h(eight). 3. Copy to Clipboard button. Maybe Paste too. |
#748
|
|||
|
|||
![]()
Reading from and writing to the clipboard should be possible. Maybe with special security flag via Advanced Settings.
|
#749
|
|||
|
|||
![]()
Would simplify automation (passing parameters from other apps, e. g. AutoHotkey and speech recognition). Maybe with special security flag via Advanced Settings.
|
#750
|
|||
|
|||
![]()
Maybe via the Environment Object? getHostname()?? Different PCs/notebooks, different folder structures. Want to set pathes depending on the PC/notebook in use.
Edit: There seems to be an environment variable COMPUTERNAME. Code:
sComputerName = getEnv( "COMPUTERNAME" ) ; alert( sComputerName ) ; Last edited by JDFan; 03.06.2019 at 22:20. |
#751
|
|||
|
|||
![]()
Should be accessible by all scripts. For a limited number of global script variables environment variables could be used of course, like JD_VarName.
|
#752
|
|||
|
|||
![]()
The possibility to export all marked scripts would be great. Should be an xml file so it could be created/modified with other tools. And of course the corresponding import functionallity.
Maybe with support by the event scripter itself? Methods like listScripts(), exportScripts(), importScripts(), enableScripts(), disableScripts(). Parameter an arrray of scripts. Propeties enabled, name, trigger plus all the GUI settings. |
#753
|
||||
|
||||
![]() Quote:
__________________
JD-Dev & Server-Admin |
#754
|
||||
|
||||
![]()
What *global variables* do you mean? You already can use set/getProperty(key,boolean) method with local(script,false)) or global(shared,true) and share information accross different scripts with help of global properties
__________________
JD-Dev & Server-Admin |
#755
|
||||
|
||||
![]() Quote:
__________________
JD-Dev & Server-Admin |
#756
|
||||
|
||||
![]() Quote:
__________________
JD-Dev & Server-Admin |
#757
|
||||
|
||||
![]() Quote:
__________________
JD-Dev & Server-Admin |
#758
|
|||
|
|||
![]()
@mgpai:
Can you be so kind and support me with some basic hints, e. g. concerning callapi and where I can find the corresponding methods: |
#759
|
|||
|
|||
![]()
I really like INI files. And JSON, too. Scripter support?
|
#760
|
||||
|
||||
![]()
@JDFan: see https://my.jdownloader.org/developers/ for list of api methods and their parameters
__________________
JD-Dev & Server-Admin |
![]() |
Thread Tools | |
Display Modes | |
|
|