A small plugin file "Decompiler.plg" should be placed in FileNote instalation folder.
Then, position cursor on any OPL written file (app, opo, opm) and press Chr(Alt)+O
Useful for checking what OPXs are used by some OPL program and which OPX version is required for it to run!
I hope Edward will not mind peeping into his great financial program, WTG Tools
zul, have you deleted old INI -"FileNote.ini" as I instructed?
Are you sure you are talking about attachments, not mails?
Yup, same routines i have followed all this while. It's puzzling why it doesn't show list of mails or files (BT/IR) in mailbox. Will figure out more this weekend.
The decompiler plugin works fine OPL insider eh:-)
zul, have you deleted old INI -"FileNote.ini" as I instructed?
Are you sure you are talking about attachments, not mails?
Yup, same routines i have followed all this while. It's puzzling why it doesn't show list of mails or files (BT/IR) in mailbox. Will figure out more this weekend.
Sorry, zul. I've checked your INI's and couldn't find anything unusual related to your problem!
Quote:
The decompiler plugin works fine OPL insider eh:-)
Almost nobody noticed it when I released it as a standalone util, so I can expect that people will make some use of it now
BTW, interesting that none of my stuff was good enough to get me enlisted into S80 "hall of fame" - http://www.allaboutopl.com/wiki/OPLProgramsDirectory?v=l76
Hi Edo,
How about a plugin for delete cache to automate tasks in thrashing junks in c:\system\data\opera\cache4 ?
IINM there is a deletecache opo for netbook's opera.
Possible?
Hi Edo,
How about a plugin for delete cache to automate tasks in thrashing junks in c:\system\data\opera\cache4 ?
IINM there is a deletecache opo for netbook's opera.
Possible?
I've been thinking, pushed by some user specific demands (Tim ), to provide something like FN Macro Library (external OPM)
with a number of functions that users could take use of in their own plugins.
Of course, I would provide a basic template plugin as well as set some basic rules.
Functions will be like:
PlgSetPaneMode:(mode%) mode%=1/2
PlgSetDirActive:(Dir$)
PlgSetDirPassive:(Dir$)
PlgSeCurrentFileActive$:(aFile$)
PlgSetCurrentFilePassive$:(aFile$)
PlgGetCurrentFileActive$:
PlgGetCurrentFilePassive$:
PlgMarkFileSpec%:(aFileSpec$) return no. marked files
PlgFilterFileSpec%:(aFileSpec$) return no. filtered files
PlgFileCopy%:(aFile$) returns KTrue%/KFalse%
PlgFileMove%:(aFile$) returns KTrue%/KFalse%
PlgFileDelete%:(aFile$) return KTrue%/KFalse%
PlgFileDeleteMarked%:
PlgFileDeleteUnMarked%:
PlgFileRename%:(aFile$, newname$)
PlgCopyMarked%:
PlgCopyUnMarked%:
PlgDirCount%: return total no. of files in dir
PlgDirCountDirs%: return total no. of folders in dir
PlgDirNameActive$:(aFile$)
PlgDirExtensionActive$:(aFile$)
PlgDirPathActive$:
PlgDirPathPassive$:
PlgDirSizeActive&:(aFile$)
PlgDirDateActive&:(aFile$)
etc...
- provide access (and manipulation) to array of dir contained files
- provide FN plugin interface (user friendly )
- provide general array functions for easy use
Of course, I cannot give any firm promises, so it will be, as zul would say, in prime time, no time
Hi, Edo
I use FN2.02b04
Hex view and text view show wrong file size - only last 3 digits
and folder size too
drive E(memory) - show message "cannot browse memory"
can you send new version FN?
= а кто такие "макакеры"?
= можно ли как-нить поиграться с фонтами, что бы видеть кирилические названия файлов и папок?
Hi, Edo
I use FN2.02b04
Hex view and text view show wrong file size - only last 3 digits
and folder size too
drive E(memory) - show message "cannot browse memory"
can you send new version FN?
Sent!
Quote:
= а кто такие "макакеры"?
= можно ли как-нить поиграться с фонтами, что бы видеть кирилические названия файлов и папок?
sorry for my poor english
Your english is quite OK, at least from my croatian point of view
So, please continue posting in english, so that everybody can understand you.
As to the FN russian fonts, I'll rather make a special version of FN for russian users. No schedule, as usual
and troubles stays
>>Hex view and text view show wrong file size - only last 3 digits (bytes)
>>and folder size too (f.e "12.045" - show as "045 bytes")
its strange - in your screenshots filesize OK
can FN show full size of market files with count in info-panel (ctrl+W)?
and troubles stays
>>Hex view and text view show wrong file size - only last 3 digits (bytes)
>>and folder size too (f.e "12.045" - show as "045 bytes")
its strange - in your screenshots filesize OK
I remember somebody had that problem too, and solved it! Unfortunately I cannot trace that post!
Anyway, did you try deleting INI files?
Quote:
can FN show full size of market files with count in info-panel (ctrl+W)?
It could, but I'm afraid there wouldn't be enough space for that. Let me check out
FileNote got a Plugin interface.
Meaning there is a new directory "Plugins" in FN instalation folder.
User plugins should be placed there. With Chr(Alt)+P a list of available plugins is raised. You just select a plugin and it will be executed.
Plugins can use about 70 functions provided in FN Macro Library ("FNMacro.lib"), which must be placed in FN instalation folder.
The Library can be extended in time according to users requests.
A demo plugin OPO/OPL file is provided.
By using plugins user can take almost total control over FN and execute various actions on files.
Simplicity was the keyword in creating FN plugin interface/system.
It is much more simpler than VCL (View+ Command Line script language).
Only a basic knowledge of OPL is required. For basic use, there is no need for using FN internals (Global variables or procedures) and no modules to be loaded. All work is done automatically from within FN.
Also, if any of your plugins is named "Autostart.opo", it will be automatically executed upon start of FN.
I'll try to prepare short help for writing plugins and explain syntax of Macro functions.
Hi Edo,
How about a plugin for delete cache to automate tasks in thrashing junks in c:\system\data\opera\cache4 ?
IINM there is a deletecache opo for netbook's opera.
Possible?
Now possible using FN plugins!
I know you are not familiar with OPL but it is as simple as this:
1) Open file "Plugin_Template.opl"
2) Go to procedure PlgRun:
3) Put this line there:
TRAP DELETE "c:\system\data\opera\cache4\*.*" 4) Translate file - go to menu item "Translate".
A file called "Plugin_Template.opo" will be created. Move it to "C:\System\Apps\FileNote\Plugins\" folder and rename to anything you like.
It must have extension .opo!
Press Chr+P from FileNote or use menu item "Plugins" and run your plugin!
All junk files in your cache4\ folder will be deleted.
I think there are no folders there, because they will not be deleted with supplied command. In that case, let me know and we will use some of FNMacroLib functions
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum