topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
cual control tuvo el foco | Hola, mira si este post te resuelve.
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=2745&start=0&hilit=que+control+tiene+el+foco">viewtopic.php?f=6&t=2745&start=0&hilit=que+control+tiene+el+foco</a><!-- l -->
También puedes probar con:
nFocus = AScan( oDlg:aControls, { ... |
cual control tuvo el foco | francisco, ya habia probado el oDlg:aControls y me da el foco en el control actual no el anterior, probe con el ejemplo del link que me pones, probe de 2 formas diferentes y con ninguna me funciono, hice esto:
REDEFINE BUTTONBMP aoBtn[3] ID 402 OF oDls BITMAP "MONITOS" TEXTRIGHT ;
ACTION Set... |
cual control tuvo el foco | probando de esta otra manera y tampoco funciona...
Local nHandle:=0
REDEFINE BUTTONBMP aoBtn[3] ID 402 OF oDls BITMAP "MONITOS" TEXTRIGHT ;
ACTION ( Ocupantes(@cNom2,@cPat2,@cMat2,;
@cNom3,@cPat3,@cMat3,;
@cNom4,@cPat4,@cMat4,... |
cual control tuvo el foco | Francisco Horta,
Creo que lo que puede estar pasando es que despues de la ACTION la clase TBtnBmp haga algo con el foco, de manera que aunque lo hubieras puesto bien en tu SetFocus(), la clase lo volveria a poner en el Boton... no estoy seguro que sea eso... pero me suena haber tenido ese problema.
En este tipo de co... |
cual control tuvo el foco | Francisco,
Prueba a hacerlo asi:
aoBtn[3]:oJump := oControlQueTeniaElFoco |
cual control tuvo el foco | Antonio, probando asi:
tratando de poner el foco directamente en un objeto, no funciona
REDEFINE BUTTONBMP aoBtn[3] ID 402 OF oDls BITMAP "MONITOS" TEXTRIGHT ;
ACTION ( Ocupantes(@cNom2,@cPat2,@cMat2,;
@cNom3,@cPat3,@cMat3,;
@c... |
cual control tuvo el foco | Antonio,
probando asi:
aoBtn[3]:oJump := aoObjetos[5] el foco se queda en el boton, pero si presiono TAB me devuelve al control que tenia el foco anteriormente
probando asi:
aoBtn[3]:oJump := nHandle el foco se queda en el boton, pero si presiono TAB manda este error:
Error description: Error BASE/1004 Class: 'NUM... |
cual control tuvo el foco | Prueba asi:
aoBtn[3]:oJump := oWndFromHwnd( nHandle ) |
cual control tuvo el foco | Antonio,
probando, se queda el foco en el boton,,,
ya tambien hice todas las pruebas con y sin el tabstop cambiandolo desde el recurso y no funciona.
probe quitando el control buttonbmp y usando setkey(VK_FX,{||mifuncion}) y si funciona bien, pero la verdad se me vas estetico y presentable con un boton, sino tengo solu... |
cual control tuvo el foco | Francisco Horta,
Me alegro que mi solucion te haya ayudado. Muchas gracias por mencionarlo y por el feedback. Seguiremos ayudando en todo lo posible.
Bye |
cual control tuvo el foco | hmpaquito,
de nada, de hecho el timer lo deje como una ultima opcion, ya que en ese dialgo y otros utilizo timers para actualizaciones, y si funciona, pero el setkey es mas comodo unicamente poniendo una validacion dentro de mi funcion y va bien
saludos
pak-o |
cual es el evento al hacer click en un control dtpicker? | hola.
necesito realizar un cambio en una lista cada vez que se haga un click en el dia
de un control DTPICKER. cual es el evento que se lanza al hacer click con el mouse?
ya he probado hacerlo con VALID pero no me funciona.
gracia.s |
cual es el evento al hacer click en un control dtpicker? | @ ..., ... DTPICKER ... ON CHANGE ...
oDTPicker:bChange := { | Self | ... } |
cual es el evento al hacer click en un control dtpicker? | gracias! |
cual es la diferencia entre harbour y xharbour | disculpen mi ignorancia pero es que me siento bombardeado con todo esto, harbour, xharbour, c3 y pica y se extiende ya ni se que es que |
cual es la diferencia entre harbour y xharbour | Harbour nació como un compilador compatible con Clipper, de 32 bits y con capacidad para funcionar en distintos sistemas operativos.
xharbour apareció para añadir extensiones a Harbour, que no estaban en Clipper. xharbour es más popular que Harbour aunque ambos funcionan perfectamente.
FWH es la versión de FiveWin en... |
cuales son los pasos a seguir para ayudar en el wiki | cuales son los pasos a seguir para ayudar en el wiki, estoy registrado pero no puedo entrar a editar |
cuales son los pasos a seguir para ayudar en el wiki | Persi,
Te acabamos de enviaar un email con el login y contraseña, gracias |
cuando es recomendable usar interface MDI? | Eso...
gracias. |
cuando es recomendable usar interface MDI? | goosfancito,
No creo que el tema sea si es recomendable o no, más bien es u estilo de programación y dependerá mucho de cada uno de nosotros. |
cuando es recomendable usar interface MDI? | ups!
Gracias. |
cuando es recomendable usar interface MDI? | Creo que también depende de las necesidades del cliente, y de la complejidad del sistema a desarrollar. |
cuando es recomendable usar interface MDI? | Buenas,
En la aplicación que uso habitualmente tiene unas particularidades 'caprichosas' pero que a mi me van muy bien.
La gestión para A/B/M está sobre ventanas MDI, en ellas siempre hay un WBrowse (lo cambiaré por un xBrowse) y los campos que se pueden ver/editar.
Estas ventanas MDI nunca se cierran, sólo se ocult... |
cuando finalizo un dialogo me presenta estos errores | Called from: .\source\classes\TGET.PRG => TGET:LVALID(0)
Called from: CONTROL.PRG => TGET:FWLOSTFOCUS(0)
Called from: CONTROL.PRG => TCONTROL:HANDLEEVENT(0)
Called from: .\source\classes\TGET.PRG => TGET:HANDLEEVENT(0)
Called from: WINDOW.PRG => _FWH(0)
Called from: => SYSREFRESH(0)
Called from: CONT... |
cuando finalizo un dialogo me presenta estos errores | Te faltó incluir la descripción del error, pero supongo que ha de ser porque en el valid no estar regresando un valor lógico |
cuando finalizo un dialogo me presenta estos errores | Como te indica Quique, el VALID del GET no devuelve un valor lógico, revísalo |
cuando finalizo un dialogo me presenta estos errores | Okey, este es el error, Cuando finalizo el segundo dialogo, estando el primero abierto:
ERROR BASE 1066 Argument error conditional
application
===========
Path and name: C:\fwh\Ven\ven.Exe (32 bits)
Size: 516,608 bytes
Time from start: 0 hours 0 mins 4 secs
Error occurred at: 04/11/13, 13:50:45
Err... |
cuando finalizo un dialogo me presenta estos errores | [quote="juan fco. vasquez Mendoza":1siedo6d]
ERROR BASE 1066 Argument error conditional
[/quote:1siedo6d]
En efecto, el error es que el valid no devuelve un valor lógico, revisa ese detalle, el valid debe regresar .t. o .f. |
cuando finalizo un dialogo me presenta estos errores | Hey, gracias a esos GURU, realmente era lo del valor LOGICO que no estaba retornando.
Bendiciones,
Juan Fco.
Rep. Dom. |
cuestion de opinion s.o. vista | hola a todos y antes que nada ojala y el credor se haya acercado a sus corazones con sus familias esta naviadad y pascua , y que el 2008 sean de buenos augurios pata todos y sus afamilias, y que la ventana se les haga mas grande , es mi mayor deseo.
haciendo mi emigracion a 32 bits (harbourd) , las puese a trabajar en... |
curiosidad en busca forum - off-topic | Solucionado, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
curiosidad en busca forum - off-topic | curiosidad
Busco "Windows Phone" devuelve lo siguiente:
[img:31sd79hm]http://img841.imageshack.us/img841/1397/mowj.png[/img:31sd79hm] |
curiosidad en busca forum - off-topic | Lo confirmo. |
curiosidad en busca forum - off-topic | Francisco,
Uso también el Crome y acá no hace lo que indicas, (aclaro que estoy en mi trabajo con una pc "viejita" con win xp).
Acá salen los post encontrados.
Supongo que debe ser algo del Crome en tu pc o de la versión de window. Esta tarde lo confirmo en casa con win 7.
Rolando |
curiosidad en busca forum - off-topic | Confirmado.
Puede ser que exista algún enlace a w3.xpphone.net que es el que ocasiona la alerta en Chrome.
El post [b:twan7qdn]"Goodbye Windows ce Welcome Xpphone"[/b:twan7qdn], es el que provoca la alerta |
curiosidad en busca forum - off-topic | Hola,
En casa tampoco lo hace con win 7.
No tiene nada que ver con lo que pensaba. La cuestión es que yo inicio en el foro desde [url:lwo0r17q]http://forums.fivetechsupport.com/index.php[/url:lwo0r17q] y siempre elijo el foro en Español que es donde busqué y no hay problemas.
Lo del virus lo informa... |
current windows account | [code=fw:3srmm6v3]<div class="fw" id="{CB}" style="font-family: monospace;">C:\Users\silvio\Downloads</div>[/code:3srmm6v3]
Exist a function to get the current account ? |
current windows account | WNetGetUser() |
current windows account | [quote="cnavarro":o8jgok94]WNetGetUser()[/quote:o8jgok94]
thanks |
current windows account | You can also use
[code=fw:2j7fftc2]<div class="fw" id="{CB}" style="font-family: monospace;"><br />NetName<span style="color: #000000;">(</span> .T. <span style="color: #000000;">)</span> --> UserName<br />NetName<span style="color: #000000;">(</span><span style="color: #000000;">)</span> ... |
current windows account | [quote="nageswaragunupudi":17ik30h3]You can also use
[code=fw:17ik30h3]<div class="fw" id="{CB}" style="font-family: monospace;"><br />NetName<span style="color: #000000;">(</span> .T. <span style="color: #000000;">)</span> --> UserName<br />NetName<span style="color: #000000;">(</span><span style="color: #... |
current windows account | old Cl*pper Solution
[code=fw:26z2z47s]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">LOCAL</span> cPath := GETENV<span style="color: #000000;">(</span><span style="color: #ff0000;">"USERPROFILE"</span><span style="color: #000000;">)</span><br /><span style="color: #00C8... |
curso de xharbour y fWH en sonora. | Hola,
Estoy tratando de juntar un grupo para ver la posibilidad de ofrecer un curso de xharbour y fWH en sonora.
Si estas en el estado y interesaria tomar esta capacitaciòn escribeme a
<!-- e --><a href="mailto:renemontano@hotmail.com">renemontano@hotmail.com</a><!-- e -->
Saludos |
cursor on btnbmp | I made :
@ 78, 140 BTNBMP oBtnMail RESOURCE "MAIL16" OF oDlg SIZE 10,10 NOBORDER PIXEL FONT oFont CANCEL ACTION NIL
oBtnMail:l2007:=.t.
oBtnMail:oCursor:=cursorHand()
but I see only the arrow cursor and not a hand |
cursor on get | I wish use hand for the btnbmp of a get
I made
aGet[1]:oBtn:oCursor:= TCursor():New(,'HAND')
but it make error ...where is the obj of btnbmp of a tget ?
[code=fw:2a3b6f2e]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;"... |
cursor on get | Silvio,
[code=fw:o3zvo437]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">LOCAL</span> oHand<br /><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">CURSOR</span> oHand <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff... |
cursor on get | [code=fw:20p2teab]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">CURSOR</span> oHand <span style="color: #0000ff;">RESOURCE</span> <span style="color: #ff0000;">"HAND"</span><br /><br /> <span style="colo... |
cvs one module commit error: waiting for locking modulename? | Hi,
cvs one module commit error: waiting for locking modulename?
Linux server
Thanks!
Shuming Wang |
cybercafe | Have you an sample for a remote control ?
I must create it to control a computer of a boy
( open close at a time specific)
Regards |
cyclometric circle | I'm trying to create a cycling circle, so i should create one like this
[img:3lxoevph]https://i.postimg.cc/rmmjVd5J/Cerchio-Ciclometrico.gif[/img:3lxoevph]
I make a test but I not understood why the number init from a bad point
[b:3lxoevph]my test[/b:3lxoevph]
[img:3lxoevph]https://i.postim... |
cyclometric circle | Dear Silvio,
Please post your code so we can test it |
cyclometric circle | [b:2b0xr16i]My test[/b:2b0xr16i]
I made a small class because I need to make until 11 circles ( one for each weel of Lottery)
[code=fw:2b0xr16i]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span ... |
cyclometric circle | I add two methods Say and Line
[code=fw:wca4ldmd]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"constant.ch"</span><br /... |
cyclometric circle | Antonio,
[b:qca6z483]New release [/b:qca6z483]
[code=fw:qca6z483]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"con... |
cyclometric circle | Please post your new code <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
cyclometric circle | hi Silvio,
try this
[code=fw:b9kq1www]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">local</span> nWidth := <span style="color: #000000;">800</span> <span style="color: #B900B9;">// Max( nRight * DLG_CHARPIX_W, 180 )</span><br /> <span style="color: #00C800;">local</span... |
cyclometric circle | [quote="Jimmy":1plt2wdv]hi Silvio,
try this
[code=fw:1plt2wdv]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">local</span> nWidth := <span style="color: #000000;">800</span> <span style="color: #B900B9;">// Max( nRight * DLG_CHARPIX_W, 180 )</span><br /> <span style="colo... |
cyclometric circle | I add the small circles near to numbers
[img:19a0obu1]https://i.postimg.cc/25gvWQBc/gg.png[/img:19a0obu1]
but they must be on the line of the circle, how to do?
[code=fw:19a0obu1]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #00C800;">METHOD</span> <span style="color... |
cyclometric circle | [b:2kb3ii87]I tried with multiple positions directly [/b:2kb3ii87] but not run ok
[b:2kb3ii87]ACTION oCicloMetric:Distance_MU(11,40,45,54,68)[/b:2kb3ii87]
[img:2kb3ii87]https://i.postimg.cc/CL22ztxb/bbbbbb.png[/img:2kb3ii87]
[code=fw:2kb3ii87]<div class="fw" id="{CB}" style="font-family: monospac... |
cyclometric circle | Latest code, full source code, please <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
cyclometric circle | [quote="Antonio Linares":28nwp8kc]Latest code, full source code, please <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:28nwp8kc]
[img:28nwp8kc]https://i.postimg.cc/QdWmC3tt/come-dovrebbe.jpg[/img:28nwp8kc]
[b:28nwp8kc]Is here!![/b:28nwp8kc]
[c... |
cyclometric circle | [b:16jlgvvb]Last Release[/b:16jlgvvb] ( 12.07.2022 time 17.00)
[code=fw:16jlgvvb]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff00... |
cyclometric circle | you know when Silvio asks help I cannot resist
[code=fw:2saikfto]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"constant.ch"<... |
cyclometric circle | ok thanks but the numbers are bad
the 90 must be on top |
cyclometric circle | I corrected the numbers but Now are too on line of circle
How to move them slightly out?
[img:2oulmoas]https://i.postimg.cc/s23ktr5M/jjj.png[/img:2oulmoas]
[code=fw:2oulmoas]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #... |
cyclometric circle | [b:1hs0y9oz]last release [/b:1hs0y9oz]
[img:1hs0y9oz]https://i.postimg.cc/7Z2jWNhQ/h.png[/img:1hs0y9oz]
[code=fw:1hs0y9oz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #... |
cyclometric circle | I insert a Paint before of distance_multiple() method
oCiclo:Paint()
oCiclo:Distance_Multiple(val(num1),val(num2),val(num3),val(num4),val(num5),nColor,oCiclo:apos)
[img:3vbc9gxg]https://i.postimg.cc/2S1JYLbd/ciclometric.gif[/img:3vbc9gxg]
Now How I can to refill the area [b:3vbc9gxg]with... |
cyclometric circle | [b:alcdmx2s]latest release with distance [/b:alcdmx2s]
It does not write well the distance between two numbers, i.e. the calculation is correct but the number must be printed near the line between the two numbers and in the middle of the drawn line as U can see on this picture
[img:alcdmx2s]https://i.postimg... |
cyclometric circle | [quote="Silvio.Falconi":3m0k5s7e]I corrected the numbers but Now are too on line of circle
How to move them slightly out?
[/quote:3m0k5s7e]
Why did you change this part?
[code=fw:3m0k5s7e]<div class="fw" id="{CB}" style="font-family: monospace;"> nAngolo := <span style="color: #000000;">2</span>* Pgreco<span style="co... |
cyclometric circle | hi Silvio,
your Cycle are based on
[code=fw:2omhlmgq]<div class="fw" id="{CB}" style="font-family: monospace;">nRaggio := <span style="color: #000000;">(</span>::<span style="color: #000000;">nDiametro</span>/<span style="color: #000000;">2</span><span style="color: #000000;">)</span></div>[/code:2omhlmgq]
for... |
cyclometric circle | [quote="AntoninoP":39swupq2][quote="Silvio.Falconi":39swupq2]I corrected the numbers but Now are too on line of circle
How to move them slightly out?
[/quote:39swupq2]
Why did you change this part?
[code=fw:39swupq2]<div class="fw" id="{CB}" style="font-family: monospace;"> nAngolo := <span style="color: #000000;">2</... |
cyclometric circle | hi Silvio,
as i can say your nX and nY are wrong
line from 11 to 40
{77, 367} to {417, 295}
but 11 it on upper right so it must be {367,77}
Number 40 is left from 11 and lower and must be {295,417}
so try this Code
[code=fw:2t8nizq8]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C8... |
cyclometric circle | [quote="Silvio.Falconi":b4wb8l65]
Because with yourvsource test i have the number 90 on the middle of circle , the number 90 must be on the top of circle, the number 45 on the Bottom, please the First picture i published[/quote:b4wb8l65]
swap sin and cos and change signs until it works
[code=fw:b4wb8l65]<div class="f... |
cyclometric circle | Sorry for the absence I had family problems related to my 91 year old mother
I tried to solve the problems of both the displacement of numbers (thanks to [b:3n4hp8mh] Jimmy)[/b:3n4hp8mh] and also the visualization of geometric figures.
[b:3n4hp8mh]Antonino[/b:3n4hp8mh], I'm sorry but your code always sets me the 90 ... |
cyclometric circle | It's ok
[code=fw:3fifxp7a]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> Showform<span style="color: #000000;">(</span>oBrw,oCicloMetric<span style="color: #000000;">)</span><br /> <span style="color: #00C800;">local</span> aNumeri:= <span style="color... |
cyclometric circle | Another problem
If I created 11 object of my class and I wish show le lines then not run ok because on Paint method the class created the ::apos positions array , so when I call method distance_Multiple() not found ::apos I not understood why
while If I make only one Obj run ok |
cyclometric circle | Dear Silvio,
Could you share the most recent code to test it ?
many thanks |
cyclometric circle | I sent you Yesterday on afternoon at your mail |
cyclometric circle | ] corrected the position line
Problem to refill with agradient With [b:1agb55n1]FillRectEx( ::hDC, aPoints, aGrad)[/b:1agb55n1]
[img:1agb55n1]https://i.postimg.cc/xT3CxpSJ/t9.png[/img:1agb55n1]
[b:1agb55n1]new code[/b:1agb55n1]
[code=fw:1agb55n1]<div class="fw" id="{CB}" style="font-family: monos... |
cyclometric circle | Dear Silvio,
Congratulations for the nice progress <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Where to find the source code for FillRectEx() ? |
cyclometric circle | Strange where i compile and running not make me error, do i thinked It Is on fwh |
cyclometric circle | Antonio,
Making this .. run bad
[img:2gydhp88]https://i.postimg.cc/SxdKLwbC/bu.png[/img:2gydhp88]
[code=fw:2gydhp88]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #B900B9;">// refill area of Polygon</span><br /> hBrush1 := CreateSolidBrush<span style="color:... |
cyclometric circle | hi Silvio,
[quote="Silvio.Falconi":2voxy22m]Now How I can to refill the area [b:2voxy22m]with transparent color[/b:2voxy22m] ?[/quote:2voxy22m]
have not work with it yet
i "think" you need Polygon API Function
[url:2voxy22m]https://docs.microsoft.com/en-us/windows/win32/api/wingdi/nf-wingdi-polygon[/url:2v... |
cyclometric circle | For now I have to give up the refill of the area, I have created 10 circles to display all the shapes of the 10 lottery reels
[img:13bjzx40]https://i.postimg.cc/9fn022nx/gg.png[/img:13bjzx40]
I saw that it can not do them automatically [b:13bjzx40] I do not understand why[/b:13bjzx40]
if I associate ... |
cyclometric circle | I tried to improve the class because the object is not centered now the circle is inside the object
practically creating the circumference I halved the measures as you can see in this picture
[img:1yx9yfbm]https://i.postimg.cc/Dw8K6mgN/t.png[/img:1yx9yfbm]
But now I have problems with the small cir... |
cyclometric circle | Now I correct the position of numbers but there is also some errors
[img:7laohdog]https://i.postimg.cc/59pN00SR/t4.png[/img:7laohdog]
[code=fw:7laohdog]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> PaintNumbers<span style="color: #000000;">(... |
cyclometric circle | Perhaps I resolve but there is a small error
[img:31p3296l]https://i.postimg.cc/0NgVh7rM/t6.png[/img:31p3296l]
Now the small circles are right and in their place and also the numbers only in the lower part touch the edge of the object
the numbers seem crooked to me i.e. there is no axis 90-> 45 the ... |
cyclometric circle | * [b:2h0oqwk5]correct the numbers text on the bottom [/b:2h0oqwk5]
[b:2h0oqwk5]* when drawing the geometric shape corresponding to the xbrowse line, the lines are wrong because they don't point to the real xbrowse values[/b:2h0oqwk5]
[img:2h0oqwk5]https://i.postimg.cc/7ZmtP4S3/t8.png[/img:2h0oqwk5]
... |
cyclometric circle | Antonio,
I tried also with
::bPainted := { |hDC|FillRectEx( ::hDC, aPoints, aGrad) }
or
::bPainted := { |hDC|FloodFill( ::hDC, aPoints [1][1], aPoints [5][1], nil, nColor ) }
or
local hBru := CreateSolidBrush( nColor )
local hOld := SelectObject( ::hDC, hBru )
local hpen:=CreatePen(0,8,nCo... |
cyclometric circle | [img:1j2ob75d]https://i.postimg.cc/85X8RJvb/last.png[/img:1j2ob75d]
when I select another record in the xbrowse , the class doesn't delete the previously drawn lines, how can I fix it?
I would like to fill the polygon space with a gradient color but I can't do that
[b:1j2ob75d]test.prg[/b:1j2ob75d... |
cyclometric circle | Hello All,
I have to ask <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
I have no clue what ever this is doing. Looking at the Wikipedia is giving me no information that I understand about Cyclometric Circle. Can somebody 'try' to explain ? It's just... |
cyclometric circle | [quote="Marc Venken":1rurjwkp]Hello All,
I have to ask <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: -->
I have no clue what ever this is doing. Looking at the Wikipedia is giving me no information that I understand about Cyclometric Circle. Can somebody... |
cyclometric circle | Silvio,
Thanks for the information. At least now i get the point of it and see what you mean. But just for the point of argument. If this is working, and this system is mathematic to prove right, there will be a lot of winners with the same
numbers ? Or are you going to put a 'personel touch' and change the number... |
cyclometric circle | [quote="Marc Venken":3hcm0jny]Silvio,
Thanks for the information. At least now i get the point of it and see what you mean. But just for the point of argument. If this is working, and this system is mathematic to prove right, there will be a lot of winners with the same
numbers ? Or are you going to put a 'persone... |
cyclometric circle | [quote="Silvio.Falconi":288ga1qo]
this is a statistical issue, I also have other procedures that calculate delays, frequencies, forecasts, figures, classes and other procedures.
They can also be adapted to your 45 number system,
Is there a historical archive of extractions in belgium?[/quote:288ga1qo]
Yes, Data for ... |
cyclometric circle | [quote="Marc Venken":18l3p8oa][quote="Silvio.Falconi":18l3p8oa]
this is a statistical issue, I also have other procedures that calculate delays, frequencies, forecasts, figures, classes and other procedures.
They can also be adapted to your 45 number system,
Is there a historical archive of extractions in belgium?[/qu... |
código para ftp | ejemplo
uso FileZilla Server a otro PC de la red local
[code=fw:2njngt5n]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveTouch.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #0... |
código para ftp | Gracias por este código!!!
Estoy haciendo pruebas y de momento de lujo con el FileZilla.
Como veo que el ejemplo es de hace bastante tiempo... has hecho nuevos avances???
Alguna orientación más a destacar???
Gracias.
Un Saludo,
Xevi. |
cómo cambiar el interlineado utilizando Tsay? | Lo siento por mi mala educación. Olvídese de ordenar por favor. Perdóname.
[code=fw:1036g8sq]<div class="fw" id="{CB}" style="font-family: monospace;"> <span style="color: #0000ff;">redefine</span> <span style="color: #0000ff;">say</span> oSayA <span style="color: #0000ff;">PROMPT</span> <span style="... |
cómo comunicarse con los usuarios de FiveWin | Antonio porque no es posible ver los nombres del correo electrónico de los usuarios Fivewin en el perfil?
Gracias, saludos. |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.