View+ Forum Index View+
Review http://mypsion.ru/viewplus.php
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   Join! (free) Join! (free)
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

FileNote
Page Previous  1, 2, 3 ... 8, 9, 10, 11  Next
 
Post new topic   Reply to topic    View+ Forum Index -> S80 OPL Corner
View previous topic :: View next topic  
Author Message
Please Register and Login to this forum to stop seeing this advertsing.






Posted:     Post subject:

Back to top
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Thu Nov 30, 2006 11:15 pm    Post subject: Reply with quote

FileNote 2.03 Beta 04:

First plugin to FileNote - OPL Decompiler

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 Wink



Back to top
View user's profile Send private message Send e-mail
Edward



Joined: 15 Nov 2006
Posts: 5



PostPosted: Fri Dec 01, 2006 3:28 pm    Post subject: Reply with quote

Embarassed Laughing Laughing
Edo, я смотрю, можно и по-русски писать? Smile
Back to top
View user's profile Send private message
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Fri Dec 01, 2006 4:03 pm    Post subject: Reply with quote

Edward wrote:
Embarassed Laughing Laughing
Edo, я смотрю, можно и по-русски писать? Smile


Возможно, возможно, но как макакеры прочитают это?
Razz
Back to top
View user's profile Send private message Send e-mail
Edward



Joined: 15 Nov 2006
Posts: 5



PostPosted: Fri Dec 01, 2006 4:17 pm    Post subject: Reply with quote

Edo wrote:
Edward wrote:
Embarassed Laughing Laughing
Edo, я смотрю, можно и по-русски писать? Smile


Возможно, возможно, но как макакеры прочитают это?
Razz

А макакерам зачем прога для S80? Smile
Ммм, вопрос можно? Экспорт в ASCII - как реализуется? А то я как ни бился, от юникода отбиться не смог...
Back to top
View user's profile Send private message
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Fri Dec 01, 2006 4:44 pm    Post subject: Reply with quote

Edward wrote:
Edo wrote:
Edward wrote:
Embarassed Laughing Laughing
Edo, я смотрю, можно и по-русски писать? Smile


Возможно, возможно, но как макакеры прочитают это?
Razz

А макакерам зачем прога для S80? Smile
Ммм, вопрос можно? Экспорт в ASCII - как реализуется? А то я как ни бился, от юникода отбиться не смог...


Edward, shouldn't we turn back to english, our dear international language Razz

Edo
Back to top
View user's profile Send private message Send e-mail
xion



Joined: 25 Mar 2006
Posts: 19


Location: Kuala Lumpur

PostPosted: Fri Dec 01, 2006 5:01 pm    Post subject: Reply with quote

Edo wrote:
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 Very Happy OPL insider eh:-)
Back to top
View user's profile Send private message
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Fri Dec 01, 2006 5:31 pm    Post subject: Reply with quote

xion wrote:
Edo wrote:
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 Very Happy OPL insider eh:-)


Laughing 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 Wink
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

Maybe I'll be more lucky with FN Razz

Rgds
Edo
Back to top
View user's profile Send private message Send e-mail
xion



Joined: 25 Mar 2006
Posts: 19


Location: Kuala Lumpur

PostPosted: Sat Dec 02, 2006 4:17 am    Post subject: Reply with quote

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?
Back to top
View user's profile Send private message
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Sat Dec 02, 2006 10:10 am    Post subject: Reply with quote

xion wrote:
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 Wink ), 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 Wink )
- 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 Wink

Rgds
Edo
Back to top
View user's profile Send private message Send e-mail
you_rik



Joined: 27 Nov 2006
Posts: 4



PostPosted: Mon Dec 04, 2006 10:25 am    Post subject: Reply with quote

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?

= а кто такие "макакеры"?
= можно ли как-нить поиграться с фонтами, что бы видеть кирилические названия файлов и папок?

sorry for my poor english Wink
Back to top
View user's profile Send private message
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Mon Dec 04, 2006 11:41 am    Post subject: Reply with quote

you_rik wrote:
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 Wink


Your english is quite OK, at least from my croatian point of view Wink
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 Laughing

Edo
Back to top
View user's profile Send private message Send e-mail
you_rik



Joined: 27 Nov 2006
Posts: 4



PostPosted: Tue Dec 05, 2006 9:28 am    Post subject: Reply with quote

Hi, Edo

