Search found 91 matches: hiding

Return to advanced search

Event handling

Hi,

A POUP window opens in my program. If I click outside of this window, it will be hidden. I need to perform some actions while hiding this POPUP window. How can I help you do this ?
by Natter
Tue Oct 06, 2020 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Event handling
Replies: 7
Views: 717

XbrGetDate pick problem

... as you can see on picture I not understood why the pickdate is not near to get and when I move the mouse on get year it become 0 hiding th button + I set the pickdate with date interval with @ 08,144 GET aGet[3] VAR dDataIniziale SIZE 120,14 PIXEL OF oFld:aDialogs[1] ...
by Silvio.Falconi
Mon Jun 17, 2019 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XbrGetDate pick problem
Replies: 2
Views: 551

Re: Fwh19.05 - New Class TDockPnel

Christobal. thank You very much it works perfect :D saving the objects to a array and hiding them on tab change. related to the selected tab the objects are shown again on the updated panel. in my test I used 2 tabs Panel 1 is showing 3 rows Panel 2 is showing 1 row ...
by ukoenig
Tue Jun 04, 2019 9:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 17
Views: 2757

Re: Function File() but for hidden files (solved)

Ok, I just tried hiding a folder and it's contents and the EXE still sees it.

I like it!
by James Bott
Tue Jan 29, 2019 1:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function File() but for hidden files (solved)
Replies: 6
Views: 1403

Re: Tech support...

Great picture, Silvio. It gave me a good laugh. Thanks for posting it.

A couple of days ago one of my cats was helping me install a new TV speaker system, by pouncing on the wires and hiding in the box. Cats are very inquisitive!

James
by James Bott
Wed Aug 02, 2017 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tech support...
Replies: 4
Views: 1028

Re: Better method Gradient() for class TWindow

... brush and gradient method function the same way. Let is add buttonbar and see. Gradient fills ClientRect, but part of it is occupied by buttonbar, hiding the top part of the gradient. In case we like the gradient to fit the visible client area (excluding oTop(oBar), oBottom(MsgBar),oLeft and oRight) ...
by nageswaragunupudi
Fri Jul 28, 2017 5:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Better method Gradient() for class TWindow
Replies: 5
Views: 1386

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

... procedure might have been authored by a member of the Database Proramming team. It is of interest to examine how far the author is successful in hiding the details of the table and structure in question from the UI programmer. Sadly, the DB programmer has utterly failed in achieving his objective. ...
by nageswaragunupudi
Sun Dec 04, 2016 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 3016

Re: change or put an image

... has 3 photo's, the new image should be placed on number 4. I will try another approach be defining several buttons where I can add a new image. By hiding most of them and using the function to work with macro substitution it will work, I hope. Regards, René
by plantenkennis
Fri Oct 21, 2016 10:46 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: change or put an image
Replies: 13
Views: 5088

Re: Fivewin SlotMachine

Silvio, You can include any GDI+ object from inside a Title-function. It will be shown together with the TTitle and destroyed,if hiding the title It belongs to the MAINWINDOW ( doesn't cover a TTitle and NOT painted on top of a TTitle) It gives You the possibility, to show some extra effects. ...
by ukoenig
Wed Jan 20, 2016 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin SlotMachine
Replies: 58
Views: 16255

Re: Hide columns

The following sample code, functional , shows how to display or hide columns in a xbrowse . Initially, the desired columns are displayed, hiding the rest , then all columns of browse are displayed . Everything runs by clicking any column header. It does not intend to modify TXBrowse class . ...
by FranciscoA
Mon Nov 16, 2015 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide columns
Replies: 14
Views: 6790

Missing data-bottomline with xBrowse Col:Hide() ?

Hello, a celledit of 31 days shows a full browser. A celledit of 28 days, hiding col 29 - 31, shows a missing bottomline of the hidden area, because of using < oBrw2:nMarqueeStyle := 3 > It looks a little bit uncomplete. The < oBrw2:nMarqueeStyle := ...
by ukoenig
Sat Jun 13, 2015 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Missing data-bottomline with xBrowse Col:Hide() ?
Replies: 1
Views: 417

Re: How to create this xbrowse-filter ?

Rick, thank You very much. I will test it, if it works for me. Hiding the 0 - values, to clean the browser 2 is easy 1. day of 31 oCol:bStrData := { || IIF( (cMonat)->T1 = 0, " ", (cMonat)->T1 ) } a working filter selecting a customer in ...
by ukoenig
Fri May 22, 2015 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create this xbrowse-filter ?
Replies: 6
Views: 1796

New FTDN January/Enero 2015 (FWH 15.01)

... oReport WHILE i <= LEN( aReturn ) RETURN nil * Fix: Class TScintilla is properly processing VK_TAB. * Fix: Printer Preview was not properly hiding the thumbnails listview panel when two pages are shown and the user double click on a page to zoom it. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=169746#p169746 ...
by Antonio Linares
Sun Jan 18, 2015 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2015 (FWH 15.01)
Replies: 0
Views: 1961

Re: Using TWebServer()

... a main window. All my test code on the console and with a GUI works just fine. For further testing purposes I added a window (tried activating and hiding it), which does open then hides, but the TSocket message persists. What exactly is TSocket looking for from that window, or what does it need ...
by rhlawek
Fri Sep 26, 2014 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using TWebServer()
Replies: 5
Views: 1187
PreviousNext

Return to advanced search