Search found 91 matches: hiding

Return to advanced search

Checkbox with ltransparent error

... aDat[ 5] VAR l05 Prompt axArray[ 5, 2 ] SIZE 350, 20 PIXEL OF oDlg aDat[ 5]:lTransparent:=.t. this gate covers the lower part of the dialog, hiding the other controls that are there If I rem aDat[ 5]:lTransparent:=.t. Not happend nothing
by Silvio.Falconi
Fri Apr 19, 2024 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox with ltransparent error
Replies: 1
Views: 56

Re: Fivewin and ADO

... n ] and oBrw:oCol( n ) ? At the time of creation, both return the same column object. But at runtime, user can shuffle the columns as he likes by hiding some columns, moving / swapping some columns. So, when we need to refer to the 'n'th column as at the time of creation, oBrw:aCols[ n ] may point ...
by nageswaragunupudi
Fri Jun 09, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3802

Re: Como Eliminar Ultima Fila de XBrowse ??

XBrowse never shows any blank record on its own, if that blank record is not in the DBF.

When you are hiding and showing browse with a code like this:
Code: Select all  Expand view
oBrw4:Show(),oBrw4:SetFocus()


add oBrw4:Refresh() also.
by nageswaragunupudi
Fri Sep 30, 2022 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como Eliminar Ultima Fila de XBrowse ??
Replies: 4
Views: 381

Hiding windchild commands

I'm rewriting my application, perhaps the archive now is more fast, but I have a problem if I use Windows child on Mdi Sometimes I not see the commands of Child ( dx corner) https://i.postimg.cc/QdQzsn7D/ddddddd.jpg I ask this on another topic ( https://forums.fivetechsupport...
by Silvio.Falconi
Fri May 06, 2022 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 0
Views: 166

Re: Hiding windchild commands

Silvio, thanks for the little sample You are right, but not only with 2015 style, also with 2007, 2010, 2013 and without style but with the COLORS clause, when the HELP clause is included in a MENUITEM and the window is MDICHILD ( maximized ). I will look at this Cris, do you have you solved this p...
by cnavarro
Fri Feb 18, 2022 11:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Hiding windchild commands

Silvio,

I take it you have never used panels? There should be some samples in the \Samples directory. Panels are completely blank with no title bar and no default controls. You can use them instead of MDI windows and dialogs. If I remember correctly the Explorer Bar samples use panels.

James
by James Bott
Fri Feb 18, 2022 11:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Hiding windchild commands

James Bott wrote:Instead of using a MDI window you could use a panel (TPanel class).


Panel ????????
I made Windows child for each procedure or I use dialogs as mdichild
by Silvio.Falconi
Tue Feb 15, 2022 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Hiding windchild commands

Instead of using a MDI window you could use a panel (TPanel class).
by James Bott
Tue Feb 15, 2022 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Hiding windchild commands

Silvio, thanks for the little sample You are right, but not only with 2015 style, also with 2007, 2010, 2013 and without style but with the COLORS clause, when the HELP clause is included in a MENUITEM and the window is MDICHILD ( maximized ). I will look at this Cris, do you have you solved this p...
by Silvio.Falconi
Tue Feb 15, 2022 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Hiding windchild commands

Silvio, thanks for the little sample
You are right, but not only with 2015 style, also with 2007, 2010, 2013 and without style but with the COLORS clause, when the HELP clause is included in a MENUITEM and the window is MDICHILD ( maximized ).
I will look at this
by cnavarro
Sat Jan 15, 2022 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Hiding windchild commands

Silvio, do you have any little example i can try? I think the problem is MENUITEM "Aiuto" HELP MENU MENUITEM "Aiuto" ..... and when the menu is 2015 style MENU oMenu 2015 If I rem Help then I not have that error I create a small test #include "FiveWin.ch"static oWndfun...
by Silvio.Falconi
Sat Jan 15, 2022 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Re: Hiding windchild commands

Silvio, do you have any little example i can try?
by cnavarro
Fri Jan 14, 2022 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

Hiding windchild commands

at init I have

Image


then If I move the mouse near "Aiuto" menuitem on winMain the command of winchild are hided




Image

it's normal ?
by Silvio.Falconi
Fri Jan 14, 2022 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hiding windchild commands
Replies: 8
Views: 540

style of xbrowse - Resolved!!

I have a xbrowse on a explorerbar how could i go about hiding that it is an xbrowse table? removing the header and lines and borders and scrolls https://i.postimg.cc/YSDQcVdr/testvtask.png I do not remember where I saw it but in a test ...
by Silvio.Falconi
Wed Jun 09, 2021 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: style of xbrowse - Resolved!!
Replies: 1
Views: 344

Xbrowse enhancemend for colums setup/use

... enhanced would be more efficient i think In xbrowse we use the RowNo (upper left) to show the rows etc that can be clicked to see all colums. For hiding/see a colums now we have to click for every change the browse and repeat this... My suggestion is that we can mark/unmark ALL at once and then ...
by Marc Venken
Wed Feb 17, 2021 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse enhancemend for colums setup/use
Replies: 6
Views: 538
Next

Return to advanced search