Search found 419 matches: readonly

Return to advanced search

Re: Create a Panel width a text

hi Silvio, As i told you i prefer use Say and not get i have use GET while i had Problem with FW_SayText() and (extra) PANEL :!: GET use MEMO READONLY NO SCROLL but you can use SAY or RTF too --- when Edit Item and copy / paste those 2 Lines, save 4 x Lines, it still display 2 Lines but using ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3193

Re: Create a Panel width a text

... more Lines oPanel2 "grow" but Position of oPanel3 are same so it will "override" --- i have modify you Sample, using MEMO/READONLY/NOSCROLL instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only when ...
by Silvio.Falconi
Sat Feb 24, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3193

Re: Create a Panel width a text

... more Lines oPanel2 "grow" but Position of oPanel3 are same so it will "override" --- i have modify you Sample, using MEMO/READONLY/NOSCROLL instead of (extra) PANEL, which work for me so far it will "resize" oPanel2 and "reposition" oPanel3 only when ...
by Jimmy
Sat Feb 24, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3193

Box rtf on a folder

Image

oFolder:aDialogs[3]:bInit := {|| oMemo:LoadFromRTFFile( "table.rtf" ) }

@ 10, 3 RICHEDIT5 oMemo OF oFolder:aDialogs[3] PIXEL SIZE 200, 200 READONLY


why do I see the source file and not the rtf file in the richedit5 box?
by Silvio.Falconi
Thu Jan 25, 2024 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Box rtf on a folder
Replies: 0
Views: 478

Re: Definir font richedit5

... <nHeight> ] ; [ FONT <oFont> ] ; [ <pixel: PIXEL> ] ; [ MESSAGE <cMsg> ] ; [ <lHScroll: HSCROLL> ] ; [ <readonly: READONLY, NO MODIFY> ] ; [ WHEN <uWhen> ] ; [ VALID <uValid> ] ; [ ON CHANGE <uChange> ] ; [ <lDesign: DESIGN> ...
by cnavarro
Sun Dec 24, 2023 10:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 603

Eliminate Editing Icons XBROWSE MySql

... ) cQuery:="SELECT * FROM EVENTOS" oTb:=oCn:RowSet( cQuery,.t. ) xbrowser oTb TITLE "Eventos " oCn:Close() Works and is readonly but the ADD + EDIT and DELETE Icons are shown at the top of the Browse although the do'nt do anything. Is there an easy way to hide them?
by PAUL SIMM
Mon Nov 06, 2023 11:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 409

Re: How To Change Globally GET Text color when it is focused

... GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } 3. READONLY GET ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } How we can achieve this ? Thanks Shridhar Please try this small program. I used my own ...
by nageswaragunupudi
Sat Aug 12, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1556

Re: Readonly and/or disable GETs background color

Hello, using this example, tell me what remains to be done? Hola, usando este ejemplo, dime ¿qué queda por hacer? // C:\FWH..\SAMPLES\CORMEMO.PRG**************************************************** Multi SAY/GET testing in 32 bit Xbase++ mode....** Jon Berg 10-8-99          ...
by karinha
Sat Aug 12, 2023 7:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

Re: How To Change Globally GET Text color when it is focused

2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) }
3. READONLY GET ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) }

Same colors for both readonly and read/write?
by nageswaragunupudi
Sat Aug 12, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1556

Re: Readonly and/or disable GETs background color

... GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } 3. READONLY GET ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } How we can achieve this ? Thanks Shridhar
by shrifw
Sat Aug 12, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

Re: How To Change Globally GET Text color when it is focused

... GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } 3. READONLY GET ==> { nRGB(43, 43, 43) , nRGB(248, 239, 186) } How we can achieve this ? Thanks Shridhar
by shrifw
Sat Aug 12, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1556

Re: Readonly and/or disable GETs background color

#Include "Fivewin.Ch"#Define CLR_SOFTYELLOW nRGB( 255, 251, 225 )FUNCTION Main()   LOCAL...   MEMVAR...   PRIVATE..   PUBLIC...   SetBalloon( .T. )   SkinButtons()   SetGetColorFocus(...
by karinha
Sat Aug 12, 2023 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

Re: How To Change Globally GET Text color when it is focused

Dear Rao Sir ,

Sorry for the wrong the TITLE of the Topic but I am looking for to set color for READONLY GET which becomes disabled state on WHEN condition.

Thanks
Shridhar
by shrifw
Sat Aug 12, 2023 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1556

Re: Readonly and/or disable GETs background color

Hi Rick ,

I had tried this SetGetColorFocus but does not work for READONLY GETs .

Thanks
Shridhar
by shrifw
Sat Aug 12, 2023 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 865

Re: How To Change Globally GET Text color when it is focused

Dear Rao Sir , As the below code works for Active GETs when they Focus/Unfocus but it is not for READONLY GETS what is the property to set color also readonly GETs ( which is basically enabled as per WHEN condition ) TGet():bColorBlock :=  { |oGet| IF( ...
by shrifw
Sat Aug 12, 2023 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1556
PreviousNext

Return to advanced search