|
|
|
command list dialog
May 30, 2003 |
i made a small dialog with quick macros.
on mouse left/right on middle bottom <*g*> i have
quick access to all my command lists.

whenever pproconfig is starting my qm function reads the content of the command list combobox and saves it to a file (could be the registry too).
you can read more about the function in the qm forum
|
| Posted by pi
at 08:25
PM |
|
my shell way
May 24, 2003 |
to make a long story short
you need :
quick macros
powerpro
strokeit
katmouse
with right mouse pressed and a short drag left the main launcher opens.

on right mouse press drag down a menu with all open tasks shows up

duh ?
well with strokeit i draw a mouse gesture and send the relevant command with the commandline to powerpro.
... powerpro makes these beautiful menus and bars.
another cool function is when right press + draw F -> my IE favorites menu opens and with F reversed the clicked url will be pasted in a editor or
where-ever it should go :)
and now quick macros is involved, it reads the .url file and makes some some small string work.
and whats about katmouse ?
well as i wrote some weeks ago i use it for enable non-scrollable areas.
|
| Posted by pi
at 12:17
AM |
|
mm central
May 19, 2003 |
as long nobody can speak with central from the operating system side
macromedia would be very alone on desktops.
all flash applications i have seen so far run in the flash player.
no button or combobox has an ID, nothing there to identify.
bud indeed all of these components are very beautiful.
well maybe the trick is to send from every active element in flash a
fscommand to the hosting program.
on windows i would try that with embedd flash.ocx in a simple exe,
which listens to fscommand and moves invisible clones of those
elements over the screen.
|
| Posted by pi
at 02:41
AM |
|
qm context menu
May 14, 2003 |
read before you leave, it affects you as normal windows user too :
Revenger inc. CMenuExtender
CMenuExtender is a shell extension that lets the user add items to the Explorer contextmenu. Using any registry-editor or the supplied GUI, the user can add submenus and items such as shortcuts to programs, documents, folders, webpages and scripts. CMExt also has some predefined commands for copying, moving and retrieving information on files and directories.
well, i am the first one for qm :)
you can put icons in the explorer menu too.
for qm i play only with one entry.
the file/folder path is passed to qm and then
different menus show up.
for example on filter array web[] one of the first entries would be ''upload file''.
and then another menu opens -> to registered sites ....
|
| Posted by pi
at 11:05
PM |
|
qm website rendering
|
i just wonder if i could write some tags into a webpage
and let qm parse the page code for some tag
like
<--QMweb(save to drive.folder)-->
of
<--QMweb(blog edit)-->
great, no error in IE.
i added a qm string iinto this site
-> qm parse_piblog
mmh, will this be the qm tag rendered to rdf (xml blog feed)
http://www.flash2be.com/xpi/index.rdf
|
| Posted by pi
at 12:53
AM |
|
deng pi
|
not related
about the pi_deng.dll :
after using my clip-collect menu i passed my all the arguments
to my local msql database.
after some futher collecting i pressed view in the
collected items menu.
yadayada and my futuristic blog interface was in flash.
deng can render well formated text files,
and thanks to my c++ sprecial preview explorer i can
manage all the writing.
yes, i know still now you might don't get it ...
gimme a few days and send comments
;;screenshots here |
| Posted by pi
at 12:43
AM |
|
qm functions
|
here is a list of done/will do
system wide search with selecting any words,
on mouse mddle one time click,
a popup menu offers several options.
so far there are :
google
ransack
> help files
qm
powerpro
<
|
| Posted by pi
at 12:16
AM |
|
pi.dll
May 12, 2003 |
today i compiled ginteras (quick macros) dll for powerpro.
it works better then my first version !
i'll upload an extended version (him & mine) later on.
|
| Posted by pi
at 07:50
PM |
|
no dialin redirect
May 07, 2003 |
when using a dial by dial provider here in germany i ever had one problem :
the provider add site loaded as first.
my first approach was to use proxomitron to
simply block the whole provider url.
my newest attempt is much more elegant :
local connected
C:\Programme\PowerPro\dundial.exe acount data
wait modem
if (modem == 1) do
net.fetch_webpage("http://www.alancampbell.ukfsn.org/powerPro/test.html", "", 0, "")
wait 1
$(clicked_url_want_to_see)
endif
|
| Posted by pi
at 12:35
AM |
|