Messages - czb [ switch to compact view ]

Pages: prev1 ... 59 60 61 62 63 [64] 65 66 67next
316
Well I can... just give me site you use most ;)

317

318
:) I am workin on it. But it is goining slowly since with coding I learn javascript so I make a lot of mistakes and most of the time I spend searching them. For example now I can not make FARR.emitResult.... work (I guess I have setState wrong positioned). And I also should start my bachalor project.. but I am working on it and learning it :)

319
ok I have done all the steps to enable debugging... and what now? when I type in xplorer2 this:
"$ cscript fscript.js" a window appears and this is there:
Microsoft (R) Windows Script Host verze 5.6
Copyright (C) Microsoft Corporation 1996-2001. Všechna práva vyhrazena.

Vstupní chyba: Pro příponu .js není k dispozici žádný skriptovací stroj.

Which says something like for .js there is no scripting machine

EDIT: wow I see, it is directly in farr... that is just great!!!! thanks a lot ;)

EDIT2: Unfortunately the debugging often crashes both FARR and the debugger itself. For example I start some script in FARR and open debugger and set some break.. so it stops on the break and in the meantime FARR starts to object that the script takes to long and if I want to stop it.. I say continue and both debugger and FARR are crashed... :(

EDIT 3: So I have tried Microsoft Script Editor and it is faaaaaaaaaaaaar better than microsoft debugger. So everybody who has got MS Office 2003/XP/2000 or Frontpage 2003 etc. I recommend you to use MSE7 ;)

320
Hi, so I tried further to learn javascript SDK and the only thing I was not able to get working is FARR.setStrValue(x, y);
I have tried many of those combinations:
/// Possible options:
   ///
   ///launch, LAUNCHFILENAME
   ///statusbar, TEXTTOSETONSTATUSBAR
   ///setsearch, TEXTTOSETINSEARCHEDIT
   ///setsearchnogo, TEXTTOSETINSEARCHEDIT
   ///stopsearch
   ///window.hide
   ///window.show
   ///window.toggle
   ///window.richeditmode, TEXTOPUTINRICHEDITWINDOW
   ///window.richeditheight, HEIGHTOFWINDOW
   ///window.richeditwidth, WIDTHOFWINDOW
   ///setshowallmode
   ///exit
   ///reporterror, ERRORTEXTTOREPORTINPLUGINLOG
   ///clipboard
   ///PasteClipboardToLastActiveWindow,[TEXTTOSET] - paste the current clipboard text to the last active program (if value passed is not "" then clipboard will first be set to value.
   ///
but with no luck.
Could you please, ecaradec post here some sample code where you use it?

Pages: prev1 ... 59 60 61 62 63 [64] 65 66 67next
Go to full version