topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
compiling | thanks ukoenig, I got bcc582 installed but, when I run go.bat it tries to run the make file in bcc582/bin and there is no make.exe file in that folder! There is an hbmake which I tried but when I run that the screen just goes blank. |
compiling | You have to properly set the bcc config files:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=17&t=13098">viewtopic.php?f=17&t=13098</a><!-- l --> |
compiling | Thanks to Antonio I got the bcc7 files and was able to compile successfully all 250,000 lines of my source code. However, I am very confused about the libraries. Previously I was using a version of xharbour from 2007. I upgraded to an august 2015 version and I notice that all the library names have changed, and th... |
compiling | Usually you get the error "contains invalid 0MF record" when you use wrong libraries for the C compiler that you are using.
What libraries names are you using ? |
compiling | Amazing Antonio! That was it, somehow I had downloaded the wrong files from xharbour. Now it all works. Thanks! Since I was using 8 year old versions of everything this is all new to me. Love the new Preview features but one strange thing--after previewing a report when I close the preview the dialog I was jus... |
compiling | [quote:3e29yc24]after previewing a report when I close the preview the dialog I was just at is now maximized[/quote:3e29yc24]
We have not been able to reproduce it here with our examples
Could you provide a small example to reproduce it ? thanks |
compiling | David,
[quote:rpcr2yat]when I close the preview the dialog I was just at is now maximized.[/quote:rpcr2yat]
Are you sure it is a dialog and not a window?
James |
compiling | James!! You are there!!! I was wondering what happened to you. And yes, of course you are right, it is a window. Amazingly, with a couple of tips from Antonio I was able to get the program compiled with FWH 1507 and it runs fine after a few tweaks, issue with Preview being one of the few remaining. |
compiling | James, Just added "nomaximize" when defining the window and that fixes the issue with Preview. No reason anyone would want to maximize that window anyway. |
compiling | Hello everyone.
My project contains 650 prg files, use xHarbour 123, FWH1709 and BCC72, I would like to migrate to VSCode, what would be the best and fastest way to assemble a .bat file for compilation? Today I use xmate that generates internally without the need for a .bat file. Thankful in advance. |
compiling | [quote:32mhsqxk] but one strange thing--after previewing a report when I close the preview the dialog I was just at is now maximized.
[/quote:32mhsqxk]
If you are referring to mdichild windows, please see this link:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=38957">... |
compiling more pro files to 1 app | Hello,
I have just started on programming for Mac, coming from Windows.
My code is in more files, but when I compile it the program hangs. When I put ti in one file it works OK. What am I missing? Below my code:
When I open the database in plantenkennis.prg the program runs, but exits on mouse-scroll
When I open the d... |
compiling more pro files to 1 app | René,
How are you building your app ?
Are you using a makefile ?
If so, could you please post it here ? thanks |
compiling more pro files to 1 app | René,
In FiveMac/make folder there is an example of a makefile for several PRGs
Simply do "make" from a terminal window and the app will be properly built.
Please use it as a skeleton to build your app. |
compiling more pro files to 1 app | Hello Antonio,
I build my app using terminal and type "./build.ch plantenkennis" On top of the plantenkennis.prg I include the functions.prg.
Verstuurd vanaf mijn GT-N8010 met Tapatalk |
compiling more pro files to 1 app | René,
If you want to use build.sh to build it, then please move:
#include "Functies.prg"
to the bottom of plantenkennis.prg
Our advise is to use a makefile when your app uses more than one PRG file.
In FiveMac\make you have a full working example <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" titl... |
compiling more pro files to 1 app | Hello Antonio,
I was able to build my app using a makefile. But the problem was that I did not select the right database before browse. When Imput in 'select latnaam' the build went well.
I take small steps in building apps, becouse of lack of time.
Another question: where can I find ALL the commands and properties th... |
compiling more pro files to 1 app | René,
Please review FiveMac\include\fivemac.ch
all the FIveMac commands are defined inside it |
compiling multiple source files | Ok...rookie question....its been so long since Ive needed to do this....
I have my source code in one large PRG file...I want to break into multiple PRG modules. How do I compile (harbour) using multiple PRG files?
thanx |
compiling multiple source files | Greg,
The best way to build an application with multiple PRGs is using a make file.
At FWH/makes you have bormake.zip that includes a Borland make sample and the used files to build a FWH app. There is also a msmake.zip sample in case that you want to use Microsoft make instead of Borland make.
In case that you just... |
compiling program on M1 chip | Hello,
I have bought a new laptop with a M1-chip. Now when I run 'make' I get the following error:
[code=fw:1psf128f]<div class="fw" id="{CB}" style="font-family: monospace;"><br />xcrun: <span style="color: #000000;">error</span>: <span style="color: #000000;">unable</span> <span style="color: #0000ff;">to</span> load... |
compiling program on M1 chip | Dear René,
We are going to check it
Is there a chance that you could provide me remote access to your M1 mac ? |
compiling program on M1 chip | Dear Rene,
It seems as you restored xcode from Time Machine, thats why it does not work as it is, and a new xcode installation is required (M1 architecture is arm)
Once finished, we will rebuild Harbour and FiveMac and it should be working fine again <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" titl... |
compiling program on M1 chip | [quote="plantenkennis":3443ub5c]Hello,
I have bought a new laptop with a M1-chip. Now when I run 'make' I get the following error:
[code=fw:3443ub5c]<div class="fw" id="{CB}" style="font-family: monospace;"><br />xcrun: <span style="color: #000000;">error</span>: <span style="color: #000000;">unable</span> <span style=... |
compiling tsbutton with fwpp | I renamed bpant.c into bpaintce.cthen i try to compiling and it make error it not found these file Hc:\work\lib_32\tsbutton_6\source\function\bpaintce.c(7) : fatal error C1083: Cannot open include file: 'ClipApi.h': No such file or directory[b:3ap2swd7]the same for WinTen.h[/b:3ap2swd7]then if I rem this lines[b:3ap2sw... |
compiling tsbutton with fwpp | Silvio,What source code do you have here ?bpaintce.c(33) |
compiling tsbutton with fwpp | Irenamed bpaint.c of mercado into bpaintce.con line 33 i haveHARBOUR HB_FUN_SBTNPAINT(PARAMS) |
compiling tsbutton with fwpp | Change it into:HB_FUNC( SBTNPAINT )and also add:#include <hbapi.h>at the beginning of the C module |
compiling tsbutton with fwpp | it non compile there are many errors but if you can compile it can you send me your vers? |
compiling tsbutton with fwpp | What new errors do you have ? |
compiling tsbutton with fwpp | 1 error and 66 warningsnow i cannot show the error I use xmate and the output window is wrongtell me a batch file to compile it for a lib please |
compiling tsbutton with fwpp | Antonio, here the new errors :[code:13fhv58r]
Progetto: BUTTON6CE, Ambiente: FWPPC:
[1]:Harbour.Exe TSTSAY.PRG /m /n /es /iC:\work\FWPPC\INCLUDE;C:\work\LIB_32\TSBUTTON_6\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_STAT... |
compiling tsbutton with fwppp | I renamed bpant.c into bpaintce.cthen i try to compiling and it make error it not found these file Hc:\work\lib_32\tsbutton_6\source\function\bpaintce.c(7) : fatal error C1083: Cannot open include file: 'ClipApi.h': No such file or directory[b:1ote36kg]the same for WinTen.h[/b:1ote36kg]then if I rem this lines[b:1ote36... |
compiling tsbutton with fwppp | You have to add #include <hbapi.h> |
compiling tsbutton with fwppp | I insert #include <hbapi.h>but there are many errors also[code:34boa62l]
Progetto: Sbutton6CE, Ambiente: FWPPC:
[1]:Harbour.Exe CLASSES\TSTSAY.PRG /m /n /es /iC:\work\LIB_32\TSBUTTON_6\INCLUDE;C:\work\FWPPC\INCLUDE /ic:\work\fwppc\include;C:\Work\HARBOU~1\include /d__HA... |
compiling with harbour | Wich lib I must link for these errros
[code=fw:1bsqqzss]<div class="fw" id="{CB}" style="font-family: monospace;">Error: <span style="color: #000000;">Unresolved</span> external <span style="color: #ff0000;">'_HB_FUN_HB_UNZIPOPEN'</span> referenced <span style="color: #0000ff;">from</span> C:\WORK\HARBOUR\LIB\HBZIPA... |
compiling with harbour | [code=fw:1u4ay6rg]<div class="fw" id="{CB}" style="font-family: monospace;"><br />#command COMPRESS <span style="color: #000000;">[</span> FILES <span style="color: #000000;">]</span> <afiles> ;<br /> <span style="color: #0000ff;">TO</span> <zipfile> ;<br /> BLOCK <block> ;<br /> <span style="... |
compiling with harbour | [code=fw:ddwo26ch]<div class="fw" id="{CB}" style="font-family: monospace;"><br />echo %bcdir%\lib\c0w32.obj + > b32.bc<br />echo %<span style="color: #000000;">1</span>.obj, + >> b32.bc<br />echo %<span style="color: #000000;">1</span>.exe, + >> b32.bc<br />echo %<span style="color: #000000;">1</span>.map, + >> b32.bc... |
compiling with harbour | Look where the *
[code=fw:2u4jggwu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> Pasta de C:\HARBOUR\LIB<br /><br /><span style="color: #000000;">07</span>/<span style="color: #000000;">01</span>/<span style="color: #000000;">2016</span> <span style="color: #000000;">20</span>:<span sty... |
compiling... RESOLVED!!!! | I compiling it bt then there is an error ERROR BASE 1132 BOUND ERROR: ARRAY ACCESS FRON ERRORSYS LINE 0and in error.log[code:3b8xqsu1]
Application
===========
Path and name: C:\work\prg\visualfw\source\applicat.Exe (32 bits)
Size: 2,227,200 bytes
Time from start: 0 hours 0 mins 0 se... |
compiling... RESOLVED!!!! | Silvio,You have to use this Class TTxtEdit version:<!-- w --><a class="postlink" href="http://www.fivetechsoft.com/files/visual/ttxtedit.zip">www.fivetechsoft.com/files/visual/ttxtedit.zip</a><!-- w --> |
compiling... RESOLVED!!!! | Antonio it is compiled but when i open it give me this errorERROR BASE 1132 BOUND ERROR: ARRAY ACCESS FROM ERRORSYS LINE 0and then Too many..... |
compiling... RESOLVED!!!! | Silvio,Please review this topic regarding FWH ErrorSys:<!-- m --><a class="postlink" href="http://forums.fivetechsoft.com/viewtopic.php?t=13343">http://forums.fivetechsoft.com/viewtopic.php?t=13343</a><!-- m --> |
compiling... RESOLVED!!!! | Antonio,I not Have HERE the source code : I 'm out from Home can you send me errorsys.prg to private email pls |
compiling... RESOLVED!!!! | Silvio,It is provided in FWH/source/function/errsysw.prg |
compiling... RESOLVED!!!! | Antonio,I correct errsysw.prgNow it not run and this is the error [code:2qkqw774]
Application
===========
Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits)
Size: 2,265,088 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/06/08, 09:35:... |
compiling... RESOLVED!!!! | Silvio,You have to add DATA bMouseWheel to Class TWindow. |
compiling... RESOLVED!!!! | Made also !!!but ... |
compiling... RESOLVED!!!! | Made also !!!but ...[code:1qg2dnk5]
Application
===========
Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits)
Size: 2,268,672 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/06/08, 12:02:50
Error description: Error BASE/1082 ... |
compiling... RESOLVED!!!! | Silvio,It seems as the error comes from here: Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205) Called from: tobject.prg => TDESIGNER:DEFAULT(0)Please compile with line numbers info, and check the error again. |
compiling... RESOLVED!!!! | I saver for you compiling lines [code:1xg2y4dz]
Progetto: VisualFW, Ambiente: xFiveWin:
[1]:Harbour.Exe visual.prg /m /n /es2 /iC:\work\FWH\include /ic:\work\xHarbour\Include /iinclude;c:\work\fwh\include;c:\work\xHarbour\include /d__HARBOUR__ /dHB_API_MACROS /dHB_FM_S... |
compiling... RESOLVED!!!! | I correct one error I 'm compiling also [b:25tmes4c]visual.ch[/b:25tmes4c]BUT Now it make this errorApplication=========== Path and name: C:\work\prg\visualfw\source\VisualFW.Exe (32 bits) Size: 2,226,688 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 12/06/08, 13:18:00 Error description: Er... |
compiling... RESOLVED!!!! | Silvio,What source code do you have here ?Called from: window.prg => TWINDOW:NEW(723) |
compiling... RESOLVED!!!! | Sorry Antonio,I saw on 723 there is this line if nStyle == 0 nStyle = nOr( WS_CLIPCHILDREN,; If( cBorder == "NONE", WS_POPUP, 0 ),; If( cBorder == "SINGLE", WS_THICKFRAME, 0 ),; If( lCaption, WS_CAPTION, 0 ),; If( lSysMenu .and. lCapt... |
compiling... RESOLVED!!!! | I recompiled the visual fw this evening and I found this errorwhen I run itpplication=========== Path and name: C:\Documents and Settings\silvio\Desktop\per_casa\visualfw\source\VisualFw.Exe (32 bits) Size: 2,353,664 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 12/09/08, 18:29:34 Error des... |
compiling... RESOLVED!!!! | this is my xmate env compiling file[code:3uwah2qr]
[Version]
Type=xMate
Number=1.15
[Info]
Type=Executable
Architecture=xFiveWin
Include=C:\work\FWH\include
Define=__HARBOUR__;HB_API_MACROS;HB_FM_STATISTICS_OFF
[xMate]
Create Map/List File=No
[Project]
Run=
Params=
Final Pat... |
compiling... RESOLVED!!!! | Don't know if this will help you .. but these are the libs in my project file :Rick Lipkin[code:mkgoaxoh]C:\FWH811\LIB\Fivehx.lib=44,.T.,0,0,
C:\FWH811\LIB\Fivehc.lib=45,.T.,0,0,
%HB_LIB_INSTALL%\rtl.lib=46,.T.,0,0,
%HB_LIB_INSTALL%\vm.lib=47,.T.,0,0,
%HB_LIB_INST... |
compiling... RESOLVED!!!! | Silvio,The error is coming from here:Called from: tobject.prg => TDESIGNER:MSGNOTFOUND(205) Called from: tobject.prg => TDESIGNER:DEFAULT(0) Please compile with line number information and check the line number from Method Default() where the error occurs. |
compiling... RESOLVED!!!! | Silvio,I think the method Default() is missing in twindow.TDesigner inherits from tform and tform from twindow. |
compiling... RESOLVED!!!! | Silvio,Yes, Stefan is right. Please add Method Default() VIRTUAL to Class TDesigner, thanks |
compiling... RESOLVED!!!! | I insert default method but [code:m9fwni8q]Application
===========
Path and name: C:\work\visualfw\source\VisualFw.Exe (32 bits)
Size: 1,863,168 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/11/08, 12:31:55
Error description: Error BASE/10... |
compiling... RESOLVED!!!! | It open only the inpector and the txtedit window and the make error I cannot see the main program ...look it please[img:3ajjph1f]http://img56.imageshack.us/img56/3505/errvisualfwon9.jpg[/img:3ajjph1f] |
compiling... RESOLVED!!!! | Silvio,This patch is required in Class TWindow:[code:2fl5u926]
METHOD ReSize( nSizeType, nWidth, nHeight ) CLASS TWindow
...
if ::bResized != nil
Eval( ::bResized, nSizeType, nWidth, nHeight )
endif
return nil
[/code:2fl5u926]That should fix the error <!-- s:-)... |
compiling... RESOLVED!!!! | Antonio,I allready have this line in my window class |
compiling... RESOLVED!!!! | I have this error Why I cannot see the main window ?[code:s7571d6u]
Application
===========
Path and name: C:\work\errori\visualfw\source\VisualFW.Exe (32 bits)
Size: 2,267,136 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/15/08, 00:43:21
Erro... |
compiling... RESOLVED!!!! | Dear Antonio,Now I tryed to rem some lines[code] ::oInspector = TInspector():New() ::oWndCode = TWndCode():New() * ::oProject = TWndPrj():New() *::oWndMain:SetText( VFW_VERSION + " - " + ::oProject:cName ) * ::oProject:Hide() * ::NewForm()return SelfNow I can see the main window on top but I have this er... |
compiling... RESOLVED!!!! | Silvio,Don't rem those lines.Please check your email, thanks |
compiling... RESOLVED!!!! | NOw I recompiled alland the last error is this[code:a4apav89]
Application
===========
Path and name: C:\work\errori\visualfw\source\VisualFW.Exe (32 bits)
Size: 1,976,832 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 12/15/08, 03:10:08
Error desc... |
compiling... RESOLVED!!!! | GGGGGOOODDDDDI RESOLVE !!!! |
compiling... RESOLVED!!!! | Very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
completar campo con nombre aleatorio | Hola. Ayer arme un post preguntando como crear una base de datos con campos aleatorios;
Segun un numero ingresado por pantalla cargo
campo1, campo2... campon
me respondieron y funciono perfecto; ahora bien, como lleno despues esos campos???
en realidad no se llaman campo2, campo3, etc... se llaman con un codigo de 5... |
completar campo con nombre aleatorio | Podés usar la funcion FieldPut( nIndice, uDato ), de esta manera referencias por el número de campo y no por el nombre. Espero te sirva. Saludos |
completar campo con nombre aleatorio | PERFECTO... MIL GRACIAS...!!! |
completar valores y mostrar en un GET | hola.
Lo que no anda es el "refresco" del oGet o sea Si hago esto: msginfo( cValor1 + cValor2) me muestra el dato, pero oGet:setText(cValor1 + cValor2) no me hace nada. |
completar valores y mostrar en un GET | [quote="goosfancito":291w5ohj]hola.
Lo que no anda es el "refresco" del oGet o sea Si hago esto: msginfo( cValor1 + cValor2) me muestra el dato, pero oGet:setText(cValor1 + cValor2) no me hace nada.[/quote:291w5ohj]
Goosfancito, verifica cada objeto y pruebas si te refresca el valor de retorno, por ejemplo :
oGet[1... |
completar valores y mostrar en un GET | [code=fw:33b3r9hl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> oGet:<span style="color: #000000;">VARPUT</span><span style="color: #000000;">(</span> cValor2 <span style="color: #000000;">)</span><br /> oGet:<span style="color: #0000ff;">Refresh</span><span style="col... |
completar valores y mostrar en un GET | Hola goosfancito
utiliza [b:1x4diddm]cText()[/b:1x4diddm] en vez de [b:1x4diddm]setText()[/b:1x4diddm], que tambien te hace el Refresh()
Atentamente,
Rolando.
Cochabamba, Bolivia |
completar valores y mostrar en un GET | Hola.
Tengo varios campos que son del tipo string y con formato "99:99", en la funcion bValid antes de validar
quiero que si se introdujo "7 :" aparezca como 07:00 y después verificar.
Pero cuando hago el get:setText(nuevoValor) no lo hace. que estoy haciendo mal:
[code=fw:2ezd5u4i]<div class="fw" id="{CB}" style="f... |
completar valores y mostrar en un GET | [quote="goosfancito":wgss5qcv]Hola.
Tengo varios campos que son del tipo string y con formato "99:99", en la funcion bValid antes de validar
quiero que si se introdujo "7 :" aparezca como 07:00 y después verificar.
Pero cuando hago el get:setText(nuevoValor) no lo hace. que estoy haciendo mal:
[code=fw:wgss5qcv]<div... |
complete-guide-to-windows-8-metro-control-panel | [url:3jlc0fsp]http://www.addictivetips.com/windows-tips/the-complete-guide-to-windows-8-metro-control-panel/[/url:3jlc0fsp]
Best regards,
Otto |
comportamiento get en recursos | Los get desde recursos con clausula readonly no colorean completamente el cuadro de edición y ademas , el color de los datos queda como si estuviera desactivado , esto mismo funciona perfectamente desde codigo .
Saludso. |
comportamiento get en recursos | Mas con readonly , el get multilinea desde codigo no colorea como los gets normales con readonly ( con recursos no lo miré , pues los recursos los tengo parados por el fallo que pongo en el mensaje anterior )
[img:3ma8onsm]http://img385.imageshack.us/img385/8320/captura7li.jpg[/img:3ma8onsm]
Saludso. |
comportamiento get en recursos | Jose Luis,
Tema recursos y READONLY: Usamos color gris para el texto. El fondo ya lo hemos cambiado al color blanco (de la ventana).
El color gris del texto es correcto ó lo dejamos en negro ? Es la forma de que el usuario sepa que ahí no puede escribir. |
comportamiento get en recursos | Jose Luis,
Si acordamos que se use el color blanco (de la ventana) para el fondo de los GETs READONLY, entonces usamos ese mismo color para los Multilínea, si ? |
comportamiento get en recursos | Bajo mi punto de vista debemos distinguir entre habilitado , bloqueado y solo lectura.
El solo lectura creo que debería de ser un color que permitiera ver perfectamente los datos ( la solucion que existe ahoramismo en codigo , para mi es perfecta , pero puede haber otras ) , el problema existe en que no es la misma pa... |
comportamiento get en recursos | Jose Luis,
Acabamos de publicar un nuevo build de FWPPC que debe funcionar correctamente. Te agradecemos si lo pruebas y nos comentas. Gracias |
comportamiento get en recursos | Creo que no me esplique bien al comentar la correcion por lo que te adjunto dos capturas
[img:23s4r40y]http://img14.imageshack.us/img14/3617/cap13rl.jpg[/img:23s4r40y]
esta es con codigo en ventana
[img:23s4r40y]http://img44.imageshack.us/img44/3935/cap29ud.jpg[/img:23s4r40y]
esta es ... |
comportamiento get en recursos | Jose Luis,
Estas capturas las has hecho con el build que hemos publicado hoy ?
Respecto al bitmap, con que código lo estás mostrando ? |
comportamiento get en recursos | Si son con el nuevo build , el antiguo mostraba los get con recursos con texto en color gris <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
respecto a bitmap uso esto :
@ 4,218 BITMAP oBmp1 FILE curdir()+"bmp\si16.bmp" SIZE 14,14 pixel NO BORDER ON CLICK ownd:e... |
comportamiento get en recursos | Jose Luis,
Pueba a añadirle la claúsula TRANSPARENT:
@ 4,218 BITMAP oBmp1 FILE curdir()+"bmp\si16.bmp" SIZE 14,14 pixel NO BORDER TRANSPARENT ON CLICK ownd:end() |
comportamiento get en recursos | Jose Luis,
>
Si son con el nuevo build , el antiguo mostraba los get con recursos con texto en color gris
>
Estás seguro ? La clase TGet ya no usa el color_BTNFACE para nada.
Por favor comprueba que estés usando las librerías nuevas. |
comportamiento get en recursos | He reinstalado el fwpcc , he comprobado que son lib nuevas , he ido a samples y he modificado tutor05 poniendo un par de gets a READONLY , lo he probado en el emulador y sigue con color BTN_FACE .
Lo he probado en el pocket ( por si acaso fuera cosa de cache ) y lo mismo .
Mira a ver tu , puede que no cambiaras el arch... |
comportamiento get en recursos | Jose Luis,
Solucionado! Mis disculpas. Era el estilo ES_READONLY que automaticamente ponía ese color.
Por favor descarga un nuevo build de FWPPC y pruébalo de nuevo. Gracias! |
comportamiento get en recursos | Jose Luis,
En cuanto a los bitmaps, tienes toda la razón, la claúsula TRANSPARENT no esta incluida en el comando y hay que usarla como indicas. Lo que ocurre es que DrawMasked() que es la función encargada de dibujar transparente no funciona correctamente en el Pocket PC.
Vamos a investigarlo. Mientras tanto puedes u... |
comportamiento get en recursos | Jose Luis,
Solucionado el tema de los bitmaps transparentes <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Por favor descarga de nuevo FWPPC y prueba el ejemplo samples\TestBmp.prg. Gracias |
comportamiento get en recursos | Solucionado , funciona todo perfecto .<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Solo un pequeño detalle/ pregunta que ya es para nota <!-- s:o --><img src="{SMILIES_PATH}/icon_surprised.gif" alt=":o" title="Surprised" /><!-- s:o -->
Si pongo color a los gets ... |
comportamiento get en recursos | Jose Luis,
vamos a revisar lo que comentas de los GETs.
En cuanto a la transparencia, prueba a cambiar el orden de creación:
primero el say y luego el bitmap. |
comportamiento get en recursos | Si cambio el orden y pongo primero el say y luego el bmp , el bmp se queda totalmente tapado por el say , cambiando el say a @5,5 say ... se ve un poco de bmp que asoma ... |
comportamiento get en recursos | Jose Luis,
Hemos hecho un montón de pruebas con el tema de los GETs coloreados desde recursos y parece que de momento no encontramos solución. |
comportamiento get en recursos | Gracias de todas maneras por el esfuerzo .
No es una cosa importante es pura estetica y la verdad es que lo importante es que funcione .
Comentar que si pongo en el get de recursos el readonly en los recursos , el color de fondo es el color_btnFAce , por lo que parece debe ser el estandar que usan los pocket .
Saludo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.