now I use 2.03b5 )

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)?
Back to top
View user's profile Send private message
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Tue Dec 05, 2006 9:55 am    Post subject: Reply with quote

you_rik wrote:
Hi, Edo

now I use 2.03b5 )

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 Wink

Edo
Back to top
View user's profile Send private message Send e-mail
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Wed Dec 06, 2006 12:01 am    Post subject: Reply with quote

FileNote 2.04 Beta 01:

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.

FileNote Macro Library

FileNote Macro Library 1.0 (C)2006
-----------------------------------------------------

Code:
PlgDirPathActive$:
PlgDirPathPassive$:
PlgDirFullNameActive$:
PlgDirFullNamePassive$:
PlgDirCountActive%:
PlgIsDirActive%:
PlgIsDirPassive%:
PlgDirCountPassive%:
PlgDirCountDirsActive%:
PlgDirCountDirsPassive%:
PlgDirCountMarkedActive%:
PlgDirCountMarkedPassive%:
PlgDirNameActive$:
PlgDirNamePassive$:
PlgDirFullNameActiveAt$:(aPos%)
PlgDirNameActiveAt$:(aPos%)
PlgDirFullNamePassiveAt$:(aPos%)
PlgDirNamePassiveAt$:(aPos%)
PlgDirUIDActive&:(uid%)
PlgDirUIDAt&:(aPos%,uid%)
PlgDirUIDPassive&:
PlgDirUIDPassiveAt&:(aPos%)
PlgDirGoto%:(aPos%)
PlgDirFirst:
PlgDirFind%:(aFile$,aPos%,sensitive%)
PlgSetPaneMode:(mode%)
PlgSetDirActive%:(aDir$)
PlgSetDirPassive%:(aDir$)
PlgMarkActive%:(aSpec$)
PlgFilterActive%:(aSpec$)
PlgMarkPassive%:(aSpec$)
PlgFilterPassive%:(aSpec$)
PlgMarkUnMarkActive%:(aPos%)
PlgMarkUnMarkPassive%:(aPos%)
PlgUnmarkAllActive:
PlgUnmarkAllPassive:
PlgHexview:(aFile$)
PlgTextview:(aFile$)
PlgMBMview:(aFile$)
PlgAddToLog:(aString$)
PlgPaneMatch:
PlgPaneSwap:
PlgPaneFocusChange:
PlgFileUp:
PlgFileDown:
PlgFileFirst:
PlgFileLast:
PlgFilePageUp:
PlgFilePageDown:
PlgFilePageHome:
PlgFilePageEnd:
PlgDirUp:
PlgBrowserResize:(aWidth%,aHeight%)
PlgBrowserPosition:(aPos%)
PlgUpdatePaneActive:
PlgUpdatePanePassive:

REM General functions

PlgDelete%:(aFile$)
PlgMarkedDelete%:
PlgMarkedCopy%:(aAsk%,aRestoreFld%)
PlgMultiRename%:(aPrefix$,aSuffix$,aName%,aExt%,aCase%,aDate%,aDatePos%,aCounter%,aCounterPos%,aMove%)

PlgParseDrive$:(aFile$)
PlgParseExt$:(aFile$)
PlgParsePopDir$:(aFile$)
PlgParseNameAndExt$:(aFile$)
PlgParseName$:(aFile$)
PlgParseDirName$:(aFile$)
PlgPause:(secs%)

---- optional ? --------------------
PlgThread&:
PlgArrayCreate&:
PlgArrayFree:(array&)
PlgArrayAdd:(array&,item$)
PlgArrayItemAt$:(array&,Pos%)
PlgArrayItemCount%:(array&)
PlgArrayFind%:(string$)
----------------------------------------
End of file
Back to top
View user's profile Send private message Send e-mail
Edo



Joined: 10 Aug 2005
Posts: 390


Location: Prismen - Vis

PostPosted: Wed Dec 06, 2006 5:10 pm    Post subject: Reply with quote

xion wrote:
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 Wink 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 Wink

Rgds
Edo


Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic    View+ Forum Index -> S80 OPL Corner All times are GMT + 1 Hour
Page Previous  1, 2, 3 ... 8, 9, 10, 11  Next
Page 9 of 11

 
Jump to:  
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

Card File  Gallery  Forum Archive
Powered by phpBB © 2001, 2005 phpBB Group
Create your own free forum | Buy a domain to use with your forum
Free Web Counter