Search found 415 matches: parent

Return to advanced search

Re: GROUPBOX

... color of the group.    | meaning if I put COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT CLR_ORANGE is omitted and the background-color of the parent-container is shown? Again thank you so much for your help. Kind regards and until soon :-) Ruth
by Ruth
Tue Feb 27, 2024 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 171

Re: Create a Panel width a text

... GetLabelDim() will give you "right" Size and    oFonttext:nHeight() +2 is hight of each Line. while Source use oPanelShadow as Parent which does not use "full Area" of TTaskPanel()    oPanel2:nHeight     := aDim[ 2 ] + (3 * (oFonttext:nHeight() ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3152

Re: Create a Panel width a text

... GetLabelDim() will give you "right" Size and    oFonttext:nHeight() +2 is hight of each Line. while Source use oPanelShadow as Parent which does not use "full Area" of TTaskPanel()    oPanel2:nHeight     := aDim[ 2 ] + (3 * (oFonttext:nHeight() ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3152

Re: TWebView window size

Dear Ruth,

Could you please email me address.dbf ? thanks

If we don't make TWebView child of a parent window, then we can not control the size of it.
by Antonio Linares
Thu Feb 01, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 846

Re: link between PRG and RC

... the better you organize and structure your project, the easier it will be to mantain it. This can be easily achieved using child folders from a parent folder. This is a good structure to use: Folder MyApp + Folder source + Folder include + Folder lib (if you are using third party libs) + Folder ...
by Antonio Linares
Mon Jan 29, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1636

Re: WebView2 Essentials: Guides, Tips & Resources

... to binding JavaScript functions. Methods: New(nDebug, hWndParent): Constructor that creates a new web view instance. It takes debug settings and a parent window handle as arguments. Navigate(cURL): Navigates the web view to a specified URL. SetHtml(cHtml): Sets the HTML content of the web view. ...
by Otto
Wed Jan 10, 2024 7:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 Essentials: Guides, Tips & Resources
Replies: 2
Views: 478

Fivewin controls similar to javascript elements

... These listeners respond to specific events, such as clicks or key presses. Propagation: In JavaScript, events can bubble up the DOM tree, allowing parent elements to handle events triggered on their children. In Windows programming, a similar concept exists where messages not handled by a control ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1118

Re: Error al leer dbf con FW_OpenRecordSet

hi,

have you try your CODE without "last line" ?
where is you ACTIVATE ?

---

XBROWSE does NOT work "modal"
it will pass that line and "close" Recordset

you need a DIALOG as Parent for XBROWSE
by Jimmy
Thu Nov 02, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al leer dbf con FW_OpenRecordSet
Replies: 2
Views: 218

Re: XML, CON ARCHIVO ADJUNTO PDF

... Ùµ_Öß&˯ßfÿÓÓMíØÿ8½× endstream endobj 1 0 obj <</Group<</Type/Group/CS/DeviceRGB/S/Transparency>>/Parent 7 0 R/Contents 6 0 R/Type/Page/Resources<</XObject<</img0 5 0 R/Xf1 4 0 R>>/ProcSet [/PDF /Text /ImageB /ImageC /ImageI]/ColorSpace<</CS/DeviceRGB>>/Font<</F1 ...
by elmoiquique
Sat Sep 30, 2023 6:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XML, CON ARCHIVO ADJUNTO PDF
Replies: 35
Views: 2256

HBIDE - Will there be any further development?

... but the Alt keys won't bring up any menu. Also, you only open files within the current folder. You can't specify a path or .. to go back to a parent folder. I know this app was intended only as a demo, but are there plans to enhance it at some point? I'm willing to try and figure out how to ...
by FWExplorer
Mon Sep 04, 2023 10:05 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12649

Re: De Excel a MySql

Code: Select all  Expand view
oRange:Parent:Parent:Close( .f. )


oRange:Parent --> oSheet
oRange:Worksheet --> oSheet
oSheet:Parent --> oWorkBook
by nageswaragunupudi
Wed Jul 19, 2023 3:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De Excel a MySql
Replies: 7
Views: 275

Re: FWH new AutoHelp feature !!!

... FWH windows, dialogs and controls already have a DATA nId We are already using the title of the window or dialog, plus the control order in its parent window or dialog: function GetDlgCtrlOrder( hCtrl )   local hWndParent := GetParent( hCtrl )   local nOrder ...
by Antonio Linares
Thu Jul 13, 2023 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH new AutoHelp feature !!!
Replies: 14
Views: 773

Request : Dark-Mode for Controls

... "these" as default while Controntr are based on TControl() which are FROM TWindows() i wonder why Child does not have COLOR / FONT of Parent :?:
by Jimmy
Fri May 19, 2023 5:54 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Request : Dark-Mode for Controls
Replies: 0
Views: 1043

Re: Force dialog to foreground

Hi All,
Tim, check if the child popup dialog has the 'OF' clause set with the parent value,
obviously the child popup must be modal.
TIA
by mauri.menabue
Fri Apr 21, 2023 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force dialog to foreground
Replies: 10
Views: 689

Re: change ChooseColor() Background Color

... what i ask ChatPGT and Answer was If you are using the Win32 API to display these dialogs, you may be able to change the background color of the parent window before displaying the dialog box. Here is some sample code: not sure if i understand Answer right as my Sample seem not to change Color ...
by Jimmy
Wed Apr 05, 2023 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change ChooseColor() Background Color
Replies: 4
Views: 272
Next

Return to advanced search