topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday April 2, 2026, 4:17 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

Recent Posts

Pages: prev1 ... 1046 1047 1048 1049 1050 [1051] 1052 1053 1054 1055 1056 ... 1515next
26251
Should Updater hold off on updating itself until its tasks are finished?
this came up today in another thread (https://www.donation...dex.php?topic=9206.0)
and the answer is yes, it's on my todo list, definitely is needed  :up:
26252
i'm not sure if it's a bug either.. it's waiting for you to type something to tell it which directory to go into next, since the first directory listed is exactly what you have in your editbox.

i could make tab in this case autocomplete the NEXT item, which is the first child subdirectory of the current directory.
26253
yes this is a known bug.
i think the best solution is just to either force the updater to update first or last, and before the rest.
easiest thing would be simply to make it go last.
26254
I don't have any insight into this but i look forward to reading what people who have been through this say about the matter.
26255
New version posted -- the updater tool should have picked it up and installed it for you if you are using it.
(the updater now knows how to smoothly update plugins without ever exiting farr, for maximum convenience).

New version has sine nice new fixes, including much faster directory browsing.
26256
Official Announcements / Re: ZillaRank: An improved search for smf forum
« Last post by mouser on July 13, 2007, 09:26 PM »
ZillaRank has a new update with a very cool new feature:
You can now sort by relevance or date from the search results page by clicking on columns.

Very very useful stuff - congratulations to wordzilla for his amazing coding work on this!  :up: :up: :up: :up:

(boo to simplemachines.org for not caring, what is going on with them? )
26257
Backup Guide / Re: Information about Backup4all 2.3.2
« Last post by mouser on July 13, 2007, 08:48 PM »
DC will never make any discount arrangement that restricts the rights/support/upgrade-policy of a buyer.  If you should ever be told by any company whose product you purchased through DC that you are not entitled to an upgrade because you bought with a discount, let us know and we will step in.  :up:
26258
General Software Discussion / Re: links collector
« Last post by mouser on July 13, 2007, 07:11 PM »
saw this post recently:
http://jwsecure.com/dan/2006/12/

kalos,
Can you try this:
26259
General Software Discussion / Re: links collector
« Last post by mouser on July 13, 2007, 07:07 PM »
someone else was posting about this error before too, what is causing this mystery npptools.dll error!
26260
Living Room / Re: Google in Sicko Storm - Welcome to democracy google style
« Last post by mouser on July 13, 2007, 07:06 PM »
quick note: thanks everyone for keeping this discussion at a consider level and largely free of political antagonism -- a real pleasure to read the differing positions, i'm enjoying hearing the different views and enjoying that people don't seem to have fallen into that common scenario where they think they have to "win" an argument.
26261
Living Room / Re: Google in Sicko Storm - Welcome to democracy google style
« Last post by mouser on July 13, 2007, 05:32 PM »
Let me add something i think is important for this discussion:

Most of economic theory seems to be based on the presumption of a fairly rationale (in terms of their self interest) and informed public.

One of my biggest concerns about the world we live in is that the commercial marketplace has their hooks in every level of power in our society, and is set up to distributed advertising/propaganda/misleading information in an incredibly effective fashion, and leveraging every innate weakness of the human psyche.

In such a situation, it's my belief that the normal controls that a "free marketplace" might excercise are ineffective in practice.  You don't get the benefits of democracy if most of your population is not informed about the issues.
26262
app, hahahahahhaha  ;D ;D ;D ;D ;D ;D
if other dc members show up it could lead to an ultimate showdown of ultimate destiny..
26263
Screenshot Captor / Re: Printing a scrolled Window
« Last post by mouser on July 13, 2007, 10:40 AM »
I'm afraid it's not possible from within screenshot captor, which will try to always print it on one page.
but you could load the image into another program that might be able to split it up.
26264
add +sall to your search to see more results (i removed it from the context menu).

the extended results list is used mainly for directory browsing+completion.  for example, type c:\ and youll see.
26265
Great question.

If we use skrommels tools to find the list of fonts in use, can one of the MS Word gurus tell us how to find instances of this font in use in the document? i.e. if we wanted to find all occurrences where we used the Tahoma font, how could we do that?

I seem to remember MS Word having a feature to show all paragraph styles used in the document..
26266
jack, what version are you using?
26267
Living Room / Re: Why is the 'N' key always the first to go?
« Last post by mouser on July 12, 2007, 10:36 PM »
because when people get angry at the computer they start cursing "NO NO NO NO NO NO NO NO NO!!!!!!!!!!!!!!!!!!!"
and pounding on the N key.
at least that's what i do.  :mad:
26268
Official Announcements / Re: ZillaRank: An improved search for smf forum
« Last post by mouser on July 12, 2007, 06:29 PM »
awesome  :up:
26269
DcUpdater / Re: Another Bug, Maybe
« Last post by mouser on July 12, 2007, 03:27 AM »
Here's the .dcupdate for one of taichi's plugins, which shows:
Code: Text [Select]
  1. <?xml version="1.0" ?>
  2.  
  3. <Local>
  4.  
  5.   <!-- basic info to display in updater-->
  6.   <Label>Network Connections Plugin</Label>
  7.   <IconFile>nwconn.ico</IconFile>
  8.  
  9.  
  10.   <!-- version info of locally installed current version, and simple remote version file -->
  11.   <Version>0.0.0.3</Version>
  12.   <VersionFileRemote>http://taichi.dcmembers.com/Plugins/NWConnect/versioninfo.xml</VersionFileRemote>
  13.  
  14.  
  15.   <!-- where to get more info about the app remotely, only queried once an update is discovered -->
  16.   <InfoFileRemote></InfoFileRemote>
  17.   <WebPage>http://taichi.dcmembers.com/Plugins/</WebPage>
  18.  
  19.   <!-- ok how to conduct updates; could be: "Run" (download and run program), or "Visit" (visit website), or "Unzip" (download zip and unpack over files) -->
  20.   <UpdateMethod>unzip</UpdateMethod>
  21.   <SignalForUpdate>FindAndRunRobot.exe</SignalForUpdate>
  22.   <CloseForUpdate></CloseForUpdate>
  23.   <UpdateFile>http://taichi.dcmembers.com/Plugins/NWConnect/NWConnect.zip</UpdateFile>
  24.  
  25. </Local>


The key new lines are:
 <UpdateMethod>unzip</UpdateMethod>
 <SignalForUpdate>FindAndRunRobot.exe</SignalForUpdate>

the zip is unpacked into the same directory as the .dcupdate file (thats how it knows where to unzip)
and the <SignalForUpdate> stuff lets it know to tell the FindAndRunRobot.exe at start and end of unpacking to unload any plugins (this is something unique to farr).

26270
DcUpdater / Re: Another Bug, Maybe
« Last post by mouser on July 12, 2007, 03:14 AM »
Support for updating items that use zip files instead of full-blown exe files has now been added!
It's quite involved so there may be updates of the updater needed soon :)
But basically it now knows how to install plugin updates live, even when farr is running (by having farr unload and reload them automatically while installing).

This should make installing plugin updates really easy.
26271
Living Room / Cody Relatives Spotted in the "wild"
« Last post by mouser on July 12, 2007, 02:57 AM »
It seems cody or one of his relatives has been spotted on the internet, with a crazy tail hat or something..

26272
General Software Discussion / Re: RapidTyping 1.1.9.8 - Free Typing Tutor
« Last post by mouser on July 12, 2007, 02:50 AM »
looks fun!
you find some nice stuff lanux  :Thmbsup:
26273
Find And Run Robot / Re: apparent issue with aliases, notably "DC search"
« Last post by mouser on July 11, 2007, 10:59 PM »
good guess ham, i can have the installer delete Core1.alias if people have that file.
26274
DcUpdater / Re: New feature idea, is it too late?
« Last post by mouser on July 11, 2007, 10:39 PM »
this is basically what im debating:

1) have different "tab" for different groups, and move all current tabs into an Options Dialog (this ill probably do no matter what)
2) have a treeview type thing to select groups of programs
3) have a full filtering/sorting system -- this would be useful if we decide to make a version of the program that is meant to let you search/browse/install from tens of thousands of pad files.
26275
Find And Run Robot / Re: [BUG]
« Last post by mouser on July 11, 2007, 08:45 PM »
thanks, will be fixed in next release.
Pages: prev1 ... 1046 1047 1048 1049 1050 [1051] 1052 1053 1054 1055 1056 ... 1515next