Search found 509 matches: away

Return to advanced search

Comprimir Carpetas y SubCarpetas con Zip32

... zDate zTempDir = vbNullChar ' Temporary directory for use during zip process 'zTempDir = "C:\work" zRootDir = vbNullChar zJunkDir = 0 ' 1 = Throw Away Path Names zRecurse = 0 ' 1 = Recurse -R 2 = Recurse -r 2 = Most Useful :) zUpdate = 0 ' 1 = Update Only If Newer zFreshen = 0 ' 1 = Freshen - ...
by josecosmaz
Tue Jun 06, 2006 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Comprimir Carpetas y SubCarpetas con Zip32
Replies: 1
Views: 3307

Ok, the memory error has gone away. Now I get another error. This is the code: #include "fivewin.ch" function main() local oObj, oWnd define window oWnd from 0,0 to 800, 800 pixel oObj := CreateObject( "L11.List-Label11_Ctrl_32.1" ) @0,0 ...
by Roberto Parisi
Fri Apr 28, 2006 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH and List & Label
Replies: 8
Views: 1868

TDialog:lHelpIcon bug

This is the sample (the helpicon doesn't go away):

Code: Select all  Expand view
#include "Fivewin.ch"


FUNCTION MAIN()

    LOCAL oDlg

    DEFINE DIALOG oDlg

    oDlg:lHelpIcon = .F.

    ACTIVATE DIALOG oDlg;
             CENTER

    RETURN NIL


EMG
by Enrico Maria Giordano
Mon Apr 10, 2006 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDialog:lHelpIcon bug
Replies: 4
Views: 903

In fact can be bought! For example what about xHarbour "professional" or some releases of Linux published, for example, by Red Hat? If you have enough capital you can buy a project and turn buissness such away that you program will reduce to zero all efforts of open source project! :o
by Vladimir Grigoriev
Thu Apr 06, 2006 9:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin
Replies: 14
Views: 5892

Just my 2 cents on Borland's IDE potential buyer .. Bill Gates. If I recall he just bought the 'open source' OfficeOffice.org .. His explaination .. Saying he "was sick and tired of open-source eating away at his profits,"


http://slashdot.org/article.pl?sid=06/04/01/1439207

Rick Lipkin
by Rick Lipkin
Wed Apr 05, 2006 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin
Replies: 14
Views: 5892

Thanks a lot Rossine.

I'm gonna try it right away...
by Adolfo
Wed Apr 05, 2006 2:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Novo Wbrowse 1.7a de Rossine
Replies: 41
Views: 17434

... paper on screen you must force the user to do a lot of scrolling--more unnecessary overhead. Ideally, we should be coaxing our users to get away from using paper anyway. I know it is not an easy road. Did you read the article titled "Magic and Software Design," that I posted a link to a ...
by James Bott
Fri Feb 24, 2006 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to go further with app
Replies: 16
Views: 7244

James Bott wrote:It is from the 1939 movie, The Wizard of Oz. If you haven't seen it, a girl and her dog, Toto, get swept away in a hurricane to a very strange place, and she says that to her dog.


Yeah!

James Bott wrote:Fine minds think alike! ;-)


:lol:

EMG
by Enrico Maria Giordano
Wed Feb 22, 2006 11:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to change a Resource Type on the fly?
Replies: 10
Views: 2249

... understand this joke. Can you explain it? It is from the 1939 movie, The Wizard of Oz. If you haven't seen it, a girl and her dog, Toto, get swept away in a hurricane to a very strange place, and she says that to her dog. http://www.moviewavs.com/cgi-bin/moviewavs.cgi?Wizard_Of_Oz=oz6.wav ...
by James Bott
Wed Feb 22, 2006 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to change a Resource Type on the fly?
Replies: 10
Views: 2249

... to FWH ListBox Browse should come from the FWH developer and should not be a third party add on! Second edit by self: Maybe I'm getting carried away with this but I don't see the point of Antonio spending time on, for example, providing the facility to allow the creation of transparent dialogs ...
by dpaterso
Fri Feb 10, 2006 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox Headings Win32 Style
Replies: 39
Views: 15296

... a data BROWSE that receives tags to various records. Before the user leaves the screen they are required to either clear or write the selection away to an order. If they click OK and there are unprocessed tags I need to intercept. I have used a WINDOW due to the extra screen space I require ...
by GWard
Wed Feb 08, 2006 12:03 am
 
Forum: FiveWin for Pocket PC
Topic: VALID Clause For WINDOW
Replies: 8
Views: 2603

... got an ACE32.DLL not found error (even though I am linking in the ACE32.LIB). I put a copy of ACE32.DLL in the same directory and that error went away and I got the PCODE error. So, it seems that it still wants the ACE32.DLL even though I am linking in the ACE32.LIB. And the ACE32.DLL is causing ...
by James Bott
Mon Jan 23, 2006 6:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDDADS.LIB for xHarbour
Replies: 14
Views: 5911

Bug in TWindow

... NIL If you press Tab you will get the following error: Class: NIL has no exported method GONEXTCTRL Uncommenting oGet:SetFocus() the error goes away. EMG
by Enrico Maria Giordano
Sun Dec 18, 2005 9:23 pm
 
Forum: FiveWin for Pocket PC
Topic: Bug in TWindow
Replies: 2
Views: 955

Error Objects/6

... of 2 things happens then. a) With the button the dialog displays, when you press the button the LISTBOX disappears but the dialog stays. It goes away only with the X box, the button is still there but nothing happens when you press it again. b) The dialog box doesn’t show at all. When I quote ...
by kronos911
Sat Nov 05, 2005 11:02 am
 
Forum: FiveWin for CA-Clipper
Topic: Error Objects/6
Replies: 4
Views: 2234
Previous

Return to advanced search