Search found 60 matches: menue

Return to advanced search

Re: Help about TWebView class. reading something from website.

Morning Hakan, This is the code: #include "FiveWin.ch"//----------------------------------------------------------------------------//function Main()   local oWebView := TWebView():New(), aaa   oWebView:bOnBind = { | cJson, nCalls | MsgInfo( cJson, nCalls ...
by Horizon
Tue Jul 05, 2022 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1538

Re: @Uwe Install program for mod harbour

... Another solution is shown with the setup-button that connects a second window to the main-screen. capacity : 3 main-buttons each button includes a menue with 8 buttons each button shows a submenue with 7 buttons total = 56 installs each button * 3 = 168 possible installs or downloads resizing the ...
by ukoenig
Wed Oct 02, 2019 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: @Uwe Install program for mod harbour
Replies: 20
Views: 3708

Re: Drawing on a TImage and save [Solved]

Carlos,

I added < oImage:bLDblClick > to activate and deactivate the linepainting
because right mouseclick and click are predefined
for menue and movement.

regards
Uwe :D
by ukoenig
Sun Sep 22, 2019 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11703

Re: Drawing on a TImage and save [Solved]

... is shown in white and not red Next the key-defines for painting must be different to predefined keys of xImage like the right mouselick ( opens a menue ) These are just my first tests. What's about drawing other forms like circles ( I have done with DGIPLUS ) :?: http://www.pflegeplus.com/IMAGES/Draw1.jpg ...
by ukoenig
Sun Sep 22, 2019 2:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drawing on a TImage and save [Solved]
Replies: 68
Views: 11703

Re: XBROWSE Border on cells

... the < arrow-key ri ght > moving to the next cell. without a defined background-brush it works. select : window -> array -> from the menue -> background -> paper next select a cell and move to the right with the arrow-key http://www.pflegeplus.com/IMAGES/Xbrwbrush1.jpg ...
by ukoenig
Tue May 07, 2019 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4131

Re: New Menus clauses Wiki updated

Cristobal, I would like to include a menue-sample to my sample-collector but it produces a error ( < mnuselect.prg > compiled from original sample-folder ) After adding a menue-sample, I will update the tool because many new samples are ...
by ukoenig
Tue Jul 11, 2017 8:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Menus clauses Wiki updated
Replies: 10
Views: 1823

Re: Menuwidth

Thanks for your help! I have a POPUP - Menue in a button from a ribbonbar. You say, that in a popup menu all items new created every call!? Must the creation from the menu made in a separate function? @ C_RANDV,C_RANDH+(C_STEPH_MID) ...
by byte-one
Mon Jun 05, 2017 9:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menuwidth
Replies: 12
Views: 2717

Re: Menue

Concret this 3 lines on different places are affected:
Code: Select all  Expand view
hOldFont = SelectObject( lpdis->hDC, hFont );


And the function "max" is undefined as it should be "Max"!!!
by byte-one
Mon Apr 17, 2017 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menue
Replies: 11
Views: 1231

Re: Menue

Cristobal, you must in the error-linenumbers given zB. "menudraw.prg 1699" subtract 9 as i compile in ananother way!
by byte-one
Mon Apr 17, 2017 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menue
Replies: 11
Views: 1231

Re: Menue

You must calculate the error-linenumber -9 as i compile with #pragma begindump!


I do not understand
by cnavarro
Mon Apr 17, 2017 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menue
Replies: 11
Views: 1231

Re: Menue

Cristobal, some compiler Errors in menudraw.c: You must calculate the error-linenumber -9 as i compile with #pragma begindump! Warnung W8004 C:\\prg_allgemein\\menudraw.prg 1699: 'nPos' wurde ein Wert zugewiesen, der nie verwendet wird in Funktion FwSelectedItem(tagDRAWITEMSTRUCT *,HMENU__ *,int,lon...
by byte-one
Mon Apr 17, 2017 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menue
Replies: 11
Views: 1231

Re: Menue

LEFTWIDTH has only in top-level menu an affect! Yes, but I wanted to check if that version worked the same Now run OK With 16 x 16 https://s18.postimg.org/tzyb7tx3t/menu13.png With 26 x 26 https://s22.postimg.org/ofy4tbxo1/menu12.png I'm going to look for a solution ...
by cnavarro
Mon Apr 17, 2017 12:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menue
Replies: 11
Views: 1231

Re: Menue

This are my colors. But also with others the same!
#define MENUCOLOR1 CLR_WHITE
#define MENUCOLOR2 rgb(95,95,95)
#define MENUCOLOR3 METRO_ORANGE

LEFTWIDTH has only in top-level menu an affect!
by byte-one
Mon Apr 17, 2017 12:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menue
Replies: 11
Views: 1231

Re: Menue

Ok, please put #define colors that you use to reproduce your menu with the same look
Thanks

----------------------- Edited ---------------------
And try with clausule LEFTWIDTH
Although I will check why the menu looks like this
by cnavarro
Mon Apr 17, 2017 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menue
Replies: 11
Views: 1231

Re: Menue

Sorry, the same!
by byte-one
Mon Apr 17, 2017 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Menue
Replies: 11
Views: 1231
Next

Return to advanced search