Search found 40 matches: possibilty

Return to advanced search

Re: Booking xbrowse example

... help us with some existing web code to start with Yes but before It Need to have a usefull prg in Windows with the features i list above and the possibilty to insert a reservation clickinking with the mouse One or more cells , or moving the reservation to another room or period. in this way the ...
by Silvio.Falconi
Sat Dec 30, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 2728

Re: printer class printimage

... nAlpha, lTransp, lGray )  return nil  and I have this error https://i.postimg.cc/N0jJXYQs/ki.png and I need to have the possibilty to show image with box or not
by Silvio.Falconi
Thu Apr 20, 2023 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: printer class printimage
Replies: 7
Views: 589

Re: disable/enable button

... Memvar Static oItem[90], oBtns[20] oItem for disable/enable menuitem oBtns for disable/enable buttons on function Perform we can insert also the possibilty to check if the user have the authorization to open that procedure #include "fivewin.ch"#include "ribbon.ch"Static oItem[90], ...
by Silvio.Falconi
Fri Jul 12, 2019 4:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: disable/enable button
Replies: 5
Views: 724

Re: RichEdit: How to not show URL?

I saw there is the possibilty to use html commands as in trichedit with MsftEdit.dll but Cristobal not make the function yet Implemented new method SaveAsHtml for next version in class TRichEdit5 Also implemented for next version: ...
by cnavarro
Sat Feb 17, 2018 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit: How to not show URL?
Replies: 12
Views: 2139

Re: RichEdit: How to not show URL?

... wants is not possible in rtf classes unless you use the class in Harbor that converts the text in html ( section contribut) I saw there is the possibilty to use html commands as in trichedit with MsftEdit.dll but Cristobal not make the function yet you can set a line or word with the method ...
by Silvio.Falconi
Wed Feb 14, 2018 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RichEdit: How to not show URL?
Replies: 12
Views: 2139

Re: RICHEDIT/HTML

Antonio, Cristobal,

I found on Msd repository the possibilty rtf methods for converting to Html
Perhaps you can make a simply method for trichedit5 class

https://code.msdn.microsoft.com/windows ... d-aaa02a6e
by Silvio.Falconi
Fri Jan 19, 2018 7:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RICHEDIT/HTML
Replies: 3
Views: 774

ButtonBar and buttons

I wish Know if is possible make a modify on buttonbar . I explain you I wish have the possibilty to move some buttons at the right angle as this : https://s13.postimg.org/6cvwfu9h3/image.png this picture is made with a oldest class ( not of fwh) now ...
by Silvio.Falconi
Sat Jan 06, 2018 6:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar and buttons
Replies: 2
Views: 628

Re: trying with Lenovo Miix 320

Mr Rao , Itried it and it make me error NTOP 1 . then I not understood with font size yse 2. then I wish the possibilty to change the screen on vertical or Horizontal if the table is moved #include "fivewin.ch"#include "constant.ch"Function test()  ...
by Silvio.Falconi
Sun Sep 10, 2017 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with Lenovo Miix 320
Replies: 6
Views: 1096

Gdi and Listview

... = TListViewItem():New( oList ) oItem:cText = cFile oItem:nImage = nImage oItem:Create() but I save only the icon of the file I wish insert this possibilty to make the preview of the image file and the user can see the image immediately
by Silvio.Falconi
Sat Dec 10, 2016 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gdi and Listview
Replies: 1
Views: 496

Re: design clausole

...      oBrw:bRClicked = { | nRow, nCol | EditControl(oBrw, nRow, nCol,"XBROWSE") }       return nil  I had made also the possibilty to insert controls on tfolder http://www.iispascalcomiforti.it/wp-content/uploads/2016/12/gg.jpg the possibility to insert ...
by Silvio.Falconi
Thu Dec 08, 2016 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: design clausole
Replies: 12
Views: 5976

Re: using Cmd-C and Cmd-V in get

Hello Antonio,

Thanks!

Is there alo a possibilty to use other hotkey functions, like Cmd-P for a printing function.
by plantenkennis
Wed Nov 30, 2016 2:44 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: using Cmd-C and Cmd-V in get
Replies: 9
Views: 2509

Print text on reverse

... on a box gray color I tried with oPrn:RoundBox( nRow,nLeft, nRow+3, nLeft+5,10, 1, oPen, CLR_HGRAY ) and the cmsay I not found a box with the possibilty to insert a text
by Silvio.Falconi
Tue Nov 22, 2016 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print text on reverse
Replies: 1
Views: 460

icon on listbox

... to slect the file but on listbox i see only the link of the file sample: c:\documenti\file.txt How i can make to show the icon of the file and the possibilty to open it with app installed on pc ? i saw it on a Delphi application and i wish recreate it also with fwh . http://www.eoeo.it/wp-content/uploads/2015/06/gg.jpg ...
by Silvio.Falconi
Thu Jun 04, 2015 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: icon on listbox
Replies: 0
Views: 291

New Project : Txbrowsetup class

... oBrw:RestoreState( cState ) // to call the config you can use a button and call the function oConfig:BrwColConfig() there is the possibilty to personalized 3 image sample to insert your logo into oConfig:cBmpGrid:= ".\tool\grid.bmp" oConfig:cBmpBack:= ".\tool\back.bmp" ...
by Silvio.Falconi
Thu May 14, 2015 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Project : Txbrowsetup class
Replies: 1
Views: 671

Re: to Mastintin : yahoo financial

... (BHP.AX) -ASX Codice: 000BHP/ISIN: AU000000BHP4 divisa en AUD Perhaps there is a value tell us type of Values od each symbol I saw there is the possibilty to List all symbols as Browse ( in Italy I see 610 symbols) please see this : https://es.finance.yahoo.com/q/cp;_ylt=Aipc.U0CG.7_39vN4gNQX2RE361G;_ylu=X3oDMTFlOHFlN2kzBHBvcwM5BHNlYwN5ZmlOYXZUb3BuYXZMZWdvTmV3BHNsawNwcmluY2lwYWxpYXo-?s=ITLMS.MI ...
by Silvio.Falconi
Mon Dec 15, 2014 8:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: to Mastintin : yahoo financial
Replies: 13
Views: 5256
Next

Return to advanced search