Search found 45 matches: placement

Return to advanced search

Re: Pritpal, HBIDE developer, assists us to use it with FWH

... changes. * contrib/hbide/idereportsmanager.prg * contrib/hbide/idetoolbar.prg + Advanced: "Page" management and "objects" placement. Page presented is now true to A4 size with margins. Objects placement is achieved to be dropped exactly at the cursor position. To play with: ...
by Pritpal Bedi
Mon Aug 23, 2010 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pritpal, HBIDE developer, assists us to use it with FWH
Replies: 293
Views: 99541

Re: Refreshing xbrowse when dataset is closed and re-opened

James The oRsTrip:ReFresh() did not work and here is the placement of the code : IF lOK = .F.ELSE   oDLG := NIL   SysReFresh()   lOK1 := .F.   // re open a new recordset   DEFINE DIALOG oDlg                                            ;       FROM ...
by Rick Lipkin
Thu Jul 15, 2010 12:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refreshing xbrowse when dataset is closed and re-opened
Replies: 67
Views: 16618

Re: How does Fivetech plan Backstage menu

... Navigation KeyTip Size and Positioning KeyTips for Collapsed Groups KeyTips for All Kind of Menu and Submenu KeyTips for Backstage KeyTips custom placement KeyTips for Quick Access Toolbar Galleries Displaying Galleries Gallery inline/popup support In-Ribbon Galleries Resizing Expanded In-Ribbon ...
by richard-service
Wed Jun 16, 2010 3:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How does Fivetech plan Backstage menu
Replies: 34
Views: 9702

Re: How does Fivetech plan Backstage menu

... Navigation KeyTip Size and Positioning KeyTips for Collapsed Groups KeyTips for All Kind of Menu and Submenu KeyTips for Backstage KeyTips custom placement KeyTips for Quick Access Toolbar Galleries Displaying Galleries Gallery inline/popup support In-Ribbon Galleries Resizing Expanded In-Ribbon ...
by Otto
Tue Jun 15, 2010 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How does Fivetech plan Backstage menu
Replies: 34
Views: 9702

Re: Wish - Button Bar Accelerators

... the top onto a button bar. Its easy because it is consistent ... they can always find the task options on any dialog because there is consistent placement. The result ... it works very well and people really like it. Now for the problem. The regular buttons had accelerators. The button bar does ...
by TimStone
Tue Jan 05, 2010 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wish - Button Bar Accelerators
Replies: 18
Views: 4255

New FTDN November/Noviembre 2009 (9.11)

... popup menu to be dynamically changed at runtime. * Fix: Class TBitmap Method ScrollRight(), minor fix when ::oVScroll is nil. * Fix: XBrowse: Placement of footers was wrong when WS_BORDER style is not used. Now fixed. * Fix: XBrowse: Fix in Calculation of stretched Column's width. * Fix: XBrowse: ...
by Antonio Linares
Sun Nov 22, 2009 10:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2009 (9.11)
Replies: 0
Views: 1648

Re: Best way to print Invoice ?

... .t., .t., .t., .t. } } cPdf := cPath + 'PO' + alltrim(cPoNum) + '.pdf' pdfOpen(cPdf, 200, .t.,cPath) pdfSetLPI( 48 ) // allows best placement of text on graphics do while ! oPoitms:eof() cJbNo := oPoitms:jb_no fnHeader(aSupplier,cPoNum,dPo,@nPage,@nPrRow,cPath,lConfirm,lEmail,aShipTo,cSub) ...
by Colin Haig
Tue May 19, 2009 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best way to print Invoice ?
Replies: 36
Views: 8887

New FTDN March/Marzo 2009 (9.03)

... longer needed to do: oBtnBmp:lTransparent := .T. * Enhancements: Improved transparency support for Class TBTNBMP: * It uses the same alignment and placement of the prompt and image, as the ones used for the 2007 clause * ::cCaption is properly shown * Four bitmaps support * Image adjustment is ...
by Antonio Linares
Fri Mar 27, 2009 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2009 (9.03)
Replies: 1
Views: 2281

Buttons and ButtonBmps

... but may have to take some 1.9.2 objs with me. Sure wish Antonio hadn't fixed something that wasn't broken. Regarding your question about BMP placement, I think you will have to modify the ::paint() routine. I had to do so to place multiple text objects on the same button and found it rather ...
by Antonio Linares
Wed Aug 27, 2008 7:37 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65831

A few minor glitches with GROUP, RADMENU

... <nWidth>, <nHeight>, <.lUpdate.>, <.lPixel.> ) TRadMenu supports the PIXEL clause in the placement of the TRadio representing the first element of the array passed in to TRadMenu and correctly passes the lPixel setting to its child TRadios ...
by xProgrammer
Sat Jul 26, 2008 12:52 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A few minor glitches with GROUP, RADMENU
Replies: 0
Views: 638

... the ALT, CTRL or whatever to make things more efficient. A second addition coming is Undo. I found it worked in certain cases but not for control placement. I also suggested that Reload and/or Close icons be added. When I switch to UES, I might make changes to the RC file directly and if not reloaded ...
by Ken Wantz
Mon Nov 19, 2007 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Better Resource Editor?
Replies: 19
Views: 6882

... the thumb position in the vertical scroll bar. the data is normally asigned to a codebloc containing {|| lastrec()} so in order to get the correct placement of the thumb you must asign this data to a value that reflects the real size of the databas, for example to the OrdKeyCount() function
by R.F.
Sun Feb 18, 2007 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TxBrowse() - Vertical scrollbar with filtered data
Replies: 6
Views: 1771

... the bitmaps into the EXE. If the number is changing, then you are going to have to write some code to figure out the size of the dialog and the placement of the buttons depending on the number of buttons found. James
by James Bott
Mon May 15, 2006 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creation Button bar
Replies: 3
Views: 1115

MDI Window size and placement.

Is it possible to place 3 or 4 child windows within the parent at fixed positions and sizes that users cannot move stretch or modiify or close etc.
by grumpy
Tue Feb 07, 2006 2:06 am
 
Forum: FiveWin for CA-Clipper
Topic: MDI Window size and placement.
Replies: 3
Views: 1220

Re: set date format

... <cDateFormat> must evaluate to a string of 12 or fewer characters. When specified, <cDateFormat> is analyzed to determine the proper placement and number of digits for the day, month, and year. The position of the day, month, and year digits is determined by scanning the string for ...
by Enrico Maria Giordano
Tue Nov 01, 2005 3:09 pm
 
Forum: FiveWin for CA-Clipper
Topic: set date format
Replies: 1
Views: 1092
Previous

Return to advanced search