Search found 824 matches: side

Return to advanced search

Re: Newbie have COMBOBOX Question

... of code. Commands are far more readable and maintainable than functions. this is while i put 2 x "Explorer" into Window and each "Side" have a own Combobox when "resize" e.g. "maximize" i need to calculate new Position of Control. https://i.postimg.cc/Hk62FBx3/DE-Combobox.png
by Jimmy
Sun Oct 30, 2022 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie have COMBOBOX Question
Replies: 6
Views: 500

SPLITTER : how to"resize" Client Area

... oTab_Left ;      HINDS CONTROLS oTab_Right ;      LEFT MARGIN   0 ;      RIGHT MARGIN 80 ;      SIZE 4, nHeight PIXEL ;      OF oMain STYLE both Side have a TFolder() but how to "resize" it when Client Area change Size :?: ... or do i need a Window" on Client Area :?:
by Jimmy
Sun Oct 30, 2022 6:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SPLITTER : how to"resize" Client Area
Replies: 17
Views: 1166

Re: Mouse Button on Side

hi, got to this Solution :D METHOD HandleEvent( nMsg, nWParam, nLParam ) CLASS TGrid   DO CASE      CASE nMsg = WM_XBUTTONDOWN         IF NLOWORD( nWParam ) = MK_XBUTTON1            * MsgInfo("Go_PagePrior()")            IF ! EMPTY(::bSideBack)              ...
by Jimmy
Fri Oct 28, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse Button on Side
Replies: 4
Views: 290

Re: Mouse Button on Side

hi

thx for Answer
it is not Keyboard so VK_* Constant will not work

i "just" want to say that it act like ATL + Cursor but it is Mouse
by Jimmy
Fri Oct 28, 2022 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse Button on Side
Replies: 4
Views: 290

Re: Mouse Button on Side

Try with
Code: Select all  Expand view

local lMenu    := GetKeyState( VK_MENU )

      if lMenu .and. nKey == ...
 
by cnavarro
Fri Oct 28, 2022 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse Button on Side
Replies: 4
Views: 290

Re: Mouse Button on Side

hi, have found out that ALT + Cursor left ALT + Cursor right are doing same so how to "use" it :idea:  CASE nCode == LVN_KEYDOWN          nKey := LV_GETGRIDVKEY( nPtrNMHDR )     IF nKey = 13        IF ::bClick != nil           EVAL( ::bClick, ::nOption, Self )        ENDIF ...
by Jimmy
Fri Oct 28, 2022 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse Button on Side
Replies: 4
Views: 290

Mouse Button on Side

hi,

in Firefox or EDGE i can use Button which are "on Side" of Mouse to go Backward or Forward WebSite

did someone know how to "ask" if they are press under Fivewin :?:
by Jimmy
Thu Oct 27, 2022 2:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse Button on Side
Replies: 4
Views: 290

Re: Printing double sided

...    1#define DMDUP_VERTICAL   2#define DMDUP_HORIZONTAL 3  In portait mode, if we want to stitch/staple the book on left side (long edge), use DMDUP_VERTICAL(2), otherwise (very uncommon) if we plan to staple on the top (short side) then use DMDUP_HORIZONTAL(3) In case ...
by nageswaragunupudi
Wed Oct 26, 2022 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1427

Re: Printing double sided

Antonio, The the problem persists. The use of 1 outputs to just one side of the page ( correctly ). Option 2 or 3 result in the same short side binding. One of them should be short side, and the other long side ( preferred but does not occur ). I checked the ...
by TimStone
Tue Oct 25, 2022 9:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1427

Re: Printing double sided

Sorry for the delay. I finally had the chance to test this. Here is what I have found: 1) I can use PRNDUPLEX( 1 ) to set the printer to one side only 2) I can use PRNDUPLEX( 2 ) or ( 3 ) to print both sides ( duplex ). HOWEVER, it prints incorrectly. Either 2 or 3 will print the same. It is ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1427

Re: Display thumbnails of pdfs

... Windows Explorer capability of showing preview thumbnails of all type of files. I understand what he is looking for is this. While on the left side, files are browsed (filename, size, date, etc, like Windows Explorer) on the right side pane, he likes to see the "preview of the file", ...
by nageswaragunupudi
Sat Oct 15, 2022 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Display thumbnails of pdfs
Replies: 33
Views: 2520

Re: Closing Circles

... I'll post a simple example. The logline() function in data.prg logs all accesses. If you change in your bootstrap table definition data-side-pagination="server", you will see that every click on the PAGINATION navigation will trigger an AJAX call. Without data-side-pagination="server", ...
by Otto
Sat Oct 15, 2022 9:28 am
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1373

Re: Quasar Framework for Android / iOS

hi Otto, What would be the advantage over a mod harbour PWA which you could build in the same time? as i understand Mod_harbour is for Server Side Server "produce" HTML which Client can "show" using a Browser but what if Data are "local" on Smartphone without Server ...
by Jimmy
Sat Sep 17, 2022 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quasar Framework for Android / iOS
Replies: 5
Views: 614

Re: Installing on Paralles for Mac

... and my clients are small business owners. My development work for those clients is all Windows. But I keep thinking it would be nice to enjoy some side income by making a few Apple apps and selling them in their market place. Thus, I originally invested in some Apple products. 2). Over the years, ...
by TimStone
Thu Sep 01, 2022 5:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Installing on Paralles for Mac
Replies: 15
Views: 908

Re: DWM ( Desktop Windows Manager ) Sample Code

... under FiveWin What exactly is the purpose of this program? since Windows 10 many System Dialog have a "transparency" Panel on left Side e.g. "Windows Update" but they are most "gray" which can be change to other Color you can do much more with DWM, look here ...
by Jimmy
Fri Aug 26, 2022 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DWM ( Desktop Windows Manager ) Sample Code
Replies: 10
Views: 957
PreviousNext

Return to advanced search