topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 26, 2024, 1:58 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - AbteriX [ switch to compact view ]

Pages: prev1 [2] 3 4 5 6next
26
Hi Folks,

i am still searching for an tool to collect infos and documents.

It should be fully portable.
I don't like the all-in-one-databasefile thing anymore.
I like something like Scribble Papers => one file for each side (node?), but i don't like the proprietary name scheme of ScrbblePapers (Page0000163.scp)
Instead i would prefer that "Folders" inside the app refer to an real folder at the disk (in the app data folder)
and that the nodes in the app refer to real files on the disk (in the app data folder)
And if i add files to the app data folder i like to see them in the app later too, without importing them first.
I like to insert an link to DOC or XLS to the tree of the app too, so i have entries as plain text or RTF and links to other docs which open in the related app.

In other words:
- i like to have an folder at my disk with sub-folders and files
- i like an app which show me that structure like WinEx would do.
- as far as the app can do the app should show me documents (txt and rtf?) inside the app... or open the related default app for an doc


Right now i do this in TotalCommander by using Ctrl+Q and test several outliners... but i am still at the search.

Any ideas?  ;)  Then please share, thanks.

27
Discount offer on XYplorer file manager, 50% off (Reviewed here <click> ) till Sunday, 08 August 2010


Who made the grass?

Big Summer Art Madness!
Get the XYplorer Lifetime License for half of the regular price by showing off your art knowledge!
Note that this special offer only supports PayPal as payment service.
Note that this is a limited time offer that will end on Sunday, August 15th 2010!
changed the deadline for the grass promotion to Sunday, 08 August 2010 (one week less)

Clipboard01.png
XYplorer - License Lounge - Grass.png

Take an look at your own and guess the right artist (Hint: take an look at the picture above ;-) ) >>> http://www.xyplorer.com/grass.php


XYplorerDualPane.png

More Screenshots >>> http://www.xyplorer.com/shots.htm



More about XYplorer:
http://www.xyplorer.com/
http://www.xyplorer.com/whatsnew.htm

XYplorer - A Windows File Manager and Explorer Replacement - (2010-07-17).png


28
Screenshot Captor / The Print -Icon... do printout immediately
« on: June 10, 2010, 06:35 AM »
ScreenshotCaptor -2.82.01 -  the Print -Icon... prints immediately, should'nt it opens the print dialog? As "File > Print" does.

29
LaunchBar Commander / Suggestion: Search option
« on: November 18, 2009, 04:08 PM »
Perhaps you also can add an search-for-an-item option?

I imaging an field to joker-search for an item from current LBC-dialog. (I don't mean the LBC config dialog)
The search should show all matching items from the dialog
and also search all sub-items
and all files from folders-items.

If it is difficult to implement this into the dialog, then this could be an button to launch an search dialog.

30
LaunchBar Commander / Suggestion: Explorer-like-tree layout
« on: November 18, 2009, 03:56 PM »
I like the explorer-like tree-view (see picture) for an sorting of my items.

Clipboard01.png

Can this be added as an layout option?

31
LaunchBar Commander / Never Show Tray Icon / run&close
« on: October 19, 2009, 07:57 AM »
Hard to search for this so i just ask:

1.)
On "Docking Bar > Miscellaneous" i need an option like " [ ] Never Show Tray Icon"

I just want to start LBC, start an tool, and close the bar which should exit LBC completely and not minimize to tray "only".
That would help too, being working on other pc with Thump-Drive, run LBC, and don't forget it is still running while going home.

2.)
I could even use an feature like run-and-close: start an tool while trigger key (Ctrl ?) is pressed and exit LBC at once.

32
HippoEDIT programmers editor  at  BitsDuJour   on Fr. 17.04.2009

The Ultimate Text Editor for Coders and Developers...

Portable for Thump-Drives

Platforms:    Windows 98, Me, 2000, XP, 2003, Vista
Deal Price:   $15.00
Deal Available: 17. APR. ’09, FRIDAY

http://www.bitsdujour.com/
http://www.HippoEDIT.com/

33
Developer's Corner / How to open topic from CHM by keyword?
« on: December 11, 2008, 02:48 PM »

How do coders do that?

I want to launch an CHM help file ... and straight go to an designated page.

I already know the default syntax:
hh.exe mk:@MSITStore:example.chm::/%KeyWord%.htm

