topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
to convert file.dll | Install Virtual PC with XP or send me the DLL and I send the RC |
to distinguish get from combobox | Hi,
oDlg:bKeyDown = { |nKey| press_dlg( oDlg, nKey, ....)
FUNCTION PRESS_DLG( oDlg, nKey )
LOCAL oActive := OWNDFROMHWND( GETFOCUS() )
MsgInfo( oActive:classname )
RETURN NIL
For combobox objects I have "TGET" as result.
Is there a way to distinguish combobox from get objects? |
to fill a rect | I must refill a rect :
[code:1zvwy10i]METHOD Rectang( nTop, nLeft, nBottom, nRight, oPen ,nRecord) CLASS XXXXXXX
local hPen := if( oPen = nil, 0, oPen:hPen )
Local nX := oPen:nWidth / 2
IIF( nRecord == nil , nRecord := 0 , )
::GetDC()
MoveTo&... |
to fill a rect | This is a working sample:
[code:1e1ehga4]#include "Fivewin.ch"
FUNCTION MAIN()
LOCAL oDlg, oBrush
DEFINE BRUSH oBrush COLOR CLR_RED
DEFINE DIALOG oDlg
@ 3, 1 BUTTON "&Close" ACTION oDlg:End()
ACTIVATE DIALOG oDlg;
ON PAINT FILLRECT( hDC, { 10, 10... |
to fill a rect | thanks EMG
but I must give to my func ncolor variable
it create a rect with
[code:3arqptgd]Rectang( nTop, nLeft, nBottom, nRight, oPen ,nRecord)[/code:3arqptgd]
from this command I can create a brush with the ncolor of the open I give to it
can I found the color of the open and insert to brush ? |
to fill a rect | to understand well I explain you
in a program I run this function
[code:311kfm8m] oGraficos:Rectang( nLinea+nVertic+4, nColumnaInicio+nHoriz, nLinea+nVertic+10, nColumnaFinal+nHoriz ,oPen5,dati->(Recno()) )
[/code:311kfm8m]
oGraficos is a object of a class
and into class ... |
to fill a rect | OKKKKKKKKKKKKKKKKKKKKKKKKKKKKKK
I resolve IT
NOw RUn OKKKKKKKK
thanks to all
Falconi Silvio |
to find clients | Can I find ( in a program xharbour) how many computers there are in a classroom from a server computer : each pc are link to Lab2 Domain
and put in a browse the name of each pc and his ip ?
Can you write here a sample pls |
to nages | Dear Mr Rao ,
I wish insert a name of field into a dialog :
I made this
[code=fw:2s1b0met]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> Insert_Fields<span style="color: #000000;">(</span>oDlg<span style="color: #000000;">)</span><br /> <spa... |
to nages | Itried with
:bLDClickData := {|| ( lOk := .t., CreateSay(oStru:aRow[ oStru:NAT()] , oDlg ) ) }
it return the field of the stru but the n I have many say into dialog I not Know why |
to nages | :bLDClickDatas := { || lOk := .t., CreateSay( oStru:aRow[ 1 ], oDlg ) } |
to nages : add a xbrowse features | Dear Nages,
Look this picture please
[img:2af3rw6p]http://www.eoeo.it/wp-content/uploads/2015/05/proggetto_clienti.jpg[/img:2af3rw6p]
I wish insert on this menu at first menuitem a new option " Default Columns" and then the user can have the original columns
How we can make ?
METHOD SetColumns( nR... |
to nages : add a xbrowse features | [code=fw:1hraszvw]<div class="fw" id="{CB}" style="font-family: monospace;"><br />... <span style="color: #0000ff;">ACTION</span> <span style="color: #000000;">(</span> ;<br /> ASort<span style="color: #000000;">(</span> ::<span style="color: #000000;">aCols</span>, <span style="color: #00C800;">nil... |
to nages : add a xbrowse features | [size=200:u7su7m8n]thanks[/size:u7su7m8n] |
to nages : fix to Tbitmap paint | in tbitmap -> method paint ...
in lines 677 +- and 696 +-
[code=fw:22t25009]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />......<br /><span style="color: #00C800;">if</span> SetAlpha<span style="color: #000000;">(</span><span style="color: #000000;">)</span> .and. ::<span style="color: ... |
to nages : fix to Tbitmap paint | Thanks for pointing out.
I propose to destroy hbitmap if not nil, towards the end of paint method, because this creation by resize is at two places in the paint method. Hope you too will agree.
Also I am considering replacing resizebmp with resizeimg because I found the later function produces a better quality resizi... |
to nages : fix to Tbitmap paint | Nages , resize images from gdi+ is better ... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> ... look code in tgdiplus.prg. |
to nages : fix to Tbitmap paint | [quote="mastintin":3ayl3ukp]Nages , resize images from gdi+ is better ... <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> ... look code in tgdiplus.prg.[/quote:3ayl3ukp]
We need to do a lot more work on GDI. We both will make some time for it. |
to nages : fix to Tbitmap paint | [quote="nageswaragunupudi":k7qrwmc0]We need to do a lot more work on GDI. We both will make some time for it.[/quote:k7qrwmc0]
check your email. I sent a small code for tests. |
to remote client | What use to connect with customer ? |
to remote client | Try vnc viewer
It's very good |
to remote client | For service usage try "Listening VNC Viewer" and "VNC Server - user mode - option add new client"
My customers use this option every time they need my help.
Regards
Robert |
to remote client | I wanted and search something test made on fivewin and harbour please |
to remote client | Silvio,
To really help my client, I need a strong program. I subscribe to[b:1psapbr6] Log Me In Rescue[/b:1psapbr6]. I never have any problems connecting no matter what they have for firewalls, etc. In fact, I have a button in my program that takes them right to the website where they can enter their connection cod... |
to remote client | But we can create a client program ( made with fwh) where connect to our pc to SERVER program .
we must have this server program in tray when weopen the pc and when the customer call us the server program must be opened and we can chat with the customer
It is possible with fhw ? Or not ?
strange.... |
to simplify the Tdatabase call | I wanted to know if in Tdatabase I can do this
sample
CLASS TUtenti from TDataBase
METHOD New()
METHOD ToArray()
ENDCLASS
METHOD New( lShared ) CLASS TUtenti
Default lShared := .t.
::super:New(,oApp():cExePath + "Utenti" ,, lShared)
if ::use()
::setOrder(1)
::gotop()
endif
RETURN Self
... |
to simplify the Tdatabase call | Silvio,
I thought you already had this working? And the way you show it you care creating and array with every field, and I thought you only needed 3 fields? |
to simplify the Tdatabase call | James,
I resolved but I not use arraytodbf but to hand |
to simplify the Tdatabase call | Silvio,
[i:2gy0rmub]I resolved but I not use arraytodbf[/i:2gy0rmub]
Hmm, doesn't arraytodbf() take an array and put it into a DBF? I think you want DBFtoArry() if there is such a method.
James |
to use xbrowse in dialog | hallo,
I would like to use xbrowse in a dialog.
I have the dialog in myfile.dll creted with pelles C.
which "control" should I use?
thanks |
to use xbrowse in dialog | Look
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=193&p=2495&hilit=Txbrowse+Pellesc#p2495">viewtopic.php?f=6&t=193&p=2495&hilit=Txbrowse+Pellesc#p2495</a><!-- l --> |
to use xbrowse in dialog | thanks for the reply,
I created with Pelles C myfile.dll and in myfile.dll I created dialog "PROVA"
i used custom control but when I choose custom control I had to type "txbrowse" (there were no classes to choose from).
this is the samples:
USE CUSTOMER NEW ALIAS (cAlias)
DEFINE FONT oFont NAME "Tahoma" SIZE 0, -12
D... |
to use xbrowse in dialog | You can put here your. Rc? |
to use xbrowse in dialog | this is:
// RESOURCE SCRIPT generated by "Pelles C for Windows, version 7.00".
#include <windows.h>
#include <commctrl.h>
#include <richedit.h>
LANGUAGE LANG_ITALIAN,SUBLANG_ITALIAN
PROVA DIALOGEX FIXED IMPURE 6, 18, 310, 186
STYLE DS_SHELLFONT|WS_POPUP|DS_MODALFRAME|DS_CONTEXTHELP|DS_3DLOOK|WS_CAPTION|WS_SYSMENU|WS... |
to use xbrowse in dialog | The problem is not in the. RC
You are calling the method CreateFromCode, and you have to call the method
:CreateFromResource( nId ) |
to use xbrowse in dialog | thanks mr. cnavarro,
Can you explain me the meaning of WITH OBJECT... ?
thank you |
to use xbrowse in dialog | To define the properties of an object and avoid putting on each object name <oBj>: data or <obj>: method
WITH OBJECT <oBj>
: <data1>: = ...
: <data2>: = ...
: <data3>: = ...
: <method> ()
END
equivalent to:
<oBj>: <data1>: = ...
<oBj>: <data2>: = ... ... |
to use xbrowse in dialog | ok,
and now another question.
this is my code:
oDbf := oOdbc:Query( "SELECT articolo as codice, descrarticolo as descrizione, unitamisura as um, " +;
"prezzo as listino "+;
"FROM magazzino "+;
"WHERE codice = 'AAAA' "+;
"ORDER BY codice")
oDbf:Open()
oDbf:Gotop()
DEFINE FONT oFont NAME 'TAHOMA... |
to use xbrowse in dialog | Find this line in the example
.../...
REDEFINE XBROWSE .....
This example can perhaps help
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27965#p156123">viewtopic.php?f=3&t=27965#p156123</a><!-- l --> |
to use xbrowse in dialog | thank you, it's very useful!
excuse me, I'm use: oOdbc := TOdbc():New( cDSN, cName, cPass ) and the example use DEFINE QUERY etc..., can you explain me what is the difference? |
to use xbrowse in dialog | I think in the example they are using the class TDolphin using Mysql
In the forum there is a lot of information of that class and its Author: Daniel Garcia-Gil gives excellent help. |
to use xbrowse in dialog | Very good, thank you
Sent from my RM-885_eu_italy_299 using Tapatalk |
toast win 10 | I tried on windows 10 pro this
Toast( "TicketBus", "Release 1.00", "(c) 2017",;
".\bitmaps\bus.png" )
not show anything only a notice at left with the text "New notice"
any solution ?
and how I can to simulate msgyesno function with toast ? |
toast win 10 | I tried also with
msginfo(nKmIniziali)
where nKmIniziali is a number
and I recall msginfo with this function
Function msginfo(ctext)
Toast( ctext, "TicketBus", "Eoeo Software (c) 2017",;
"file://C:\Work\Prg\TicketBus_tablet\bitmaps\info.png" )
return nil
and it make error
[code=fw:efiu5l... |
toast win 10 | resolved with str(ctext)
How simulate msgyesNO function with toast ? |
today problem with savetodbf | [code=fw:22vz8sue]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span style="color: #000000;">C</span>:\Work\errori\Ricerca_invoice_salvtaggio_ok\test.Exe <span style="color: #000000;">(</span><span style=... |
today problem with savetodbf | Silvio,
The array has only 18 elements:
AEval( oBrowse:aDeleted, { |a| a[ 19 ] := -a[ 19 ] } ) |
today problem with savetodbf | oooppss you're right |
today problem with savetodbf | [quote="Antonio Linares":28mt0trr]Silvio,
The array has only 18 elements:
AEval( oBrowse:aDeleted, { |a| a[ 19 ] := -a[ 19 ] } )[/quote:28mt0trr]
Antonio I correct but there is the error on line 329
[b:28mt0trr] oRigheInvoice:SaveArrayToDBF( cItemFlds,aData )[/b:28mt0trr]
[img:28mt0trr]https:/... |
today problem with savetodbf | Dear Silvio,
what error is it ? |
today problem with savetodbf | [quote="Antonio Linares":2y7wf215]Dear Silvio,
what error is it ?[/quote:2y7wf215]
the same on savearrattodbf see your mail |
today problem with savetodbf | Silvio,
Why don't you link in the source code SaveArrayToDBF or the class and insert some msginfos?
Best regards,
Otto |
today problem with savetodbf | [quote="Otto":1nljo2d0]Silvio,
Why don't you link in the source code SaveArrayToDBF or the class and insert some msginfos?
Best regards,
Otto[/quote:1nljo2d0]
not know where is it |
today problem with savetodbf | Silvio,
oRigheInvoice is your class?
It seems to me that you use the Fivewin function ArrayToDBF there.
c:\fwh\source\function\dbffunc2.prg
Best regards,
Otto |
today problem with savetodbf | [quote="Otto":2djcil41]Silvio,
oRigheInvoice is your class?
It seems to me that you use the Fivewin function ArrayToDBF there.
c:\fwh\source\function\dbffunc2.prg
Best regards,
Otto[/quote:2djcil41]
I re-created that I saw on yunus.prg only I have 18 Fields and use tdatabase
no oRigheInvoice is the name of dbf [b:... |
today problem with savetodbf | I think oRigheInvoice has inherited from TDatabase in your source code.
This method does not yet exist in Fivewin.
Can you post more source code?
Show the source code where you create the object.
Best regards,
Otto |
today problem with savetodbf | Called from: .\source\function\DBFFUNC2.PRG => FW_FIELDSPUT( 911 )
Called from: .\source\function\DBFFUNC2.PRG => (b)FW_SAVEARRAYTODBF( 859 )
Called from: => AEVAL( 0 )
Called from: .\source\function\DBFFUNC2.PRG => FW_SAVEARRAYTODBF( 859 )
Link c:\fwh\source\function\dbffunc2.prg
There you have these fun... |
today problem with savetodbf | [quote="Otto":37h0memb]I think oRigheInvoice has inherited from TDatabase in your source code.
This method does not yet exist in Fivewin.
Can you post more source code?
Show the source code where you create the object.
Best regards,
Otto[/quote:37h0memb]
??? otto
//OPEN THE DBF BODY
oRigheInvoice:=TRigheRe... |
today problem with savetodbf | [quote="Otto":1uv608px]Called from: .\source\function\DBFFUNC2.PRG => FW_FIELDSPUT( 911 )
Called from: .\source\function\DBFFUNC2.PRG => (b)FW_SAVEARRAYTODBF( 859 )
Called from: => AEVAL( 0 )
Called from: .\source\function\DBFFUNC2.PRG => FW_SAVEARRAYTODBF( 859 )
Link c:\fwh\source\function\dbffunc2.prg
T... |
today problem with savetodbf | 'Silvio,
but before you can save a record you have to navigate to the recNo
METHOD GoTo( nRecNo )
or insert a new record.
METHOD Append()
Why don't you create a function, SAVE () and pass your data?
There you open your database again and save everything.
And then closes it.
For such a complicated task, this is mo... |
today problem with savetodbf | I understood I have aItems of 18 field and citemflds of 19
How I can make to set aItems to 19 fields ? |
today problem with savetodbf | [quote="Otto":26gu1y8e]'Silvio,
but before you can save a record you have to navigate to the recNo
METHOD GoTo( nRecNo )
or insert a new record.
METHOD Append()
Why don't you create a function, SAVE () and pass your data?
There you open your database again and save everything.
And then closes it.
For such a compl... |
today problem with savetodbf | Perhaps I found a solution
I add on dbf Rig_Res a field [b:16s73mtg]recno numeric 3cr[/b:16s73mtg]
when I add a new service I add a new field
[code=fw:16s73mtg]<div class="fw" id="{CB}" style="font-family: monospace;">AaDd<span style="color: #000000;">(</span>oBrowse:<span style="color: #000000;">aArrayData</... |
today problem with savetodbf | Otto,
making the modifies this afyernoon perhaps it can run
the new record is ok
the modify record is ok
I have problems when I delete a row
on xbrowse of yunus it delete with
[code=fw:tc6u0a15]<div class="fw" id="{CB}" style="font-family: monospace;"> :<span style="color: #000000;">bKeyDown</span> := <span ... |
today problem with savetodbf | OK NOW RUN OK
[code=fw:u6cct93v]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00C800;">if</span> ! Empty<span style="color: #000000;">(</span> oBrowse:<span style="color: #000000;">aDeleted</span> <span style="color: #000000;">)</span><br /> ... |
todbcdirect | Some People Knows As firebird DB with this Class., But can´t open DBF TEMP to using LISTBOX
Thanks.. |
todbcdirect | Mauricio,
Could you please provide a small sample to reproduce it ? thanks, |
toggle with BTNBMP | Hello,
should toggle on BTNBMP work?
Best regards
Otto
[code=fw:3ty0adan]<div class="fw" id="{CB}" style="font-family: monospace;">@ <span style="color: #000000;">10</span>, <span style="color: #000000;">65</span>;<br /> <span style="color: #0000ff;">BTNBMP</span> oBtnVerrechnung ;<br />  ... |
toggle with BTNBMP | [code=fw:13csxuek]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> ToggleBtn<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br /> <span style="color: #00C800;">local</span> oDlg, oBtn<br /> <span style="color: #00C800;... |
toggle with BTNBMP | Dear Mr. Rao,
thank you. This is working fine.
Best regards,
Otto |
token index | HOLA TODOS.Busco alguna manera de indexar con algo asi como una CLAUSULA TOKEN. Mi necesidad es que el usuario captura una palabra y se muestren RAPIDAMENTE todos aquellos registros que contienen dicha palabra en un campo especifico.ALGUNA IDEA? |
token index | Arturo,Si usas relativamente pocos registros entonces puedes usar SET FILTER TO ... que es algo lento ya que busca registro por registro.Si tu DBF es bien grande, entonces podemos indicarte otras técnicas para hacer las busquedas más rápidas, como crear un índice temporal condicional ó buscar directamente dentro de la ... |
token index | Gracias Antonio. Actualmente uso un indice temporal que resulta mas veloz que un SET FILTER en combinacion con AT() o "$", pero aun asi resulta lento, pues son muchos registros. Recuerdo habia una clausula token en algun RDD, la verdad creo que unicamente algo asi podria aumentar la velocidad de respuesta.GRACIAS. SALU... |
tole on xp | this code :
[code:1vews36w]
Function stampa_affidamento()
Local cdoc:= "c:\maga\affida.doc"
oWord = TOleAuto():New( "Word.Application" )
oDoc = oWord:Documents:Open( cDoc )
oDoc:Select()
oSel = oWord:Selection
WORDREPLACE( oSel, "<protocoll... |
tole on xp | [quote="Silvio":1vp8e2b0]this code :
[code:1vp8e2b0]
Function stampa_affidamento()
Local cdoc:= "c:\maga\affida.doc"
oWord = TOleAuto():New( "Word.Application" )
oDoc = oWord:Documents:Open( cDoc )
oDoc:Select()
oSel = oWord:Selection
WORDREPLA... |
tole on xp | because with tword clas not run ok the possibility to insert a logo into title |
tole on xp | [quote="Silvio":39fp5px3]because with tword clas not run ok the possibility to insert a logo into title[/quote:39fp5px3]
Silvio :
see this code , it's works fine to me <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Method AddImagen()
[code:39fp5px3]
oWord := TWord(... |
tole on xp | I tryed it last two year the I must use ole .... |
tole on xp | perhaps I have a old wrong version of tword class
where i can download it ? |
too busy to response | hi,
i try to use a GET MULTILINE to show "Output" under GUI
[code=fw:2aumos2k]<div class="fw" id="{CB}" style="font-family: monospace;">PROCEDURE SetStatusText<span style="color: #000000;">(</span> cData <span style="color: #000000;">)</span><br /><span style="color: #00C800;">LOCAL</span> ControlHandle<br />... |
too busy to response | got the Solution
[code=fw:3ezm682f]<div class="fw" id="{CB}" style="font-family: monospace;"> hb_IdleSleep<span style="color: #000000;">(</span> <span style="color: #000000;">0.01</span> <span style="color: #000000;">)</span><br /> SysRefresh<span style="color: #000000;">(</span><span style="color: #00... |
toolbar | Hola
Consulta como puedo enviar el mensaje que cuando se presiona el boton del toolbar se active el menu
[code:1lzh7son]
DEFINE TBMENU OF aToolBar[1] ;
ACTION ListArtCli(.t.) ;//aqui al presionar que active el popup
TOOLTIP ansitooem("Mantención·Clientes") ;
... |
toolbar boton desactivar? | Hola.
Como hago para desactivar el segundo boton? gracias.
[code=fw:3q812dx8]<div class="fw" id="{CB}" style="font-family: monospace;"> WITH OBJECT oTb<br /> :<span style="color: #000000;">addButton</span><span style="color: #000000;">(</span><span style="color: #000000;">{</span>|| <span style="color: #0... |
toolbar boton desactivar? | Prueba con oTb:aControls[2]:disable(), saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
toolbar boton desactivar? | [quote="joseluisysturiz":2nvrkx7f]Prueba con oTb:aControls[2]:disable(), saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->[/quote:2nvrkx7f]
bien bien! habia probado con abuttons....
gracias! gracias! |
toolbar boton desactivar? | [quote="goosfancito":36yu2rez][quote="joseluisysturiz":36yu2rez]Prueba con oTb:aControls[2]:disable(), saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->[/quote:36yu2rez]
bien bien! habia probado con abuttons....
gracias! gracias![/quote:36yu2rez]
Es... |
toolbar boton desactivar? | me da error. me dice que esta fuera del rango
[quote:j4150egg] Error description: Error BASE/1132 Error de rango: acceso al array
Args:
[ 1] = A { ... }
[ 2] = N 1[/quote:j4150egg] |
toolbar boton desactivar? | [quote="goosfancito":1r17ryie]me da error. me dice que esta fuera del rango
[quote:1r17ryie] Error description: Error BASE/1132 Error de rango: acceso al array
Args:
[ 1] = A { ... }
[ 2] = N 1[/quote:1r17ryie][/quote:1r17ryie]
Nunca he desactivado un boton de la buton bar como lo quieres hac... |
toolbar boton desactivar? | Gustavo,
Hay un ejemplo en samples\toolbar1.prg:
MENUITEM "&Disable button..." ACTION oToolBar:EnableButton( 3, .f. )
MENUITEM "&Enable button..." ACTION oToolBar:EnableButton( 3, .t. ) |
toolbar class as Menu 2015 | Ho w Ican modify the color of the toolbar as colors of menu2015 ?
the menu 2015
[img:2nn706wh]http://www.eoeo.it/wp-content/uploads/2016/01/menu2015.jpg[/img:2nn706wh]
I try to insert the menu on the toolbar and I change the background of the button but I cannot modify the color od the rebar
[img:2... |
toolbar class as Menu 2015 | [quote="Silvio.Falconi":36i1apgl]Ho w Ican modify the color of the toolbar as colors of menu2015 ?
the menu 2015
[img:36i1apgl]http://www.eoeo.it/wp-content/uploads/2016/01/menu2015.jpg[/img:36i1apgl]
I try to insert the menu on the toolbar and I change the background of the button but I cannot modi... |
toolbar class as Menu 2015 | I not mean buttonbar but on toolbar (REbar class) |
toolbar class as Menu 2015 | [quote="Silvio.Falconi":1bfocfxj]I not mean buttonbar but on toolbar (REbar class)[/quote:1bfocfxj]
Ok, Any small example? |
toolbar class as Menu 2015 | Local oImageList, oReBar,oHand
Local nColore_ToolBar:= RGB( 244, 245, 245 ) //2015...
DEFINE CURSOR oHand HAND
DEFINE IMAGELIST oImageList SIZE 32,30
oImageList:AddMasked( TBitmap():Define( "TOOLBAR_ESERCIZI",, ::oWndMain ), nColore_ToolBar )
oImageList:AddMasked( TBitmap():Define( "TOOLBAR_ATTIV... |
toolbar class as Menu 2015 | Sorry
I wanted to say if you can attach a picture
Thanks |
toolbar class as Menu 2015 | Silvio
First implementation
[url=http://postimage.org/:2p1g2gkb][img:2p1g2gkb]http://s10.postimg.org/54ye45eih/Title256.png[/img:2p1g2gkb][/url:2p1g2gkb] |
toolbar class as Menu 2015 | not depend from my bitmaps I use for create the button of toolbar
I have c5bar and it run ok only I wish use toolbar fwh class |
toolbar tbitmap urgente pro favor | saludos
programando con la version fwh 2.6 y harbour, quize poner un toolbar, todo bien pero pongo una imagen no me aparece trasnparente, como puedo hacer para que me aparesca del color del boton,
esta es la imagen [url:382mlvx6]http://img148.imageshack.us/my.php?image=dibujoja8.png[/url:... |
toolbar tbitmap urgente pro favor | Revisa samples\toolbar1.prg y verás que para añadir una imagen has de hacer:
DEFINE IMGBITMAP OF oImageList NAME "new" COLOR nRGB( 255, 0, 255 )
En donde nRGB( 255, 0, 255 ) -fucsia- indica el color que va a ser transparente y es el mismo que debes usar en el bitmap:
[url=http://imageshack.us:1337jiw... |
toolbar tbitmap urgente pro favor | Antonio
hice lo que me indicaste me fije en el ejemplo de los samples en fwh y viene la instruccion asi
oImageList:AddMasked( TBitmap():Define( "new",, oWnd ), nRGB( 255, 0, 255 ) )
oImageList:AddMasked( TBitmap():Define( "open",, oWnd ), nRGB( 255, 0, 255 ) )
parte de mi codigo es este pero no... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.