Search found 252 matches

by Maurilio Viana
Tue Jun 06, 2006 3:54 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Convert hexa to decimal
Replies: 2
Views: 752

Thanks, Enrico!

Regards!
Maurilio
by Maurilio Viana
Mon Jun 05, 2006 8:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Convert hexa to decimal
Replies: 2
Views: 752

Convert hexa to decimal

I must convert a hexa string to decimal values.
Does anyone know how can I do it? Any function... etc

I must convert strings like:
7F 09 8B 09 98 09 A3 09 B0 09
(it is equal to 127, 9, 139, 9, 152, 9, 163, 9, 176, 9 in decimal)

Regards
Maurilio
by Maurilio Viana
Fri May 26, 2006 10:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: :Click() error when TButton is disabled
Replies: 2
Views: 611

Thanks, Antonio!

Regards,
Maurilio
by Maurilio Viana
Thu May 25, 2006 11:29 pm
Forum: FiveWin for Harbour/xHarbour
Topic: :Click() error when TButton is disabled
Replies: 2
Views: 611

:Click() error when TButton is disabled

Antonio, I found a little bug in TButton class using bWhen clause and Click method: If bWhen clause is invalid but I do oBtn:Click() the bAction referred to oBtn is executed, a little sample: redefine button oBtn ... of oDlg action AnyAction() oBtn:bWhen := {|| .F. } oDlg:bKeyDown := {|k| if(k=VK_F9...
by Maurilio Viana
Fri Apr 28, 2006 8:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sniffer (COM ports)
Replies: 2
Views: 954

I´ll try it!

Thanks a lot!!!

Regards
Maurilio
by Maurilio Viana
Thu Apr 27, 2006 10:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sniffer (COM ports)
Replies: 2
Views: 954

Sniffer (COM ports)

Is possible scan COM1 / COM2 ports with FW or xHarbour and create a log of scanned data thart these ports receive?

If isn´t possible, does anybody know any program that scan com ports and generate a log file?

Thanks a lot
Maurilio
by Maurilio Viana
Mon Apr 24, 2006 2:10 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Use [?] button in dialogs NoModal
Replies: 1
Views: 514

Use [?] button in dialogs NoModal

Antonio and all:

Is possible to use the "?" button with dialogs NoModal?
With 'normal' dialogs it work fine, I click "?" button and in any control and it display the help. But in NoModal dialogs I click "?" and it do nothing :-(

Best regards
Maurilio
by Maurilio Viana
Mon Mar 20, 2006 10:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs: TGet bchange /Outlook/ suggestion to .ch
Replies: 7
Views: 1858

We have just tested samples\TestOutL.prg and it works ok. Could you please test it ? Are you using some classes with modifications of your own ? No, I´m using original class. The problem occur when we click any button by first time. In 1st time, the action isn´t launched. Any times it work other ti...
by Maurilio Viana
Mon Mar 20, 2006 5:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs: TGet bchange /Outlook/ suggestion to .ch
Replies: 7
Views: 1858

Bugs: TGet bchange /Outlook/ suggestion to .ch

Antonio, I upgrade to FWH 2.7 to use with xHB comercial due to the _hbstack bug and I found any fixed bugs from 2.6 that came back. I'll be glad if you can review this issues: AnsiUpper() function: In any cases AnsiUpper generate a GPF (I tested under XP) and our app crash (but in any way stay runni...
by Maurilio Viana
Fri Mar 17, 2006 11:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Theme names under XP
Replies: 4
Views: 1058

Here a single function to detect XP theme name return: "WindowsClassic" if no theme is used "XPBlue" if theme is blue "XPGreen" if theme is olive green "XPSilver" if theme is silver #define HKEY_CURRENT_USER 2147483649 function CurrentTheme() local cTheme := &...
by Maurilio Viana
Thu Mar 16, 2006 2:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Theme names under XP
Replies: 4
Views: 1058

Thanks, James and Enrico.

I´ll try any about it.
If I have success I´ll publish here.

Regards!
Maurilio
by Maurilio Viana
Tue Mar 14, 2006 10:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Theme names under XP
Replies: 4
Views: 1058

Theme names under XP

Is possible to detect XP theme names?
I think paint the background color of outlook class based on XP theme (blue, silver or green...).

Regards,
Maurilio
by Maurilio Viana
Tue Mar 14, 2006 10:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Group error when ALT is pressed
Replies: 2
Views: 538

Thanks a lot, Antonio!

Best regards!
Maurilio
by Maurilio Viana
Tue Mar 14, 2006 10:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Focus problem with TGet class
Replies: 2
Views: 736

James, My fault! I forgot to mention it can be used only by users that have these focus problems. I don´t tested with default pushbuttons yet. In FWH 2.6 worked fine, when I migrate to 2.7 I had this focus problems when I use any sequence of when/valid clauses in gets and/or pushbuttons. Regards, Ma...
by Maurilio Viana
Mon Mar 13, 2006 2:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Focus problem with TGet class
Replies: 2
Views: 736

Focus problem with TGet class

Dear Antonio, We detect a strange problem with gets when we have a sequence like get1, get2, getN, pushbutton and getN have a valid/when condition or when pushbutton depend of getN valid/when. For any cause that we couldn't detect pushbutton don't get the focus. We couldn't isolate a little situatio...