Search found 4008 matches: two

Return to advanced search

xbrowse problem with :bLClicked

...  := {|| Edit_Comuni(oBrw,2,oDlg,oDbf,aBtnBrow[4]) }          NEXT However, it happens that if I have selected two or more records and deselect only one, the procedure returns the buttonbar buttons to their initial state even if there are actually still two records ...
by Silvio.Falconi
Sun Apr 21, 2024 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: Brush

Good morning! I'm going to post here the two codes I made as an example (the second is used here on the forum), in the first the background image is the way I need it, taking up 3/4 of the screen, but the second image is not transparent. In the ...
by oliveiros junior
Fri Apr 19, 2024 1:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Brush
Replies: 10
Views: 213

Compiling error Antonio Nages resolved

Antonio today sent me two libs I have this error Progetto: test, Ambiente: bcc7Harbor: [1]:Harbour.Exe test.prg /m /n0 /gc1 /es2 /kh /a /iC:\Work\fwh\include /iC:\work\HARBOUR\Include /jC:\Work\errori\TEST_G~1\I18n\Main.hil /iinclude;c:\work\fwh\include;C:\work\HARBOUR\include ...
by Silvio.Falconi
Fri Apr 12, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling error Antonio Nages resolved
Replies: 7
Views: 221

Problem with valid email refresh btnbmp- RESOLVED

... control that has a valid to check whether the email entered is valid or not initially the btnbmp check must be disabled the btnbmp control has two bitmaps one when the logical value is true and another when the logical value is false when I enter an email the btnbmp check doesn't update yet ...
by Silvio.Falconi
Wed Apr 03, 2024 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2431

Re: xbrowse SelectRow method

... HB_ADel( oBrw:aSelected, nAt, .t. )    endif    oBrw:Refresh() return nil It seem run ok if I select two or three records and deselect one, the menu in the buttonbar remains unchanged because I added an if control IiF(LEN(oBrw:aSelected)==0,Btnbar(1,.....) ...
by Silvio.Falconi
Mon Apr 01, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 686

Re: also error with btnbmp SHOWPOPUP

... DIALOG oDlg CENTEREDreturn nilfunction PopupObject()   local oPop   MENU oPop POPUP      MENUITEM "One"      MENUITEM "Two"   ENDMENUreturn oPopfunction PoupExec( oBtn )   local oPop   MENU oPop POPUP      MENUITEM "Three"      MENUITEM "Four"  ...
by nageswaragunupudi
Sun Mar 31, 2024 4:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1704

Re: Compiling with new harbour_bcc770_32_20240309

... but also want uuid.lib But I saw on bcc7.30 there are two uuid.lib one on C:\Work_old\bcc7\lib of 2k one on C:\Work_old\bcc7\lib\psdk of 1 k but it is rename UUID and not uuid Me di por vencido y hasta ...
by Silvio.Falconi
Thu Mar 21, 2024 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3402

Another for Btnbmp

I have two btnbmp https://i.postimg.cc/gjqPTnSn/uu.png when I press a button then a black border forms how do I remove the black border? the test Function test()   local oDlg,oFont,oBold   local oCursorBtn ...
by Silvio.Falconi
Tue Mar 19, 2024 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4960

Hide/show search system on a dialog - Resolved

I want to hide the xbrowse search consisting of two say controls, a get control and a combobox through a popup menu the test works but when Ichange the size of the xbrowse the get control and the combobox control remain active with lsearch :=.t. ...
by Silvio.Falconi
Mon Mar 18, 2024 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1193

Re: To Nageswrao Del Objs on TscrollPanel

Dear Nages, I need to save all buttons and I made two function  SaveLinks() LoadLinks() I save all button on ini file  type as [Links]Button1=,,.\bitmaps\admin.png,,Dummy1('Admin'),Admin,20,20Button2=,,c:\work\fwh\bitmaps\pngs\image1.PNG,,Dummy1(1),Procedure1,20,110Button3=,,c:\work\fwh\bitmaps\pngs\image2.PNG,,Dummy1(2),Procedure2,20,200Button4=,,c:\work\fwh\bitmaps\pngs\image3.PNG,,Dummy1(3),Procedure3,20,290Button5=,,c:\work\fwh\bitmaps\pngs\image4.PNG,,Dummy1(4),Procedure4,120,20Button6=,,c:\work\fwh\bitmaps\pngs\image5.PNG,,Dummy1(5),Procedure5,120,110  ...
by Silvio.Falconi
Wed Mar 06, 2024 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 667

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button Yes. The function I provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes ...
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 667

Re: To Nageswrao Del Objs on TscrollPanel

when I had only two buttons I cannot delete printer button

Yes. The function I provided does not allow the last control to be deleted.
by nageswaragunupudi
Tue Mar 05, 2024 2:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 667

Re: To Nageswrao Del Objs on TscrollPanel

... buttons except one , then I press the scrollbar of panel scroll and I had this https://i.postimg.cc/G34Z81nn/1.png when I had only two buttons I cannot delete printer button https://i.postimg.cc/NFWzkLT2/2.png then I have another situation the final user can insert ...
by Silvio.Falconi
Mon Mar 04, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 667

Re: Data exchange between PC and Android device on the same loca

... due to its characteristics with Harbor We can still deliver a small final product where even the end user's Laptop is the Server that serves one, two or three portable collection terminals (PDAs) that lives all in the same site.
by Arturo Lopesoria
Wed Feb 28, 2024 6:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 797

Re: Add a new taskPanel on Explorerbar ( on line)

I think we would need a new method directly in the texplorerbar class to insert taskpanel in x position
I sent to Linares my Idea for two new methods
by Silvio.Falconi
Tue Feb 27, 2024 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 219
Next

Return to advanced search