Search found 554 matches: fill

Return to advanced search

TWBrowse confusing display

... set the filter, and gotop( ), even if there are no records, the browse shows an empty record. My clients assume this is a blank ready to be filled in ( I require an Add button be pressed to include a new record ), and they fill in the data, hit Save, and it disappears. Yes, I can program ...
by TimStone
Mon Feb 27, 2006 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWBrowse refiniment
Replies: 24
Views: 8187

Length of Cut / Copy and Paste using 0x4l Style in Dialog

... gets defined that are 30 characters wide. The font of all of the controls is set to 'Tahoma' etc. etc. On the dialog with the 0x4l style: If you fill the first get with all 30 characters and then cut or copy and paste to the other get that has the same width only about two thirds of the original ...
by dpaterso
Tue Feb 21, 2006 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Length of Cut / Copy and Paste using 0x4l Style in Dialog
Replies: 7
Views: 1487

Auto text in gets

Antonio,
is possible include auto text (like Internet Explorer) in gets?
I wish type the text and auto text fill a list of keywords available in an array.

Thanks!
Maurilio
by Maurilio Viana
Thu Feb 16, 2006 11:07 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Auto text in gets
Replies: 2
Views: 2358

Auto Fill Combo box

Hello,

Is the a combobox-class with auto-fill, just like in Internet Explorer?
Im looking for something like that without the possibility to enter something that not exist in the drop-down list.

Thanks,

Marc
by Marc Vanzegbroeck
Sat Feb 11, 2006 8:30 pm
 
Forum: FiveWin for CA-Clipper
Topic: Auto Fill Combo box
Replies: 1
Views: 1032

Re: to fill a rect

This is a working sample: #include "Fivewin.ch" FUNCTION MAIN() LOCAL oDlg, oBrush DEFINE BRUSH oBrush COLOR CLR_RED DEFINE DIALOG oDlg @ 3, 1 BUTTON "&Close" ACTION oDlg:End() ACTIVATE DIALOG oDlg; ON PAINT FILLRECT( hDC, { 10, 10, 100, 300 &...
by Enrico Maria Giordano
Sun Jan 29, 2006 6:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to fill a rect
Replies: 4
Views: 1153

to fill a rect

I must refill a rect : METHOD Rectang( nTop, nLeft, nBottom, nRight, oPen ,nRecord) CLASS XXXXXXX local hPen := if( oPen = nil, 0, oPen:hPen ) Local nX := oPen:nWidth / 2 IIF( nRecord == nil , nRecord := 0 , ) ::GetDC() MoveTo( :...
by Silvio
Sun Jan 29, 2006 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to fill a rect
Replies: 4
Views: 1153

Floodfill and rectang

I must fill of a color an rectag I use a define to INSERT A bRUSH DEFINE BRUSH oPen1 COLOR CLR_HBLUE DEFINE BRUSH oPen2 COLOR CLR_HRED MY FUNC IS CALLED FLOODY(NTOP,NLEFT,NBOTTOM,NRIGHT,NCOLOR,NUMBER) bUT i NOT kNOW HOW ...
by Silvio
Wed Jan 25, 2006 12:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Floodfill and rectang
Replies: 0
Views: 406

I need examples using GetPixel and Fill Area...

Friend

I'm develop a small aplication for a t-shirt vendor and he will design and paint a model.

But i don't know begining.

I need some examples usaing this tecniques in Fivewin.

Tank's
by Rochinha
Sat Jan 14, 2006 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I need examples using GetPixel and Fill Area...
Replies: 0
Views: 403

I want is this: - I want to send an array/file to my pocket pc. - show as an the array in a listbox - fill in the array ( by the user) - save the array to a file. - send the file/array to my pc when it connects to the docking station. what is the best way to do this? i don't ...
by Sjors
Thu Jan 12, 2006 2:15 pm
 
Forum: FiveWin for Pocket PC
Topic: TSocket class
Replies: 7
Views: 2201

... to contain. Another possibility is to show a browse and then use a DBF where each record is a text line, so to add a text line, you add a record, fill the field, and refresh the browse.
by Antonio Linares
Tue Dec 20, 2005 8:41 pm
 
Forum: FiveWin for CA-Clipper
Topic: scrolling
Replies: 7
Views: 2242

Antonio Linares wrote:Mauricio,

The dialogs are empty ? No controls on them ?

Yes.
I tried to reproduce the problem with the simplest example I could build, and that was with empty dialogs. If I fill the dialogs with controls the result is the same.

[[]] Maurício Faria
by concentra
Wed Dec 07, 2005 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC dialogs and bitmaps disapearing
Replies: 9
Views: 3118

... style box CONTROL "", 1007, "SysTreeView32", WS_CHILD | WS_VISIBLE | 135 | WS_BORDER, 12, 72, 206, 100 The another tip is fill the tree in the ON INIT event of your dialog activation. After that you Tree control should look fine :wink:
by wpacheco
Fri Dec 02, 2005 4:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Treeview question
Replies: 5
Views: 1936

2 questions: @ x, y bitmap and draw rectangle

... appears into a rectangle. How can I hide this border were the bitmap is painted? 2 - How can I draw a rectangle in a dialog or window? How can I fill it with a color? I did this: define pen oPen width 1.5 color CLR_BLUE Rectangle(oDlg:hDC, 35, 68, 200, 318, oPen:hPen) This way I can change the ...
by Maurilio Viana
Tue Nov 22, 2005 3:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2 questions: @ x, y bitmap and draw rectangle
Replies: 2
Views: 1080

Auto Fill Combo box

We'll try this again. Does anyone have an update for a combo box ( CBS_DROPDOWN ) that will autofill the data from available items or allow a new item to be entered ?

Tim :roll:
by TimStone
Fri Oct 07, 2005 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Auto Fill Combo box
Replies: 1
Views: 1107
Previous

Return to advanced search