Search found 54 matches: circles

Return to advanced search

Re: change Border color BTNBMP

... table with the xbrowse fields I select which column I want to show to the main xbrowse, under this table I have two BTNBMP controls. ( button with circles at left of the dialog) 1 Hide 2. Show when I click on a field and then remove the check I change the display of the btnbmp controls, that is, ...
by Silvio.Falconi
Thu Nov 09, 2023 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change Border color BTNBMP
Replies: 2
Views: 254

Re: cyclometric circle

Perhaps I resolve but there is a small error https://i.postimg.cc/0NgVh7rM/t6.png 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-> ...
by Silvio.Falconi
Fri Dec 02, 2022 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... local nColor  local nAngolo    ::nRadiusExt := int( ::nMedSide ) * 0.98    ::nRadiusInt := ::nRadiusExt      * 0.98     //draw numbers and circles    FOR nI = 1 TO  nTotalNumbers          nAngolo := 2* PI() / nTotalNumbers * ( nI - 1 )          nTop  := ::nTopCir  -  ( ...
by Silvio.Falconi
Fri Dec 02, 2022 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... I halved the measures as you can see in this picture https://i.postimg.cc/Dw8K6mgN/t.png But now I have problems with the small circles and the numbers because they are attached and I don't understand why https://i.postimg.cc/m2cR48zD/t1.png numbers must be 1 ...
by Silvio.Falconi
Fri Dec 02, 2022 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: Closing Circles

Hello Martin, I myself only work with DBF. But theoretically, it doesn't matter how the data is accessed. It's difficult for me to answer here, as I have no idea how well you know web programming. I'll post a simple example. The logline() function in data.prg logs all accesses. If you change in your...
by Otto
Sat Oct 15, 2022 9:28 am
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1209

Re: Closing Circles

Estimado Otto

Muchas gracias por tu respuesta, no me queda muy claro lo que mencionas, tendras un ejemplo algo mas completo que me ayude a comprender lo que me recomiendas?

Saludos y gracias de antemano.

Martín
by mchumpitazv
Fri Oct 14, 2022 6:26 pm
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1209

Re: Closing Circles

Martin, Have you already tried with the different settings here? Is the data access with AJAX Best regards, Otto <table  class="table table-image"id="table"data-toggle="table"data-height="<?prg  return hINI[ 'KARTEI-DATAHEIGHT' ] ?>"data-uni...
by Otto
Tue Oct 11, 2022 5:46 pm
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1209

Re: Closing Circles

Hola Otto Gracias por el comentario, efectivamente dentro de los detalles que debo adicionar es que estoy trabajando con mod-harbour V2 y con tablas bootstrap tal y como mencionas. El extracto de los datos es atraves de store procedure sql que luego son tratados desde el aplicativo mismo como record...
by mchumpitazv
Tue Oct 11, 2022 3:58 pm
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1209

Re: Closing Circles

Martin, I think you always have to check which mechanism you use on a case-by-case basis. What do you have on the frontend? bootstrap table? We did some test when starting with mod harbour 2 years ago. Please give more details. Best regards, Otto http://forums.fivetechsupport.com/viewtop...
by Otto
Tue Oct 11, 2022 3:16 pm
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1209

Re: Closing Circles

Hola Carles Estoy probando como trabajar con mod_harbour y MS SQL y no tengo claro como manejar el tema de paginación, sobre todo con consultas de muchos registros, ¿Podrias compartir el ejemplo que mencionas?, el link que alli indicas ya no esta disponible. Muchas gracias!! Saludos desde Perú Martí...
by mchumpitazv
Mon Oct 10, 2022 11:10 pm
 
Forum: mod_harbour
Topic: Closing Circles
Replies: 6
Views: 1209

Re: 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 https://i.postimg.cc/9fn022nx/gg.png I saw that it can not do them automatically I do not understand why if I associate ...
by Silvio.Falconi
Wed Aug 03, 2022 8:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

I add the small circles near to numbers https://i.postimg.cc/25gvWQBc/gg.png but they must be on the line of the circle, how to do? METHOD Paint() CLASS  TCyclometric   local nI   local ...
by Silvio.Falconi
Tue Jul 12, 2022 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

My test I made a small class because I need to make until 11 circles ( one for each weel of Lottery) #include "FiveWin.ch"#include "constant.ch"Function Test()  local oCicloMetric  local oDlg,oFont,oBold  local nBottom   := ...
by Silvio.Falconi
Mon Jul 11, 2022 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: print pixels in certain positions

... 25 mm from Top#define _MARGIN_TOP    2.7  // the circle pattern starts  2 mm from Left#define _XSPACE        0.7  // distance horizontal between 2 circles#define _YSPACE        0.7  // distance vertical   between 2 circles#define _CIRCLE        0.5  // each circle has 5 mm in diameterFUNCTION Main()//-------------LOCAL ...
by Silvio.Falconi
Sat Mar 19, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 714

Re: print pixels in certain positions

... is at a distance x from the edge 0.8 and a distance y from the edge 2.7 each circle has a size of 0.50 (A) the distance between the two circles (B) is 1.2 the distance between one line and the one below (C) is 0.9 I hope these measure are right the final user can insert on screen the ...
by Silvio.Falconi
Fri Mar 18, 2022 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: print pixels in certain positions
Replies: 13
Views: 714
Next

Return to advanced search