Search found 45 matches: placement

Return to advanced search

Re: Metro Class on notebooks

Well, isn't a sample from fwh itself by the code is based upon one... Well, it appears what is wrong is the placement of the text in the upper right. You will have to code it so it is a certain distance in from the right edge, not from the left edge. You can use the ScreenWidth() ...
by James Bott
Tue Jul 28, 2015 3:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro Class on notebooks
Replies: 24
Views: 5535

New FTDN March/Marzo 2015 (FWH 15.03)

... horizontally within the area meant for the prompt. - With the combination of aBmpRect this offers greater possibilities to manage sizing and placement of bitmaps and prompts in the button area. - Now supports vertical fonts, though they are more meaningful in LEFT and RIGHT layouts. - If ...
by Antonio Linares
Fri Mar 20, 2015 10:22 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7375

Re: New FTDN february/febrero 2015 (FWH 15.02)

... and oBtn:lBoxSelect is false, border is painted even when the button is created with NOBORDER. Fixed. - Optionally, programmer can control precise placement and size of bitmaps by assigning a rectangle to oBtn:aBmpRect. If oBar:aBmpRect is assigned, this array is taken as default for all buttons ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1480

Re: Nuevo FWH 15.02

... and oBtn:lBoxSelect is false, border is painted even when the button is created with NOBORDER. Fixed. - Optionally, programmer can control precise placement and size of bitmaps by assigning a rectangle to oBtn:aBmpRect. If oBar:aBmpRect is assigned, this array is taken as default for all buttons ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.02
Replies: 7
Views: 1623

Re: New FWH 15.02

... and oBtn:lBoxSelect is false, border is painted even when the button is created with NOBORDER. Fixed. - Optionally, programmer can control precise placement and size of bitmaps by assigning a rectangle to oBtn:aBmpRect. If oBar:aBmpRect is assigned, this array is taken as default for all buttons ...
by Antonio Linares
Sun Mar 01, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1108

Re: Move controls as window size

... code. I'm not "happy" with this code as I only wrote it as simple as possible to test and prove how controls can be manipulated in placement and size inside a mdichild window and that it'd work. //---------------------------------------------------////METHOD SetSize( nType, ...
by reinaldocrespo
Sat Feb 14, 2015 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6240

Re: Responsive desktop design

I'm sure there is a way, however, it will take a lot of work. Instead of fixed screen layouts, the placement of all windows, dialogs, and controls has to be calculated based on the screen size. Hmm, you would probably also have to change the font size. Then there is the ...
by James Bott
Tue Jan 27, 2015 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responsive desktop design
Replies: 19
Views: 5886

Re: Resource Dialogs change with PC's

... because when on a workstation which it works correctly, I change the screen resolution and it changes size, but not the aspect retio or the placement. But on one that looks wrong it seems always to be wrong regardless of the screen resolution. I will check more and report back. Do most people ...
by byron.hopp
Mon Apr 28, 2014 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Dialogs change with PC's
Replies: 6
Views: 1468

Re: Migrating to Harbour

... is the fwh.hbm file I use, but I've edited it to be usable with standard FWH paths, as the actual one I use conforms to harbour's standard library placement. One thing you will note is the libraries do not include the .lib extension. This is intentional and is done in all my build scripts because ...
by rhlawek
Thu Oct 03, 2013 11:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 52
Views: 16191

Re: Canal 5 IDE (work in progress)

A little help, you can be the order of placement of the libraries? Silvio, Error: Unresolved external '_ISARRAY' referenced from C:\WORK\PRG\C5IDE\OBJ\APP.OBJ Error: Unresolved external '_ISCHAR' referenced from C:\WORK\PRG\C5IDE\OBJ\WNDSCINT.OBJ ...
by cnavarro
Sat Jun 15, 2013 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Canal 5 IDE (work in progress)
Replies: 24
Views: 9936

Re: Metro interface questions

There are some very specific specifications for Metro style. For example, the font type, font size, text placement, text color (only one color), icon size (30x30 pixels), etc. that we should keep in mind.

http://www.windows8designhandbook.com/understanding-windows-8-live-tiles.html
by James Bott
Fri May 10, 2013 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro interface questions
Replies: 2
Views: 777

Re: TestTitl.prg Sample MDI

Uwe Thanks for your help .. was thinking of using Vtitle to paint a button bar .. I have tried the ToolBar1.prg sample and I like the control over placement and the placement of the buttons and text .. unfortunately, I did not see in the FiveWin.ch header where Toolbar had any option for color ...
by Rick Lipkin
Mon Feb 27, 2012 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestTitl.prg Sample MDI
Replies: 20
Views: 11768

Re: Any guide on creating DPI-aware apps?

Got another interface issue. When user run our program on a more recent notebook pre-installed with Win7, the placement of controls on dialogs went crazy. After some googling I suspect this is due to Win7's so called dpi-virtualization. Read something about preparing a manifest ...
by hua
Wed Nov 30, 2011 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any guide on creating DPI-aware apps?
Replies: 10
Views: 2746

Re: Button Bar Problem with 11.06

After retesting the different options today, it does appear that the prompt/bitmap placement is working correctly. It does act like there is no theme support. When I remove WindowsXP.manifest it acts the same on my console as it does through Citrix and Remote Desktop. ...
by Gale FORd
Wed Jul 20, 2011 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Button Bar Problem with 11.06
Replies: 10
Views: 2449

Problem with printed coordinates for dot-matrix printer

... the paper length to 12 inches which is supported by the printer. I am using the following code print a grid with rows and columns to determine placement of data on a pre-printed form. Another problem is that the page is not form feeding to the next form once the print job is completed. How ...
by cdmmaui
Wed Jul 13, 2011 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with printed coordinates for dot-matrix printer
Replies: 1
Views: 423
PreviousNext

Return to advanced search