that's OK for me .... if i know the structure of the CHM

but how can i open each stranger CHM from which i didn't know the
correct path (TopicFolder) to the html (and is it htm or html)?

Like
hh.exe mk:@MSITStore:example.chm::/TopicFolder/TopicSubFolder/%KeyWord%.htm

How do coders of IDEs or editors do that to open several different CHMs from all the syntax-languages they use?

If i google i find the default answers only, using an well known topic-path :-(

Thanks for answers.

34
Developer's Corner / [BEST] Boxer Editor Scripting Thread
« on: March 25, 2008, 07:16 AM »
Boxer Editor Scripting Thread to learn and exchange scripts for Boxer Text Editor


Boxer Text Editor at DonationCoder
Boxer Text Editor - 51% Off!


Boxer includes a powerful macro language ... similar in style to the C programming language

===> Boxers Example Macros



Learning C:
Wiki english
The C Book — Table of Contents and free PDF download

C lernen:
Wiki deutsch
Galileo Computing  <openbook>  C von A bis Z kostenloser download


- - -

Hi, i just trying myself learning how to scripting Boxer
My first attempt is to make an ROT13-macro ('cus i see no such function in Bx and i want to encrypt an Reg-key)

Infos about ROT13:
http://www.senses0.o...popzees/rot/rotn.php
http://en.wikipedia.org/wiki/ROT13

Infos bezüglich ROT13:
http://holger.thoelk....name/skripten/rot13
http://de.wikipedia.org/wiki/ROT13


With PSPad i have simply an Tool "user conversion" with an text file like:
[Table]
97=110
98=111



With Bx (Boxer) i think i have to do an script?

If anyone is interested to take part in ... ('cus my lunch break is over  :P )

I tried the following till now (partly pseudo code)


Code: C [Select]
  1. // macro description goes here
  2. // modify char to value-x higher char like ROT13
  3. // f.ex.  A=65ascii    >    65+13=78    >     78ascii=N    >>>  char 'A' convert to char 'N'
  4. macro newmacro()
  5. {
  6. Const X = 13;
  7. GetSelection(mySEL);
  8.  
  9. For Each SingleChar in mySEL
  10.     isalpha(SingleChar)
  11.        newchar = ToAsciiValue(SingleChar) + X
  12.            newchar = ToChar(Newchar)
  13.  
  14.            InsertCharacter(newchar)
  15.  
  16. Next
  17. }


35
What's on? So many programmers here and nobody mentioned the GOTD from today?
Also handy for private support an friend (copy this here, make an link there,...)

Giveaway of the Day - Smart Install Maker

Smart Install Maker lets anyone create professional installation packages in minutes with unprecedented ease and functionality.
Instead of writing installation scripts or spending weeks on learning a complex installation program,
you can take advantage of Smart Install Maker, use its wizard-oriented interface and create an installer right out of the box.
The installer is a single executable file (setup.exe) that runs on any version of Windows from 95 and up. It is ideal for distribution
over the web or a network, on CD-ROM or DVD-ROM.

http://www.giveawayoftheday.com/
http://www.giveawayo...smart-install-maker/

Active Giveaway time left: 10 hours 50 minutes



User Rating:
    * 135 (81%)
    * 31 (19%)

35 comments
System Requirements:    Windows 95/98/Me/NT/2000/XP/2003 Server/Vista
Publisher:                   InstallBuilders Company
Homepage:                http://www.sminstall.com/
File Size:                    1.47 MB
Price:    The program is available for $79.99, but it will be free for our visitors as a time-limited offer.

   1.  No free technical support
   2. No free upgrades to future versions
   3. Strictly personal usage

36
I hope this is the right forum section to provide this script?

I have improved an AHK (www.AutoHotkey.com) script
from user "icefreez" called "Simple Message, on top for a delayed time"
found at http://www.autohotke....php?p=135127#135127

I want to display an Message Box to provide some info or help to me or an user/customer.
This script show an GUI without border and (OK,Yes,No) buttons.
The time out, the font size and the font face can be choose.

I use this MsgBox with Total Commander to add menu entry without an function but provide an info to me.
Total Commander allow no empty commands so i create an own dummy command who shows an info box only.

I could use this MessaBox script to add an menu entry to show me an longer text to hint me to an trick or the right syntax of an TC command.

I could use this MessaBox in "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" to provide an one time info to customers.

I could use this MessaBox with Task planer to remind me on something.

I could use this MessaBox in DOS batch.cmd to prompt some info.

Maybe it is helpful for others too? Here it is...

Here is the code (Open Source)

v.05 So.15.07.2007
Added some baubles to avoid making bad jokes with it
; Timeout > 15sec => Provide some Info to the user
; Timeout > 29sec => User info plus possibility to cancel
; Timeout > 119sec => User info plus possibility to cancel plus show start info

Spoiler
#SingleInstance force
#NoTrayIcon
;^!e::exitapp ; Ctrl+Alt+e exits script
;Little script for some nice Message Boxes. Code from icefreez. Enhanced from Stefan. v0.4
;Syntax: mb.exe TimeOut-in-seconds "Text to display" [Font-Size  "Font to use" Format-Bold-or-not]

If 1 =
1 = 30
mySec = %1%


If 2 =
{
myMsg = `nUpps, no parameters from you?`n
myMsg = %myMsg%Use %A_ScriptName% as an command line tool or use an link to %A_ScriptName% with this parameters.`n
myMsg = %myMsg%I use it in Total Commander to provide help messages. Or in HKLM\RunOnce to inform an customer. OR...`n`n
myMsg = %myMsg%Syntax:`t`t%A_ScriptName%  sec  "Message"`n
myMsg = %myMsg%Example:`t%A_SCRIPTNAME%   %1%  "My message is here"`n`n
myMsg = %myMsg%And "My message is here" will displayed over everything for %1% seconds in default font Arial in size 12.`n`n
myMsg = %myMsg%You can use ``n for line feed and ``t for tab.`n
myMsg = %myMsg%Advanced Syntax:`t%A_ScriptName%  sec  "Message"  Fontsize "Font name" b-for-bold `n`n
myMsg = %myMsg%Visit   www.AutoHotkey.com   and   www.DonationCoder.com   for more. (Stefan in 2007)`n`n
}
ELSE
myMsg = %2%


If 3 =
3 = 12
mySize = %3%


If 4 =
4 = Arial
myFont = %4%


If 5 = b
myFormat = wbold


fivesecdisp(mySec,mySize,myMSG,myFont,myFormat,v6)

exitapp ;exits script



fivesecdisp(sec,siz,text,myFont,myFormat,v6){

mySec := sec * 1000
myCloseTime =
myCloseTime += sec, seconds
FormatTime, myCloseTime, %myCloseTime%, HH:mm:ss

; Timeout > 15sec => User info
; Timeout > 29sec => User info plus possibility  to cancel
; Timeout > 119sec => User info plus possibility  to cancel plus show start info

If sec >14  ; Give the user some info if the time out is set longer then a few seconds
    {
    myInfo = Closing myself automatically in %sec% seconds at %myCloseTime%
    myY = y20
    }
ELSE
    myY = y10

If sec >29 ;Give the user the possibilty to exit the app if the time out is set too long
    {
    myInfo = Closing myself automatically in %sec% seconds at %myCloseTime%
    myY = y25
    }

If sec >119 ;Give the user the possibilty to exit the app if the time out is set too long
    {
    myInfo = Closing myself automatically in %sec% seconds at %myCloseTime%`nStartet from %A_SCRIPTFULLPATH%
    myY = y30
    }

   Gui, +AlwaysOnTop +ToolWindow -SysMenu -Caption
   Gui, Color, dddddd ;changes background color
   Gui, Font, 000000 s8 , Arial
   Gui, Add, Text, x20 y2, %myInfo%
   Gui, Font, 000000 s%siz% %myFormat%, %myFont% ;Arial ;Lucida Console ;Comic Sans MS
   ;MS Sans Serif ;Times ;Verdana ;changes font color, size and font
   Gui, Add, Text, x20 %myY%, %text% ;the text to display
          If sec > 29
          {
            Gui, Font, 000000 s8 , Arial
            Gui, Add, Text, cBlue gLaunchExit,
  • Close

          }
  Gui, Show, NoActivate, X0, Y0

   sleep, %mySec%
   Gui, Destroy

        LaunchExit:
           Gui, Destroy
           ExitApp
           Return
}

---

Here is the compiled exe (Open Source):

* MessaBox_v05.exe (196.63 kB - downloaded 1145 times.)


, just run it to see an help:


01-Just run it.PNG


------------------------------------

Use it with DOS

04-DOS-Box.png

-



Use it with an .LNK short cut

02-Use command line.PNG

-



Use it as Total Commander button

03-Use in Total Commander.png

-


Use it as Total Commander user command

03a-Use in Total Commander User-ini.png

03b-Use in Total Commander use as command.png

-

.

37
Dr.Windows / Req: command line option "Run and Quiet"
« on: July 14, 2007, 03:41 PM »
Hi Mouser,

is it possible to add an command line option please
to execute Dr.Windows one time and let it quiet after that immediately?

Like:
%SystemRoot%\DrWindows.exe /instant help.cfg

Dr.Windows should read the .CFG, show the MsgBox and disappears immediately.
There should be no TNA Icon showed in this mode.

I would use this to show me some message boxes providing help from Total Commander menu.

Thank you


----------------------

And for the ToDo-List an other idea:
Returning an error level in this mode would be handy too for an use in DOS batch.

Button: &I doubt it;1 returning error level 1
Button: &Yes, that's normal;2 returning error level 2

%SystemRoot%\DrWindows.exe /instant question.cfg
If Not Errorlevel 2 GoTo Continue
GoTo End
:Continue
~~~



---------------------------
Another idea:
An time out option would be handy too in this instand mode.

Timeout: 10 sec


---

38
Skrommel's Software / [Idee] GroupStarter
« on: July 10, 2007, 06:14 AM »
I'am on the search for an app to start several programs as an group.

Like:

Wait x sec ; Options ; Program ; Optional Parameter ; Optional start path ; Optional message box

0 ;; Total Commander.exe ; ; ; "TC started"
2 ;; AutoHotkey.exe
2 ;; Reminder.exe ; ; ; "Reminder started, look in the TNA"
1 ;; Notepad.exe ; C:\Notice.txt


After that the GroupStarter.exe should close it self.
No TrayIcon please.
No registry, INI instead.
Should work with relative paths and system vars.
"options" is for later use. Or for this "start min, max.." thing.

Did anyone know such an tool?

39
Living Room / Do you know where your cat is going?
« on: June 08, 2007, 05:36 AM »
For all the cat lovers here:
          Mr. Lee CatCam

   I thought about our cat
      who is the whole day out,
returning sometimes hungry     sometimes not,
            sometimes with traces of fights,
  sometimes     he stay also the night out.

http://www.mr-lee-catcam.de/index.htm
Unbenannt2.png

Find me cat cam camera lee's

40
Found Deals and Discounts / Bits du jour: FontCreator <Expired>
« on: May 30, 2007, 01:00 AM »
< Expired >

Roll Your Own ... Fonts

FontCreator Home or Professional Edition
http://www.high-logi...com/fontcreator.html


Regular price: $79.00 or $149.00
Bits du Jour Today Only (Wednesday 30 May) price: $31.60 or 59.60  You save:     60%    

If you've ever wanted to design your own font, and didn't know how, this program is for you.

== Read more about the discount ==> http://www.bitsdujour.com/


41
Expired

Boxer Text Editor 

Regular price: $59.99
Bits du Jour Today (May 10, 2007) Only price: $29.00
You save:     51%
Time left for discount: 0 hours, 0 minutes

 http://www.bitsdujour.com/


boxer.jpg

See the Product Page ==> http://www.boxersoftware.com/pgbwin.htm
Read DonationCoders Review of Text Editors ==> https://www.donation...extEditor/index.html

42
Living Room / Merry x-mas 2006
« on: December 23, 2006, 09:28 PM »
Merry x-mas to all and a happy new year 2007

Thank you all for your collaboration to the DonationCoder community.
Especially to mouser for all his hard work in this year.

CY
Stefan

43
Screenshot Captor / "Don't Auto Save"-Feature test
« on: November 28, 2006, 10:46 AM »
Hi all,

i found some time to test the "do not automatic save the captured image" feature:

Therefor i have dl the new ALPHA v2.28.01 to be up to date.
And i have checked "On Capture | [X] Don't Auto Save Captures"

  • If i take an shot and exit SC after this --- it works like expected, non pic is saved.
  • But if i modify the shot... add an circle, an clip or add an drop shadow effect... and

exit SC then without saving --- then SC save the shot and the objects file in the background without asking me.

Here are my settings:
[ Invalid Attachment ]
--
Thanks mouser for the new 'Selection Mode' --- this gives the ability with the blur effect to make interesting documentation shots.

44
I thought that you might be interested in the following page:

http://www.xara.com/offers/upgrade/

"discount"
There is relatively little news this month - that's because we're all working l
ike mad towards a major new product announcement next month.
But you'll have to wait until next month to find out more...

For anyone out there who doesn't have our current versions we've
arranged a one-week upgrade holiday - a full 30% discount on all upgrades
from all older versions.
So if you've not got the latest version of Xara Xtreme, Xara3D, Webstyle
or Menu Maker then now is the moment to upgrade.


from the Outsider newsletter:
http://www.xara.com/news/october06/
Offer ends November 6th

45
Screenshot Captor / Include cursor while takeing a region capture
« on: September 21, 2006, 03:09 AM »

Include cursor while take a region capture
BugTracker: https://www.donation...king/view.php?id=235
BugTracker Info
Problem:
If i take an "Selected region" capture
there is no Cursor included.

Suggestion:
Frezze the screen bevor start capturing.
Note: The cursor must be on the place we want it to be.
(We have to increase the delay... or use the hotkey for better handling this)
After frezzing the screen with the cursor... we can start select the region we want.



Here is an other idea:
because the *.cur cursor icons are small in size
why not include them into the SC.exe as resource
and implement an quick access menu to insert an cursor after the capture?

Here is an pic how this could look:
insert cursor.png

46
Screenshot Captor / Improve SINGLE-Object-Capturing
« on: September 17, 2006, 04:48 AM »
I don't know if this is possible with your engine
or how many work this is...

... but for documention work we need to capture single obects at easy.

Please see the following pic,... i think SC can "only"  capture the 'good' marked ones?

ScreenshotCaptor_impr_ObjectCapture.png


But i need smt to capture single objects as they i mark with 'better'
Is it possible to improve the single object capturing for you?


Thanks

47
Living Room / [Fun Video] Do you remember THIS guy?
« on: September 16, 2006, 07:02 PM »
Do you remember THIS guy?
Here he comes back in his new movie (stil the old story, but great)
http://video.google....-2139555376132383479




And here is a video showing the game in original (if you ddn't know it already):
Super Mario Bros speed run part 1 without using warps
http://www.youtube.c...=related&search=
I see there levels i never have reach  when i play this  :P

Or watch the
Super Mario Bros Race
http://www.youtube.c...=related&search=

If you're once there, you'll find an another video and an another...
I am back in the '80s?


-

Here i found the SMB sound as wav file...for my reminder proggys:
http://www.themushro...ingdom.net/wav.shtml

-

Here is this game to play (non tested..., the other game/side i had in mind is unreachable)
http://www.gamershel...download_10171.shtml

48
fSekrit / Brute Force hacking possible?
« on: September 07, 2006, 06:12 AM »
Hi f0dder,

1. If i enter a wrong password into fSekrit 1.1
2. i get an messagebox telling me that this password is incorrect.
3. Then i can try another one.
4. if this is wrong also i get an messagebox telling me that this password is incorrect.
5. GoTo 1.

I think someone can wrote an AutoIt script to use an text file to try common passwords, as many ppl use this.

For secure reason maybe you want add an timeout, like after 10 wrong pw's wait 30 minutes?

What think you?

49
fSekrit / Read only password support?
« on: September 07, 2006, 06:06 AM »
Hi f0dder,

have you think about to implement the option of having an r/o password too?

e.g.
i want to share a "CommonInfos.exe"
with passwords and telephone numbers not all should see
but some people who have the password for fSekrit.

If i now didn't want that the modify the content of my "CommonInfos.exe"
for not having different versions of that info circle around...
... it would be nice to give only an r/o password out to that people.

Maybe you came along a trick to do that... so please think about this feature than again.

50
LaunchBar Commander / wrt v1.55.02 discussion
« on: August 21, 2006, 12:46 AM »
Thank you for this new build.

1.)
> Better support for old fashioned folder nodes (click to open in file explorer)
How should this work? I didn't see any effect when i click on an folder from an menu?

2.)
With 1.55.02 the About dialog didn't appears anymore?
Starting the 1.54.02.exe i can access the About box.

Pages: prev1 [2] 3 4 5 6next