Search found 107 matches

by concentra
Fri May 28, 2010 10:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3280

Re: Hide controls in a dialog before activating it.

Hi. dialogboxes don't exist until they are created and running. That is the point ! In my conception, if something do not exists and I will create it, I would inspect each of it´s components and create them according they current specifications. If a control is marked as hidden it shoud not be shown...
by concentra
Thu May 27, 2010 5:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3280

Re: Hide controls in a dialog before activating it.

You can Hide a Control on Dialog-Init : ON INIT ( GradBrush( oDlg, { { 0.50, 16314573, 14853684 }, ; { 0.50, 14853684, 16314573 } }, .T. ), ; oSay1:Hide() ) ; I already do this, but I want to know why it can´t be done before initialization since the dialog wasn´t painted yet. In my brain ( maybe a ...
by concentra
Thu May 27, 2010 12:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Hide controls in a dialog before activating it.
Replies: 20
Views: 3280

Hide controls in a dialog before activating it.

Hi. Is it possible to hide controls in a dialog before activating it ? I use dialogs defined in RCs and sometimes I want to hide a control. When redefining the RCs controls, if I set the control lVisible to .F. ( or apply the HIDE() method to it ), the control is shown when the dialog is activated.....
by concentra
Fri Feb 06, 2009 12:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpLoad() not returning an array.
Replies: 3
Views: 815

Re: PalBmpLoad() not returning an array.

Antônio, the app was linked using FWH version August 2008. Application =========== Path and name: C:\PCECFG\FARMA.EXE (32 bits) Size: 4,013,568 bytes Time from start: 0 hours 0 mins 7 secs Error occurred at: 05/02/09, 16:48:21 Error description: Error BASE/1068 Argument error: array access Args: [ 1...
by concentra
Thu Feb 05, 2009 1:50 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PalBmpLoad() not returning an array.
Replies: 3
Views: 815

PalBmpLoad() not returning an array.

I have an application that loads small bitmaps in buttons using TBtnBmp(). Sometimes the LoadBitmaps() method crashes loading the bitmap because PalBmpLoad() returns an invalid handle ( big negative numeric ) and it is supposed to return an array, causing an "array access" error ! The bitm...
by concentra
Tue Sep 30, 2008 4:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TTRAY
Replies: 6
Views: 1276

Hi. I found the same problem and I went back to TTray class in an old .PRG. Couldn´t remember how do I got it... Mauricio Faria ************************************************** /* TTrayIcon CLASS Allows tray icon for any windows, including NT, 2000 and XP. This class extracts a 32bit handle icon f...
by concentra
Wed Aug 27, 2008 12:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Small TTray enhancement
Replies: 8
Views: 1546

Antônio, I found something weird... Another application, a big one, goes to the tray correctly ! Inspecting that application I noticed that I use an older, modifyed version, of TTRAY.PRG. Seems that the new TTRAY.PRG that came with the latest version do not function properly and I used that PRG to g...
by concentra
Tue Aug 26, 2008 8:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Small TTray enhancement
Replies: 8
Views: 1546

Antônio, the lines 287 and 288 are: oTray:Refresh() IF !oTray:lSuccess The program is a small application that reads a file that contains HP´s PCL laser printer control codes and "translate" into a Windows printing so I can print to any printer. I use it to send my reports to printers that...
by concentra
Tue Aug 26, 2008 11:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: Small TTray enhancement
Replies: 8
Views: 1546

Application =========== Path and name: C:\WORK\5imp.exe (32 bits) Size: 1,430,016 bytes Time from start: 0 hours 0 mins 5 secs Error occurred at: 08/26/08, 08:23:47 Error description: Error BASE/1066 Argument error: conditional Args: [ 1] = U Stack Calls =========== Called from: 5IMP.PRG => F_PRINT(...
by concentra
Mon Aug 25, 2008 1:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Small TTray enhancement
Replies: 8
Views: 1546

After upgrading xHarbour.com builder and FiveWin to current version, an application that minimizes to tray stopped showing the tray icon. Trying to fix the problem I called ::Refresh() and tested ::lSuccess but I am getting an erro "Argument error conditional" with ::lSuccess. Wasn´t it to...
by concentra
Fri Jul 06, 2007 4:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: UEStudio config files for FWH and FWPPC
Replies: 12
Views: 4184

Can it be used with xHarbour.com xHarbour ?
by concentra
Fri Jul 06, 2007 4:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TsBrowse users ?
Replies: 6
Views: 1418

TsBrowse users ?

Hi TsBrowse users ! I use TsBrowse in my application and I like it very much. Great job Manuel Mercado ! But, sometimes some bugs appear and I have to handle them. And seems that many people here does the same ! What about join our efforts and maintain a "extra-official" version of TsBrows...
by concentra
Mon Jun 18, 2007 9:31 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio, question about TFolder class
Replies: 7
Views: 2032

So I got rid of the box and the folders reappeared again
Seems to be the order the controls are defined in RC.
Try to put the box at the begining of the dialog, before the other controls.
by concentra
Fri Jun 01, 2007 1:22 pm
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on RedHat Fedora Core 6
Replies: 7
Views: 2814

Antonio, I am very interested in FiveLinux too. What you said is true, 95% of my customers do not care and will use Windows. But the last 5% are asking about a Linux version of our systems for a long time, and seems it is growing. I have a question here: Can you list what functionalities FiveWin hav...
by concentra
Sat Jan 13, 2007 9:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Terminal server session
Replies: 8
Views: 2995

Davide, did you have success in getting the IP address of the TS client ?

Maurício Faria