Search found 811 matches

by fraxzi
Mon Oct 15, 2018 3:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 8638

Re: Your EXE into a Web app

Dear All , I was just searching couple month ago on the Web Development Framework ( obviously its rapid and simple ). I found UNIGUI for Delphi. Its wrapper for Sencha GUI ( one of the famous Web and Proven GUI ). UNIGUI is written in Delphi. Can we think the same for Harbour Developers ? Website :...
by fraxzi
Mon Oct 15, 2018 2:51 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 153
Views: 2949431

Re: Ribbon Theme

Hi James! This is how I define my theme (without modifying any class): #define _nClrPaneRB       RGB( 68, 68, 68 ) #define _nClrBoxOutRB     RGB( 178, 178, 178 ) #define _nClrBoxInRB      RGB( 178, 178, 178 ) #define _nClrBoxSelOut    RGB( 178, 178, 178 ) #define _aGradRB          { { 1, RGB( 178, 1...
by fraxzi
Sat Oct 13, 2018 5:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 153
Views: 2949431

Re: Ribbon Theme

Nice! Mr. James,

Mine has no Class modification just pass a color scheme .. But I have one issue on mouse hovering the Ribbon which I like it on blue .. tab like this:

Image

:?:
by fraxzi
Mon Oct 08, 2018 11:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 153
Views: 2949431

Re: Ribbon Theme

James Bott wrote:
Silvia wrote: oRebar:hSeparation := 6
I use a value of 2 which seems about right.

I used :hSeparation := 4 based on my font Verdana ...

:)
by fraxzi
Sat Oct 06, 2018 6:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mariadb Rowset export to xml
Replies: 2
Views: 1023

Mariadb Rowset export to xml

Hi All,

How to export or convert rowset to .XML file? ... so I can use it with Crystal Report ..
any idea?

:idea:
by fraxzi
Sat Oct 06, 2018 6:43 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 153
Views: 2949431

Re: Ribbon Theme

I found references on the web that there is both a Dark theme and a Black theme in Office 2016, at least some versions since yours does not. Maybe you missed an update? If you do a search for "Office 2016 themes" then click on "images" you will see screenshots of both. It's OK J...
by fraxzi
Sat Oct 06, 2018 4:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 153
Views: 2949431

Re: Ribbon Theme

Frances, Impressive! I find it interesting that Outlook 2016 and Word 2016 have different dark themes. Word's theme is much darker. Are there two dark themes to pick from? I don't have a copy of Office 2016 here to look at--I am using screenshots. Thanks James! But my Office 2016 has only one 'Dark...
by fraxzi
Fri Oct 05, 2018 12:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 153
Views: 2949431

Re: Ribbon Theme

Yes guys... Exactly like that. As much as possible not to modify internal class ... if can be avoided.. I been working with this but still a lot of tweaking ... I already replaced some color schemed of "Outlook2010" to suited the theme I hope to implement.. I patterned mine from Outlook 20...
by fraxzi
Fri Sep 28, 2018 9:10 am
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 153
Views: 2949431

Ribbon Theme

Hi All,

Anyone so kind to share Ribbon Style Office 2016 Dark Theme?

Highly appreciated.

:wink:
by fraxzi
Wed Sep 26, 2018 1:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox GetKeyChar() Method
Replies: 2
Views: 996

Re: ComboBox GetKeyChar() Method

Much better ...

Code: Select all

...
            If ::bChange <> NIL 
               ::Select( nAt ) 
               Eval( ::bChange, Self, ::VarGet() )
            End
...
 
by fraxzi
Wed Sep 26, 2018 1:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox GetKeyChar() Method
Replies: 2
Views: 996

Re: ComboBox GetKeyChar() Method

I added and tested this lines which serves the purpose.. i dunno if I made it right or any other ways so I can avoid modifying the original ComboBox source if any? ... I mean, I tried several ways as well.. http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/TComboBox_Mod_zps7z7l68bg.jpg Anyon...
by fraxzi
Wed Sep 26, 2018 12:22 am
Forum: FiveWin for Harbour/xHarbour
Topic: ComboBox GetKeyChar() Method
Replies: 2
Views: 996

ComboBox GetKeyChar() Method

Hi All, I noticed that TComboBox:nAt is not updated when GetKeyChar() hit a match ... It would be handy though ... So when user press char in oCbx:oGet and hit a match, we can retrieve other info relative to oCbx:nAt from another array... Like 'name' in oCbx:aItem to var1 and aAddr[ oCbx:nAt ] to va...
by fraxzi
Wed Sep 26, 2018 12:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 15586

Re: FWH: Parent Child RowSets (MySql/MariaDB)

Old ways. Still, the power of filters in fwhmarialib makes this very fast which is not possible with other libraries.
Indeed! amazing power of fwhmarialib filters ... this is now my new BFF ... :wink: :wink: :wink:

Great job Mr. Rao!! ... How to be you ... :lol: :lol: :lol:
by fraxzi
Tue Sep 25, 2018 12:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 15586

Re: FWH: Parent Child RowSets (MySql/MariaDB)

Hi Rao,

Thanks for the sample .. like the old-ways.
I wish in the future there would be like oRs:AddChild( 'table_1' ), oRs:AddChild( 'table_2' ) ...

Anyhow, it's the same results with your sample.

:wink:
by fraxzi
Thu Sep 20, 2018 7:03 am
Forum: FiveWin for Harbour/xHarbour
Topic: Encrypt and Decrypt errors
Replies: 9
Views: 2548

Re: Encrypt and Decrypt errors

carlos vargas wrote:please include

Code: Select all

#include "hbcompat.ch"
 

Thanks Carlos!

:)