topic
stringlengths
1
63
text
stringlengths
1
577k
fwh9_06
Rao and Rick, yes xMAte really is a great xH + FW develop tool, I am waiting for version 2. Now I work in WinXP, but what about resource editor? I am usigng the old WorkShop with extra component library for FW controls, what resource editor are you using? are there good options? regards Marcelo
fwh9_06
Marcelo Good ole 16 bit BRW ( borland resource workshop ) is still the 'gold standard' that just keeps getting the job done. Lots of other resource editors, but they either have too much 'bloat' or the .rc files are just not quite compatable enough .. or you have to have some #include files to compile with your resour...
fwh9_06
Thanks for all your input, i had a look to xMate. Is there an special environment file to use xMate with the most recent FWH + xHarbour + Borland versions? Thanks and regards, Detlef
fwh9_06
Detlef, We use UEStudio for all our developments. It provides a very powerfull make, besides being a great editor. We do recommend you to review it. Many FWH advanced users already use it (Richard Chidiak, Daniel Garcia Gil, etc)
fwh9_06
Antonio, Does UEStudio have a resource-editor included? Now I'm using MultEdit with brief keyboard-emulation. Can UEStudio have this keyboard-emulation? I tried UEStudio a couple of months afo, but didn't find the keyboard-emulation and resource-editor <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:"...
fwh9_06
Antonio, thanks for your advice about UeStudio. But i already have a powerful Editor which i'm used and which i won't miss. I just need a good project manager. @Rick Rick, do you have an environment file for xMate to use with FWH, bcc and xHarbour? thanks and regards, Detlef
fwh9_06
Detlef, here is my environment file [code=fw:3c5r71bu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #000000;">&#91;</span>Environment<span style="color: #000000;">&#93;</span><br />Description <span style="color: #000000;">1</span>=<br />Description <span style="color: #000000;">...
fwh9_06
Stefan, many thanks for the env-file. It's working now like a dream. Detlef
fwh\samples\RE.prg - FiveWin Resources Editor underrated
With a few lines of code you can easily insert a very useful code prototyping. Regards, Otto [img:3gbugrpz]http&#58;//www&#46;winhotel&#46;at/fw/pe&#46;jpg[/img:3gbugrpz]
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto,Yes, very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
fwh\samples\RE.prg - FiveWin Resources Editor underrated
If you also add the ID’s to your screen-print then the prototyping of pe.prg is even more useful. Regards, Otto [img:24j6t022]http&#58;//www&#46;winhotel&#46;at/fw/pe2&#46;jpg[/img:24j6t022]
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, where can I get the last version of FiveWin Resource Editor?If you have it, can you send me to my email please?Best regards.Carlos.
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hi,Where can i find the FW Resource Editor? Is it a sample of FW or private project?
fwh\samples\RE.prg - FiveWin Resources Editor underrated
It is a FWH sample provided in fwh\samples\re.prg
fwh\samples\RE.prg - FiveWin Resources Editor underrated
When was pe.prg introduced? I can't find it on my samples directory.Thank you,Reinaldo.
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Its name is samles/re.prg (resources editor)
fwh\samples\RE.prg - FiveWin Resources Editor underrated
oh, sorry. I must be brainwise oxygen deficient today.Thank you,Reinaldo.
fwh\samples\RE.prg - FiveWin Resources Editor underrated
After a long time I had again a look into re.prg. I changed the code to get the ID of the control into the dialog. But I can’t find out how to do with comboboxes. It would also be fine to have the caption of the says. The dialog is saved to clipboard and you can paste it to your source code. Would you be so kind to hel...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, It looks like you are wanting to create a PRG from an RC file. Have you looked at samples\rc2.prg.prg? You create an RC for your dialog (only containing that dialog) then use the rc2prg.prg program to generate a PRG for that dialog. James
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello James, in practice it is what I want to do. But I want a user friendly code and I want to print the dialogs. This is the code I get with re.prg [code=fw:l31bmeap]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg ...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, Could you please post the RC with a combobox that you want to parse from re.prg ? thanks
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, to extract the source of the combobox I inserted the following code. My problem is to get the ID on the print out. The print out with the controls and id would be helpful for coding. Best regards, Otto [code=fw:182kns66]<div class="fw" id="{CB}" style="font-family: monospace;"><br />ELSEIF cClassNam...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, Do you mean the 4003 value ?
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, yes. Best regards, Otto
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, When I use the modified RE.prg and click on the left tree, it shows the 4003 in the MsgInfo() Where do you want it to be shown ? In the modificable dialogbox ? Inside the combobox ?
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, >The print out with the controls and id would be helpful for coding. I still suggest considering using RC2PRG.PRG. Just modify it to generate the code style you want. This way to don't need to see the IDs, nor do you have to do any hand coding. Or, at least it gets you a generic version of the code, which you c...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, Here on the hardcopy of the dialog: Best regards, Otto [img:ey82jzq2]http&#58;//www&#46;atzwanger-software&#46;com/fw/re4003&#46;jpg[/img:ey82jzq2]
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, if it is an editable combobox, then it contains a child edit control, thats why you don't see the ID. You have to locate the hWnd of the child edit: [code=fw:3mpk7vpq]<div class="fw" id="{CB}" style="font-family: monospace;"><br />hWndEdit = GetWindow<span style="color: #000000;">&#40;</span> oCtrl:<span style=...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, I inserted the code into the InitControls function. But how do I find out the nId. oCtrl:nId is empty? Best regards, Otto [code=fw:own3ipeu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> InitControls<span style="color: #000000;">&#40;</spa...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, GetWindowLong( hWndControl, GWL_ID ) --> nId [url:c68p4riu]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/ms633584(VS&#46;85)&#46;aspx[/url:c68p4riu]
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, thank you for your help. Although I can’t find out how to get the nID of the combobox. I tried to insert into InitControls function your code but the nID is 1001 and not 4003. I think I get the nID of the edit control and not of the combobox. Best regards, Otto [code=fw:vpaufrgx]<div class="fw" id="{CB...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, This way: [code=fw:252g0h82]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp; nID := GetWindowLong<span style="color: #000000;">&#40;</span> oCtrl:<span style="color: #000000;">hWnd</span>, GWL_ID <span style="color: #000000;">&#41;</span> &nbsp;<br />&nbsp;</div>[/code:252g0h82]
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, with [code=fw:18w07w58]<div class="fw" id="{CB}" style="font-family: monospace;"><br />nID := GetWindowLong<span style="color: #000000;">&#40;</span> oCtrl:<span style="color: #000000;">hWnd</span>, GWL_ID <span style="color: #000000;">&#41;</span> &nbsp;<br /><span style="color: #0000ff;">msginfo</spa...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, Have you previously done this ? oCtrl:hWnd = hCtrl Please send me your most recent RE.prg and I will check it here, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, In function ParseControl( cLine ) make this change: nId = Val( StrToken( cLine, 2, "," ) ) also change this section in function InitControls( oDlg ): [code=fw:2beef37t]<div class="fw" id="{CB}" style="font-family: monospace;"><br />&nbsp; &nbsp;...<br />&nbsp; &nbsp;<span style="color: #00C800;">while</span...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, [quote:2gupjyp3]Here it works fine [/quote:2gupjyp3] Also here. Thank you very much. Best regards, Otto
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, I have modified the original FWH\samples\re.prg to make its interface more friendly: [img:2g08foul]http&#58;//img70&#46;imageshack&#46;us/img70/1596/captureo&#46;jpg[/img:2g08foul] I am trying to upload the source code here but it seems as it is does not show
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, I have uploaded it to the wiki: <!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=fivewin_resources_editor">http://wiki.fivetechsoft.com/doku.php?i ... ces_editor</a><!-- m -->
fwh\samples\RE.prg - FiveWin Resources Editor underrated
An enhanced RE.EXE version <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> <!-- m --><a class="postlink" href="http://www.mediafire.com/?sharekey=45bb48d8e89c39db7432d3c9683f450ac42a1999dd122592c95965eaa7bc68bc">http://www.mediafire.com/?sharekey=45bb ... eaa7bc68bc</a><!--...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, I changed the way I will print the IDs on the dialog. I add extra controls which print the IDs. This is what I did: [code=fw:26mebuqv]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">case</span> cFirst == <span style="color: #ff0000;">"CONTROL"</span><br />&nbsp...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, Wouldn't be simpler to have the IDs as tooltips ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, With these changes in RE.prg: [url:1ewcnzr3]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_resources_editor&rev=1252143398&do=diff[/url:1ewcnzr3] and these changes in Class TControl: [img:1ewcnzr3]http&#58;//img443&#46;imageshack&#46;us/img443/9872/capturewb&#46;jpg[/img:1ewcnzr3] then toolti...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
New RE version to download: <!-- m --><a class="postlink" href="http://www.mediafire.com/?sharekey=45bb48d8e89c39db7432d3c9683f450aba5972a6857a9504ce018c8114394287">http://www.mediafire.com/?sharekey=45bb ... 8114394287</a><!-- m -->
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, your exe is working but if I compile the prg-file tooltip is not working. Do I need some changed in a class? Thanks in advance Otto
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, Yes, see my posted changes for Class TControl above
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Hello Antonio, tooltip is working. But how can I get the nID on dbClick event? I tried: [code=fw:2wo2k8hp]<div class="fw" id="{CB}" style="font-family: monospace;"> oCtrl:<span style="color: #000000;">bLDblClick</span> = <span style="color: #000000;">&#123;</span> || <span style="color: #0000ff;">msginfo</sp...
fwh\samples\RE.prg - FiveWin Resources Editor underrated
Otto, Here you have it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [url:a1vjs5x7]http&#58;//wiki&#46;fivetechsoft&#46;com/doku&#46;php?id=fivewin_resources_editor&rev=1252273224&do=diff[/url:a1vjs5x7]
fwh\samples\testfldm.prg - bug com tema clássico do windows
Sr. Antonio, veja isso:[url=http&#58;//img116&#46;imageshack&#46;us/my&#46;php?image=claew2&#46;jpg:11l00c39][img:11l00c39]http&#58;//img116&#46;imageshack&#46;us/img116/2756/claew2&#46;th&#46;jpg[/img:11l00c39][/url:11l00c39]Acontece quando mudo o tema do WINDOWS para CLASSICO.Não acontece com o TEMA XP.
fwh\samples\testfldm.prg - bug com tema clássico do windows
Sr. Antonio, pode se posicionar sobre isto?
fwh\samples\testfldm.prg - bug com tema clássico do windows
Bom, neste caso eu não vou desistir de receber uma boa resposta sobre isto.SR. ANTONIO, PODERIA POR GENTILEZA ME DAR UMA RESPOSTA SOBRE ISSO??? <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
fwh\samples\testfldm.prg - bug com tema clássico do windows
SGS,Por la imagen, parece que el diálogo excede la dimension del folder y por eso oculta el borde inferior del folder.Hay que modificar la clase TFolder para que compruebe si existen multiples filas de pestañas y redimensione los diálogos adecuadamente.
fwh\samples\testfldm.prg - bug com tema clássico do windows
Prueba a hacer lo siguiente,despues de crear el folder modifica su DATA nFdHeightoFolder:nFdHeight = 40 // prueba con distintos valoresoFolder:ReSize( , oFolder:nWidth, oFolder:nHeight )Vamos a buscar la forma de obtener el dato nFdHeight automaticamente
fwh\samples\testfldm.prg - bug com tema clássico do windows
Si usamos TabCtrl_GetItemRect() y tomamos su altura y lo multiplicamos por el número de filas de pestañas, posiblemente obtengamos un valor próximo al buscado.
fwh\samples\testfldm.prg - bug com tema clássico do windows
SR. ANTONIO, oFolder:nFdHeight = 40 // prueba con distintos valores oFolder:ReSize( , oFolder:nWidth, oFolder:nHeight ) Desde ON INIT, resouveu o problema, porém isso é palheativo.Assim que a classe TFOLDER for corrigida o senhor poderia me indicar as linhas alteradas para que eu altere a minha classe tfolder?Muito obr...
fwh\samples\testfldm.prg - bug com tema clássico do windows
Si deseas incrustar un díalogo, lo hago de esta forma:[url=http&#58;//img72&#46;imageshack&#46;us/my&#46;php?image=polizaszq1&#46;jpg:1lltvgz5][img:1lltvgz5]http&#58;//img72&#46;imageshack&#46;us/img72/4539/polizaszq1&#46;th&#46;jpg[/img:1lltvgz5][/url:1lltvgz5][code:1lltvgz5] FUNCTION CON100&#40;&#41; LOCAL oItem&#...
fwh\samples\testfldm.prg - bug com tema clássico do windows
Creo que me equivoque de lugar (sorry, es lunes).
fwh\samples\toolbar1.prg imagem escuro
ola usado o exemplo fwh\samples\toolbar1.prg com [b:adcbo7qb]MDI[/b:adcbo7qb] obtenho o seguinte resultado, ver link imagem em: <!-- m --><a class="postlink" href="http://www.johnsonlobo.150m.com/">http://www.johnsonlobo.150m.com/</a><!-- m --> como solucionar? obrigado. fwh25 xharbour 0.99,3
fwh\samples\toolbar1.prg imagem escuro
Johnson, Those MDI and toolbar issues were fixed on more recent FWH builds. Here you have how samples\ToolBar3.prg looks (please notice we are not using the standard XP theme here). You may consider to upgrade your FWH to the current one, as many issues regarding themes were enhanced. [url=http&#58;//imageshack&#46;u...
fwnumFormat ( where is the documentation ?)
? FWNumFormat(nPrice,"E") give me an array is there a function to set number od price in Italian language instead of transform(nPrice,"@E €999,999.99")
fwnumFormat ( where is the documentation ?)
this afternoon I made this (usefull for us Italian people) sample : nPrice := 2545.66 Euro(nprice, 10, 2, ) nprice can be numeric or string [code=fw:9218h166]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">Function</span> Euro<span style="color: #000000;">&...
fwnumFormat ( where is the documentation ?)
This is not necessary. You can do this using FWNumFormat() and NUMPICT( nLen, nDec, ... ) [code=fw:23dys47l]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> temptest<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />&n...
fwnumFormat ( where is the documentation ?)
XBrowse, TDatarow etc programs automatically use FWNumFormt() settings to format numeric values. By simply changing the settings of FWNumFormat() you can Internationalize your application as long as you do not interfere with their working by providing your own hard coded picture formats.
fwnumFormat ( where is the documentation ?)
Sorry, on that situation I must not use the numlet on a xbrowse but on anoter control see please <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=38670">viewtopic.php?f=3&t=38670</a><!-- l --> the price is printed on each rows
fwnumFormat ( where is the documentation ?)
TRANSFORM( nValue, NUMPICT( nLen, nDec, nil, nil, nil, .t. ) )
fwnumFormat ( where is the documentation ?)
thanks run ok as you can see [img:2uiqvequ]https&#58;//i&#46;postimg&#46;cc/05Cn4gXQ/runok&#46;png[/img:2uiqvequ] I set 7 nlen 2 ndec
fwnumFormat ( where is the documentation ?)
[quote="nageswaragunupudi":jwfsmyvf]XBrowse, TDatarow etc programs automatically use FWNumFormt() settings to format numeric values. By simply changing the settings of FWNumFormat() you can Internationalize your application as long as you do not interfere with their working by providing your own hard coded picture form...
fwppc + rete
Salve Premetto che ho cominciato da qualche giorno a scrivere un applicativo con fw per pocket e che solitamente lavoro con Alaska xbase. Ho un dubbio , è possibile connettere il palmare ad una cartella di un pc della rete ? esempio \\192.168.1.100\myfile\ allo scopo di aprire i file contenuti in questa carte...
fwppc + rete
Franz, prova con \\iltuonomepc\c\tuacartella\tuodbf o dal esplora risorse, Menu, nuovo percorso \\iltuopercorso... buon lavoro
fwppc + rete
grazie ti ringrazio della risposta purtroppo ho provato a condividere tutta C, ed ho tentato ad aprirla dal palmare con menu - apri percorso e cioè \\miocomputer\c\condivisi (impossibile trovare il percorso di rete - verificare l'autorizzazione per accedere alle rete) se anche tu presumi che tecnicamente dovre...
fwppc + rete
Franz, se non ricordo male, doveva esserci il guest attivo.
fwppc + rete
ti ringrazio ulteriormente per la tua disponibilita', ho provato anche ad attivare il ghost. mi viene un dubbio ... non è che il palmare attraverso windows mobile non puo' esplorare la rete come io vorrei fare ?? cioè non è possibile fare \\miopc\condivisi non è che ci vuole obbligatoriamente un proxy oppure un serv...
fwppc + rete
franz, ma sul pocket l'indirizzo ip e sulla stessa sottorete del pc?, lo hai impostato manualmente o per DHCP? Io ho un server DHCP, e ho impostato il pocket per prendere l'IP in automatico per DHCP quindi, sul pc il IP è 192.168.0.104, e sul pocket è 192.168.0.91, tutto condiviso dal PC. [url=http&#58;//img301&#46;...
fwppc + rete
grazie come sempre le cose stanno così , seguendo il tuo consiglio di puntare al computer in rete con l'IP ma con il nome, riesco da un applicato che ho scritto ad aprire il file \\franzpc\condivisi\prova.dbf però la cosa strana e che comunque non riesco ad esplorare la rete dal pocket utilizzando ti ribadisco : ...
fwppc + rete
Caro Pedro funziona con il bluetooth,,,, non idea di che cosa combino invece con il Wi-fi, eppure faccio assegnare gli indirizzi dal DHCP, sicuramente a questo punto sbaglio io, cerchero' di comprendere l'errore. grazie ancora Franz
fwppc + rete
franz, se apri il file dal programma, dovresti riuscire anche a esplorare le cartelle con esplora file, veramente strano, e poi, se funziona con il bluetooth... dovrebbe funzionare anche con il wi-fi. A volte le cose non funzionano con i terminalini, e non riesco a capire perchè...
fwppc Ide
I ' m trying to create a small Ide for fwppc this is my Idea : [img:s7zfsv5c]http&#58;//img190&#46;imageshack&#46;us/img190/4843/fwppcide&#46;jpg[/img:s7zfsv5c] Now I have a problem when I move control txt the hand not is on control but is 2 cm up the control ..why ?
fwppc Ide
Hello Silvio, have you checked if perhaps visualFivewin can be used? Best regards, Otto [quote:h81c4txt] Re: visualfw 4 fwppc instead resource editor by Arturo Lopesoria » Wed Mar 18, 2009 1:58 am Hello Antonio. I was already downloaded visualfw and I was surprised about the final project scope goals. But trying by ...
fwppc Ide
perhaps vfw can be used but i not know how modify the initial form because we must inser a line to draw the sip, I'm seeing now if we can modify the form object and the designer dialog system and insert the sip image into. Perhaps Antonio could me say if it is possible or rewrite a new designer.prg for only the fwppc...
fwppc Ide
perhaps we can I create a tform for ppc now i'working to make a try...wait...
fwppc and ads
hi, any news about connect fwppc and ads server? thanks
fwppc and ads
Norberto, We don't have any news of the availability an ADS DLL for Windows Mobile yet We already have MySQL support for FWPPC
fwstrings lang
fwstring sometimes not run ok I need to insert astrings.prg into a Tapplication class when It process the method buildMenu not show the words of lang but fwstring is not processed sample : [code=fw:fc08ou3w]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">FUNCTI...
fwstrings lang
Silvio, This is the most recent version and also includes a new function FWEditStrings() strings.prg [code=fw:3e6mukpo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// FWH strings multiple languages support</span><br /><br /><span style="color: #00D7D7;">#include</span> <span...
galería de imágenes
Hola, En primer lugar quiero desearos a todos un feliz año 2021 y que vayamos retomando la vida anterior al pasado año. Me gustaría saber si con FWH es posible hacer una galería de imágenes tipo Goodreads, como la imagen que acompaño. Quiero hacer algo similar para mi Cuaderno de Bitácora y no se por donde empezar. [...
galería de imágenes
Sample: [code=fw:3p9rfikz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br />...
galería de imágenes
Hola José Luis, feliz año igualmente. Un buen inicio podría partir de xbrimag3.prg en el directorio samples de Fivewin. [code=fw:25guu0gb]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="colo...
galería de imágenes
Hola Angel, gracias por contestar, lo que me propones es un principio pero esperaba que hubiera algún control más parecido a lo que busco. Saludos, José Luis
galería de imágenes
José Luis, Estamos preparándote un ejemplo
galería de imágenes
¡ Muchas gracias Antonio ! Saludos,
galería de imágenes
Excellent work, great functionality. Would it be possible to add an action by double-clicking on each image, for example to execute a function that opens an individualized URL with the book? Thank you!
galería de imágenes
Sure. Add code something similar to [code=fw:1kbnyo4y]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp; &nbsp; oImage:<span style="color: #000000;">bLDblClick</span> := <span style="color: #000000;">&#123;</span> |r,c,f,oImage| HtmlView<span style="color: #000000;">&#40;</span> oImage:<spa...
galería de imágenes
Uff. Estupendo. Se podría añadir texto, tanto a la galería de imágenes, como en la imagen ampliada?. Saludos Juan Jose
galería de imágenes
Thanks a lot !!! It's an incredible Reyes Magos gift !!! Kind regards, José Luis
galería de imágenes
Really nice !!! [img:21wg50j0]https&#58;//www&#46;alanit&#46;com/wp-content/uploads/2021/01/btc-album&#46;png[/img:21wg50j0] How can I add action when doubleclick an image ? I want to call the book edit function when double click the image of any cover. Regards,
galería de imágenes
[quote="nageswaragunupudi":2gcuou0o]Sure. Add code something similar to [code=fw:2gcuou0o]<div class="fw" id="{CB}" style="font-family: monospace;">         oImage:<span style="color: #000000;">bLDblClick</span> := <span style="color: #000000;">&#123;</span> |r,c,f,oImage| HtmlView<span style="color: #000000;">&#40;</s...
galería de imágenes
Thanks Angel, it works fine. I have 2 new questions: 1.- I call the TAlbum window from another window but the focus returns to the parent window and the talbum window remains hiden. How can I stop the focus on the talbum window ? 2.- How can I center the talbum window over the parent window ? When I use dialogs I can ...
galería de imágenes
José Luis, METHOD CreateWindow() CLASS TAlbum creates a non modal WINDOW. Please change there DEFINE WINDOW into DEFINE DIALOG ... also from METHOD Activate() CLASS TAlbum change ACTIVATE WINDOW into ACTIVATE DIALOG Class TWindow implements Method Center( oWndParent ) so that message can be sent to any object whos...
galería de imágenes
Antonio, If I change the Windows for the Dialog I will loss the VScroll feature that is very important for me. RPreview is also a non modal window but it remains on top of the screen: How can I do this ? Regards,
galería de imágenes
José Luis, Add this new DATA in Class TAlbum: DATA lExit INIT .F. and modify this method this way: [code=fw:3emzkglr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> <span style="color: #0000ff;">Activate</span><span style="color: #000000;">&#40;</span><span styl...
galería de imágenes
Antonio, your code works fine, I've made a small sample with a mail window calling the talbum and the window remains on the top of the main window. In my program it doesn't work, I don't know why, it's very strange. I want to create a control based on talbum so I can create a dialog with the album and other controls....