Search found 26 matches: backgroundcolor

Return to advanced search

Re: New Class TWebView in next FWH build

Yes, it is properly working, in example: oWebView:Eval( 'document.body.style.backgroundColor = "#' + NumToHex( hb_Random( 0xFFFFFF ) ) + '"' ) How to get result? ex: oWebView:Eval("return (1+2);") Basically this is the used technique: oWebView:Bind( ...
by Antonio Linares
Sat Jun 04, 2022 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2176

Re: New Class TWebView in next FWH build

Antonio Linares wrote:Yes, it is properly working, in example:

oWebView:Eval( 'document.body.style.backgroundColor = "#' + NumToHex( hb_Random( 0xFFFFFF ) ) + '"' )


How to get result?
ex: oWebView:Eval("return (1+2);")
by ssbbs
Sat Jun 04, 2022 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2176

Re: New Class TWebView in next FWH build

Antonio Linares wrote:Yes, it is properly working, in example:

oWebView:Eval( 'document.body.style.backgroundColor = "#' + NumToHex( hb_Random( 0xFFFFFF ) ) + '"' )


waiting!.....
by Horizon
Sat Jun 04, 2022 10:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2176

Re: New Class TWebView in next FWH build

Yes, it is properly working, in example:

oWebView:Eval( 'document.body.style.backgroundColor = "#' + NumToHex( hb_Random( 0xFFFFFF ) ) + '"' )
by Antonio Linares
Sat Jun 04, 2022 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Class TWebView in next FWH build
Replies: 23
Views: 2176

Re: IE

... ) WebView_Navigate( hWebView, "https://www.fivetechsoft.com" ) // WebView_Eval( hWebView, 'document.body.style.backgroundColor = "blue"' ) WebView_Bind( hWebView, "test", Test(), hWebView ) WebView_Run( hWebView ) WebView_Destroy( hWebView ...
by Natter
Thu May 26, 2022 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IE
Replies: 39
Views: 1668

Question about FWH and Excel

Hello,

Can someone tell me how I can change a backgroundcolor of a field in an Excel file from my FWH-application?

Thank you.
by driessen
Thu Sep 24, 2020 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about FWH and Excel
Replies: 9
Views: 1070

Re: Folder SAY background-color is still missing ?

Mr Uwe the missing backgroundcolor of SAY's inside folderpages. Yes. I understood. Thanks for clarifying. We need to find a solution for this. This is a reduced sample to demonstrate the issue. #include "fivewin.ch"function ...
by nageswaragunupudi
Sat Jan 14, 2017 1:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder SAY background-color is still missing ?
Replies: 24
Views: 6761

Re: Folder SAY background-color is still missing ?

Mr. Rao, Including all possible controls I noticed the missing backgroundcolor of SAY's inside folderpages. http://www.pflegeplus.com/IMAGES/Fldtext3.jpg from DIALOG is OK //------------------------ @ 210, 225 SAY oSay[1] PROMPT "Testing ...
by ukoenig
Fri Jan 13, 2017 5:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder SAY background-color is still missing ?
Replies: 24
Views: 6761

Re: Folder SAY background-color is still missing ?

Antonio,

working on a new extended folder-sample :

Dlg-textbackground is ok, on folderpages SAYS are shown transparent
A defined SAY-backgroundcolor is not visible.
The problem has been posted some times ago

Image

regards
Uwe :?:
by ukoenig
Thu Jan 12, 2017 10:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder SAY background-color is still missing ?
Replies: 24
Views: 6761

Re: TPrinter Class Problem : Reverse Mode Printing

... I don't use a defined text-background-color. The black area can be any size and doesn't belong to the textheight and width like a normal text-backgroundcolor. The width of the black area will be the same size on all pages. I think it looks much better because of the possible defined space ...
by ukoenig
Thu Nov 10, 2016 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter Class Problem : Reverse Mode Printing
Replies: 6
Views: 1357

rbbtn question

I will change the backgroundcolor from a SAY-Button of this class. I can use bClrText for textcolor with no problems but the color of background i cannot change at runtime!?
by byte-one
Tue May 03, 2016 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rbbtn question
Replies: 1
Views: 311

Re: posible bug

Prueba con este .INI [General] Language=4 Maximize=1 Help=1 BackgroundColor= BackgroundBrush=BRUSH4 ButtonbarBrush=BRUSH2 AreaBackBrush=BRUSH4 AreaBackColor=240,247,255 AreaTitleBackColor=204,214,228 AreaTitleForeColor1=111,111,111 AreaTitleForeColor2=50,50,50 ...
by cnavarro
Wed Sep 10, 2014 5:25 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: posible bug
Replies: 17
Views: 6603

Any infos about function < C5RoundRect > ? ( solved )

Hello, I tested the function C5RoundRect but couldn't find anything about possible alterations to change the backgroundcolor or maybe to make it transparent inside. The circle itself, is the selected pencolor and size. Where does this function come from ? A test, merged to a ...
by ukoenig
Mon Apr 14, 2014 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any infos about function < C5RoundRect > ? ( solved )
Replies: 3
Views: 865

Re: Compilar con xEdit 3.0, problema

... Components=C:\Prgs\xedit\Components [EDITOR] AutoIndent=.T. TabIndents=.T. Indent=3 BackSpaceUnindents=.T. UseTabs=.F. TabWidth=3 Charset=0 BackgroundColor=ffffff InlineCColor=e8f4f4 IndentationGuides=.F. LineNumbers=.F. HiliteLine=.F. HiliteColor=c0ffff Folding=.T. HotSpots=.F. Style1=Courier ...
by noe aburto
Wed Aug 21, 2013 1:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Compilar con xEdit 3.0, problema
Replies: 5
Views: 1677

Re: New XBROWSE

Any news for this point? I have the data nColDividerSize freed from status "protected" and now i can draw the lines bigger then 1. And with :nColDividerStyle := 0 the lines are to see in backgroundcolor.
by byte-one
Tue Jul 30, 2013 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New XBROWSE
Replies: 4
Views: 1337
Next

Return to advanced search