topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Antonio: linking errors (Not solved) | Gustavo,
Please link hbsix.lib from xHarbour |
Antonio: linking errors (Not solved) | Antonio:
The latest xHarbour does not have the hbsix library. ALso in my FW 1309 batch (buildx.bat) file I have the following:
[code=fw:22szbug3]<div class="fw" id="{CB}" style="font-family: monospace;">echo %hdirl%\hbsix.lib + >> b32.bc</div>[/code:22szbug3]
Any clues ?
Thank you |
Antonio: linking errors (Not solved) | Gustavo,
hbsix.lib is included here:
[url:2tgwcdjm]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=xharbour_20131007.zip[/url:2tgwcdjm] |
Antonio: nStrCrC() | Antonio, above function seems not included in FWH-libs for Community 2015! (FWH 16/04) |
Antonio: nStrCrC() | Günther,
Included for next FWH version
thanks |
Antonio: nStrCrC() | Hallo Günther,
vorerst liebe Grüße aus Osttirol.
Bist du mit deiner Software von der RKSV betroffen.
lg
Otto |
Antonio: nStrCrC() | Hallo Otto, nein bin nicht betroffen. Mache Software für (Schützen-)Vereine und den öffentlichen Dienst.
Liebe Grüße nach Osttirol! |
Antonio: no puedo compilar los ejemplos | Antonio:
No logro compilar los ejemplos que vienen en \samples
me da el siguiente error:
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved external '_HB_FUN_CLASSCREATE' referenced from P:\FWH27\LIB\FIVEHX.LIB|DB10
Error: Unresolved external '_HB_FUN_CLASSOBJECT' referenced from P:\FWH27\... |
Antonio: no puedo compilar los ejemplos | Intenta con el archivo bat que te envie a tu hotmail. |
Antonio: no puedo compilar los ejemplos | Db10.prg no pertenece a FiveH.lib. Es sólo para Xbase++. |
Antonio: no puedo compilar los ejemplos | Gracias, recompile la libreria sin db10 y se soluciono el problema, gracias!!! |
Anular Salida de dialog con scape | ¿Como se anula que se cierre una ventana de un dialogo con escape?
Saludos. |
Anular Salida de dialog con scape | lSalir = .F.
ACTIVATE DIALOG oDlg VALID lSalir
El diálogo no terminará con escape, ní intentándo cerrarlo, hasta que lSalir sea .T. |
Anular Salida de dialog con scape | [quote="Antonio Linares":12rch0lc]lSalir = .F.
ACTIVATE DIALOG oDlg VALID lSalir
El diálogo no terminará con escape, ní intentándo cerrarlo, hasta que lSalir sea .T.[/quote:12rch0lc]
Está en lo correcto Antonio. Si te sirve te doy un pequeño ejemplo:
[code:12rch0lc]DEFINE DIALOG oDlg RESOURCE "PRUEBA" OF oPadre
... |
Anular Salida de dialog con scape | Otra opción para evitar la tecla ESC sería
ACTIVATE DIALOG oDlg NOWAIT CENTERED VALID ! GetAsyncKey(VK_ESCAPE)
Saludos |
Anular Salida de dialog con scape | Yo utilizo una pequeña funcion:
[b:2d7131qe]FUNCTION NoScape()
RETURN !( GetKeyStat( 27 ) )[/b:2d7131qe]
La aplico así
ACTIVATE DIALOG oDlg VALID [b:2d7131qe]NoScape()[/b:2d7131qe]
ó si necesito otra validación
ACTIVATE DIALOG oDlg VALID IF([b:2d7131qe]NoScape()[/b:2d7131qe], <VALIDACION> ,.F.)
ó en una funcion:
... |
Anular acceso 'Propiedades de Fecha y Hora' en barra mensaje | Hola a todos:
¿Qué tengo que hacer para que en la barra de mensajes se siga viendo la
fecha y la hora pero que al pulsar sobre ellas no acceda a 'Propiedad de
fecha y hora?.
Un saludo. |
Anular acceso 'Propiedades de Fecha y Hora' en barra mensaje | <oBar>:oClock:bAction = { || nil }
<oBar>:oDate:bAction = { || nil } |
Anular acceso 'Propiedades de Fecha y Hora' en barra mensaje | Muchas gracias,Antonio.
Funcionó estupendamente.
Un saludo. |
Anular parpadeo de oWndChilds | Cuando se abre una ventana hija (oChild) siempre se produce un parpadeo. ¿Cómo se evita?
Gracias. |
Anular parpadeo de oWndChilds | Francisco,
Ejecuta este ejemplo y selecciona en el menu "childs", "new". Aqui no aparece ningún parpadeo:
[code=fw:pmcb0gt7]<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: #00C800;">... |
Anular parpadeo de oWndChilds | Antonio, gracias por contestar.
Quizás no empleé el concepto adecuado (parpadeo). Cuando se abre una Child, ésta trae un tamaño pre-definido, ó el tamaño que le asignas al definirla. Cuando se activa, se nota el cambio entre el tamaño original y el deseado (por ejemplo MAXIMIZED), y es aquí donde se visualiza una espe... |
Anular parpadeo de oWndChilds | Francisco,
Prueba este ejemplo:
[code=fw:xdg90tnn]<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: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style=... |
Anular parpadeo de oWndChilds | Gracias Antonio, resuelto.
Al establecer el tamaño en el ON INIT de la propia oChil, mejoró notablemente.
DEFINE WINDOW oChild MDICHILD OF oWnd TITLE cTitu +" "+ cAlias ;
FROM 0, 0 TO oWnd:nHeight-140, oWnd:nWidth-4 PIXEL ;
COLOR nRGB(247, 243, 232), nRGB(228, 213, 184) ;
NOCAPTIO... |
Anuncios en el Foro? | Antonio
Hoy lunes 21 al navegar al foro veo que tienes publicidad en el foro. Es correcto o te han hecho travesuras los Hackers?
Saludos
Armando |
Anuncios en el Foro? | Armando,
Es correcto. Lo vamos a tener en pruebas un mes ó así, a ver que tal funciona <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Anuncios en el Foro? | Antonio:
La publicidad ahora esta saliendo con popup, y verdad que se pone latera la cosa
Saludos
Patricio |
Anuncios en el Foro? | Antonio, en principio creí que mi barra anti-popup no funcionaba. Pero es cierto hoy me están saliendo Popups a diestro y siniestro que ralentizan mucho la consulta del foro. Sin embargo estos días atrás, no salian, tampoco podía entrar en la página de los anuncios, hoy sí. |
Anuncios en el Foro? | Ya están quitados los popups. Ha sido un error de configuración. Sí, son incomodísimos. |
Anuncios en el Foro? | No sé si será casualidad, pero despues de entrar ayer en el foro, empezaron a salirme las ventanitas y el antivirus me dectecto un spyware (23100247.exe) que me ha costado el ciento y la madre eliminarlo. |
Anuncios en el Foro? | Manuel,
Las dos empresas de publicidad que estamos usando son bien conocidas y no creo que esten distribuyendo spyware. Los popups se quitaron y no han vuelto a aparecer. Si notamos algo raro por supuesto que eliminaríamos de inmediato la publicidad.
La idea es aumentar la capacidad y prestaciones del servidor de es... |
Anxiously waiting for CrunchPad :-) | [url:24i9tgd9]http://en.wikipedia.org/wiki/CrunchPad[/url:24i9tgd9]
[url:24i9tgd9]http://www.techcrunch.com/2008/07/21/we-want-a-dead-simple-web-tablet-help-us-build-it/[/url:24i9tgd9]
[url:24i9tgd9]http://www.techcrunch.com/2009/06/03/crunchpad-the-launch-prototype/[/url:24i9tgd9]... |
Anxiously waiting for CrunchPad :-) | Wow, fantastic <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
I also ... |
Any Reports or reportgen. supports VERTICAL text ? | Hello,
DEFINE FONT oFont1 NAME "ARIAL" SIZE 0,-10
[color=#FF0000:2rhgizf5]DEFINE FONT oFont2 NAME 'TAHOMA' SIZE 0,-12 NESCAPEMENT 900[/color:2rhgizf5]
does TReport support vertical text or maybe a useful Reportgenerator ?
I had a look at Easyreport 2, but it seems, vertical text is not supported.
[img:2rhgizf5]http&... |
Any Reports or reportgen. supports VERTICAL text ? | Ukoenig:
EasyReport supports vertical text.
Here is an image
[url=http://subefotos.com/ver/?7fad593218990bcf3eec9ec8d54c1b50o.jpg:1sqz274p][img:1sqz274p]http://thumbs.subefotos.com/7fad593218990bcf3eec9ec8d54c1b50o.jpg[/img:1sqz274p][/url:1sqz274p]
Regards |
Any Reports or reportgen. supports VERTICAL text ? | Fastreport can, choose text font like @xxx ,
Regards!
Shuming Wang |
Any Reports or reportgen. supports VERTICAL text ? | Fast Report |
Any Reports or reportgen. supports VERTICAL text ? | why not ask to charles to insert on his vrd ? |
Any Reports or reportgen. supports VERTICAL text ? | Hi Ukoenig !
.
.
.
Follow the project below ( MR-Print ), Now available a method to print text From 0° to 360°
.
.
.
GitHub CVS ( repository ):
[url:cl6v3a76]https://github.com/MRonaldo/MR-Tools/downloads[/url:cl6v3a76]
.
.
.
On this forum:
[url:cl6v3a76]http://forums.fivetechsupport.com/viewtopic&#... |
Any chance of a timer? | I really need a timer for one part of my application. I don't suppose anyone has done one for xHarbour/FiveLinux? Anyone with any pointers as to how I might go about creating one? Please someone!
I would be eternally grateful
xProgrammer |
Any chance of a timer? | Doug,
We may have them ready for today <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Any chance of a timer? | Doug,
This is already working fine. We email you new files:
[code:3f7efrjj]
#include "FiveLinux.ch"
function Main()
local oWnd, oTmr
DEFINE WINDOW oWnd TITLE "Testing timers"
DEFINE TIMER oTmr INTERVAL 200 ACTION oWnd:SetText( Time() )
ACTIVATE TIMER oTmr
ACTIVATE W... |
Any chance of a timer? | Antonio
I hope that your customers appreciate the wonderful effort you put in to supporting your products and your preparedness to try to meet their needs.
Doug |
Any chance of a timer? | Doug,
Thanks for your kind words <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Any change in ALT-Z with FWH27? | Hi,
in FWH25, a button like &Zoek (Search) worked when using the ALT key in combination with the Z, and standing in a GET. Since i've upgraded (FWH27/xHarbour 0.99.51), using the ALT-Z combination clears the GET, and that's it.
Any ideas how to get my original functionality back?
Thanks in advance!
John. |
Any change in ALT-Z with FWH27? | John,
Do you see the underscore "_" under the "Z" ? Could you please post a screenshot here ? (use imageshack.com to host the image) |
Any change in ALT-Z with FWH27? | Hi Antonio,
When pressing the ALT key, the underscores appear.
This is what's in my RC file:
PUSHBUTTON "&Zoek", 303, 126, 224, 50, 14
...
EDITTEXT 305, 14, 224, 110, 13
And in my app:
REDEFINE BUTTON oZoek ID 303 OF oDlg
....
REDEFINE GET oZoekString VAR cZoekString ID 305 of oDlg valid if(GETKEYSTATE(VK_RETURN)... |
Any change in ALT-Z with FWH27? | John,
This sample works ok:
<!-- m --><a class="postlink" href="http://hyperupload.com/download/d385d963/john.zip.html">http://hyperupload.com/download/d385d963/john.zip.html</a><!-- m -->
Could you please test it there and let us know if it works ok for you ? Thanks. |
Any change in ALT-Z with FWH27? | Antonio,
your example works fine. So it seems the extra code i use, makes the contents of the GET dissapear. Strangely enough, this worked in the previous version...
Thanks,
John. |
Any change in ALT-Z with FWH27? | John,
If you could provide us a sample to reproduce the problem, that would help very much. Thanks. |
Any change in ALT-Z with FWH27? | John,
Thanks for your emailed sample. Already fixed in your code and sent back to you. |
Any clever coders out there | Hi allI have a function which seeks for a price in a table which can have upto 64 different combinations. As a result of this there are 64 seeks per find which is quite fast in dbf but horribly slow in sql.Can anyone suggest a better way for writting this function.I will pay for any good ideasThanksPeter code isFUNCTIO... |
Any clever coders out there | How about using arrays for this?At the beginning of the work session, you could load the data from SKIPPRIC into a separate array for each database field, and then using ASCAN() your lookups should be lightning fast, even with SQL. |
Any clever coders out there | Peter,Can you provide a small self-contained program with the DBF and some example calls to the function and the proper results? This would allow us to test it and try to improve the speed.James |
Any clever coders out there | Roger,I think the problem is that the array has to be built for each call to the function, not per worksession (I am assuming "worksession" is each time the application is run). Still it might be faster.James |
Any clever coders out there | Peter,As you mention, the delay comes from the 64 seeks.Don't do 64 seeks: Use just one SQL query sentence. |
Any clever coders out there | James,From Peter's data, it looks as though his pricing factors, though complex, are actually constants. In his pricing function, it seems that the price for a given situation is determined by the interrelation between the specifics of the case and all of the constants involved in his pricing factors. If so, he should ... |
Any clever coders out there | Roger,You are correct--there are a number of constants, and it is not clear exactly what he is doing. Antonio may be correct in that one SQL statement would probably do it. But without really understanding how the search works it is hard to tell.James |
Any clever coders out there | Hi allI think that we can only really offer the best advice if peterg gives an explanation of what his code needs to achieve, how often and when the data changes and the nature of the environment in which this needs to be achieved (eg single PC, LAN or WAN and if WAN what sort of speed)Maybe then an appropriate index ... |
Any clever coders out there | Hi allFirstly how do I upload a sample prg and dbf for testing?The price file could be very large > 150K records and could be updated by any number of users during the course of the day so cerating an array is probably not possible.A price can exist for the followingsite (internal identifier)customer type (a group of c... |
Any clever coders out there | Peter,Try to build a SQL query that does it all. Even if you can't, please start writting it here so we can help you, once we understand the exact query that you need |
Any clever coders out there | Hi PeterIf your SQL code pretty much follows your xBase code it will be inefficient. SQL is efficient where you "bundle up" the work into a single query. If you have a series of individual "seeks" SQL will be inefficient compared to xBase on a local machine.From what I can see of your case if you need to use SQL you ... |
Any clever coders out there | I am not sure where to start but here goesvariable declarationsmSiteID = 1mCustacc = "ABC123"mUniqnbr = "0000000001"mCustType = "EXTERNAL"mContainer = "1100WB"mWaste = "GENERAL"mDisposer = "XYZ987"mDate = DATE()select * from skippricwhere site_id = mSiteID and sp_custno = mcustacc and uniq_nbr = mUniwnbr and sp_contype... |
Any clever coders out there | Peter,Use OR to check for the other combinations from the same SQL sentence |
Any clever coders out there | AntonioThis will result in 64 seperate or statements. Do you think this will be fasterPeter |
Any clever coders out there | Peter,Can you design your query so that it returns all possible matches to a recordset, then scan the recordset for the best match?James |
Any clever coders out there | JamesPossibly but i am not that good at sql. Any ideas wher eot lookThanksPeter |
Any clever coders out there | Peter,You should use AND and OR in your SQL statement and your SQL server will optimize it to solve it as fast as possible |
Any clever coders out there | Peter,>select * from skippric where site_id = mSiteID and sp_custno = mcustacc and uniq_nbr = mUniwnbr and sp_contype = mContainer and sp_waste = mWaste and sp_effdate<=mDate Isn't the above going to return a recordset? Are all possible matches in this recordset? If not, then can you loosen up the query to include all ... |
Any clever coders out there | The result should only return one record which should be the best match |
Any clever coders out there | Peter,>sp_effdate<=mDate But when you are using something like the above, it would seem there could be multiple records with that criteria.How do you define a best match? What is an acceptable match, and what isn't? I.E. which criteria are musts, and which are not?I am having a hard time grasping what you are doing. I ... |
Any clever coders out there | I have created the following stored procedure which works but is just as slow as 32 seeksAny ideasUse iwscompagoIF OBJECT_ID ('usp_find_price') IS NOT NULL DROP PROCEDURE usp_find_price go CREATE PROCEDURE usp_find_price @mSite numeric(2), @mCustType varchar(10), @mCustNbr varchar(10), @mUniqNbr varchar(10), @m... |
Any clever coders out there | Hi allI have recoded the function using arrays to store the seek definition and then a series of IF/THEN conditions to test each of the seek definitions prior to actually seeking in the table.This has resulted in an 8 fold increase in speed and is now as fast in sql as it was in dbf (and of course it is now 8 times fas... |
Any clever coders out there | You're welcome. Glad it works for you. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
Any desired / missing tests for xBrowse ( wishlist ) ? | Hello,I added another Folder-page to the xBrowse-tools.[img:yrkn7iro]http://www.pflegeplus.com/pictures/Browset7.jpg[/img:yrkn7iro]Now ( because of all the possible tests / settings ) i'm not shure,if something still missing or desired. i can still add any needed tests / settings.If you have any wishes,... |
Any experience with voice command and FWH? | Is possible, maybe through ActiveX, use FWH to develop an application to interact with users by using voice command?
George |
Any experience with voice command and FWH? | Seems that no member of this forum have experienced with SAPI + FWH.
That is to control our programs by "Command of Voice" instead of using the keyboard or the "mouse."
See below some links regarding this topic:
<!-- m --><a class="postlink" href="http://www.microsoft.com/downloads/deta">http://www.microsoft.com/... |
Any experience with voice command and FWH? | Hi Silvio,
You mean a FWH class to give instruction by Command Voice?
Where is that class?
I need, by example, when I say 'Send' open dialog in my program and fill the fields by Command Voices instead of using the keyboard.
Would be this possible using SAPI and FWH?
Regards,
George |
Any experience with voice command and FWH? | there is also a fwh class |
Any function to create nested folders at one go? | Hi guys,
To clarify, if I need a folder called c:\my program\data\backup, the function will auto create My Program, Data and Backup as necessary.
TIA |
Any function to create nested folders at one go? | [code=fw:1viimvgg]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <shlobj.h><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><br /><span style="color: #00C800;">HB_FUNC</span... |
Any function to create nested folders at one go? | Thanks Rao <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Any function to create nested folders at one go? | Hi, Rao. Can you post a sample, please? |
Any function to create nested folders at one go? | Rao, Please ignore the previous post. I already did it.
Thanks. |
Any function to create nested folders at one go? | Would you be so kind to post the answer.
Best regards,
Otto |
Any function to create nested folders at one go? | As Rao said, we must link shell32.lib with our aplication. (Shell32.Lib is in the Borland directory)
//------------------
Function Prueba()
local cDirDest := "C:\FRANCISCO\DOCUMENTOS\DIVERSOS\"
ShCreateDirectory( cDirDest )
Return Nil
#pragma BEGINDUMP
#include <shlobj.h>
#include <hbapi.h>
HB_FUNC (SHCREATEDIR... |
Any guide on creating DPI-aware apps? | Hi guys,
Anyone has any tips, gotchas to share in regards of creating FWH apps that are dpi-aware?
I only realize the problem after a couple of our customers complained that they can't navigate to the end of my scrollable dialog. I've bookmarked <!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/lib... |
Any guide on creating DPI-aware apps? | Got another interface issue. When user run our program on a more recent notebook pre-installed with Win7, the placement of controls on dialogs went crazy.
After some googling I suspect this is due to Win7's so called dpi-virtualization.
Read something about preparing a manifest that tell Win7 that an exe is already ... |
Any guide on creating DPI-aware apps? | Hua,
Thanks for your feedback! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Any guide on creating DPI-aware apps? | Hua,
Have you tried to automatically calculate it based on the oDlg:nHeight value ?
I think that in these lines:
[code=fw:2feothid]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;">DIALOG</span> oDlg ; <br /> &nbs... |
Any guide on creating DPI-aware apps? | Hi,
Out of curiosity, I just tested TESTDSCR_.PRG.
I set the DPI to 120 and changed D_HEIGHT to 18 from 13
[code=fw:3jqcy58p]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> D_HEIGHT <span style="color: #000000;">18</span>... |
Any guide on creating DPI-aware apps? | Ramesh,
[url:27ptt35k]http://msdn.microsoft.com/en-us/library/ms701681(v=vs.85).aspx[/url:27ptt35k]
[quote:27ptt35k]To get the system dpi setting, use the CDC::GetDeviceCaps function with the LOGPIXELSX flag. If you do not cancel dpi scaling, this call returns the default value of 96 dpi.[/quote:2... |
Any guide on creating DPI-aware apps? | Mr.Antonio,
Thanks for your valuable suggestion,
I have tested the following code not only with 96 and 120 DPIs but also with
various DPIs and found to be working well.
[url=http://imageshack.us/photo/my-images/6/144dpi.jpg/:1tw84avy][img:1tw84avy]http://img6.imageshack.us/img6/8127/144dpi... |
Any guide on creating DPI-aware apps? | Hi Members,
It would be nice if the cursor is moved up/down based on pressing TAB or SHIFT+TAB or
ENTER key to go down, accordingly scroll bar automatically moved upwards or downwards
and the current get is visible. <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
I request... |
Any guide on creating DPI-aware apps? | Ramesh,
Very good! Thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Any guide on creating DPI-aware apps? | Thank you for the prompt reply Antonio. Sorry for the late reply, was dragged to solve something that was deemed higher priority by management.
Ramesh, thank you! <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> I'm gonna try your solution now.
[quote="RAMESHBABU":xy9zb3em]I... |
Any guide on creating DPI-aware apps? | I find the following tutorial has been quite useful:
<!-- m --><a class="postlink" href="http://www.rw-designer.com/DPI-aware">http://www.rw-designer.com/DPI-aware</a><!-- m --> |
Any infos about function < C5RoundRect > ? ( solved ) | Hello,
I tested the function [color=#0000FF:3aj8cnx6][b:3aj8cnx6]C5RoundRect[/b:3aj8cnx6][/color:3aj8cnx6]
but couldn't find anything about possible alterations to change the backgroundcolor or maybe to make it transparent inside. The circle itself, is the selected pencolor and size.
Where does this function come fro... |
Any infos about function < C5RoundRect > ? ( solved ) | Uwe,
That function is just a wrapper for the Windows API function RoundRect()
In order to use a brush with it, you should first create the brush and select it to the current hDC and later on, save the current brush using hOldBrush := SelectObject( hDC, oBrush:hBrush ), paint, select the previous brush with SelectObje... |
Any infos about function < C5RoundRect > ? ( solved ) | Antonio,
THANK YOU VERY MUCH !
it works fine that way.
Now I understand the logic.
it can be a brush-combination :
DEFINE BRUSH oBrush1 STYLE NULL
DEFINE BRUSH oBrush2 COLOR 255
with some calculations, it will be possible, to get some nice effects.
I will add four possible forms :
1. round filled ( mouseclick T... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.