Search found 208 matches: positions

Return to advanced search

Re: Help splitting up a character address string

... =", aAddressParts[2] ? "CState =", aAddressParts[3] ? "CZip =", aAddressParts[4] This function first finds the positions of the commas in the address, then uses SubStr() to extract the different parts based on those positions. The result is stored in an array, ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 500

Re: Search in RichEdit 5

... for the help. I think to do so: 1. Open an RTF document via OLE and do a search (via VBA) for all underlined characters to get an array of their positions. 2. Upload an RTF document to RichEdit5 and color it according to the parsing of its structure. At the same time, I also get an array of colorized ...
by Natter
Fri Oct 27, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in RichEdit 5
Replies: 2
Views: 231

Search in RichEdit 5

Hi,

Search in RichEdit5. I need to find in it all the positions of underlined characters on a white background.
Is it possible to do this ?
by Natter
Fri Oct 27, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search in RichEdit 5
Replies: 2
Views: 231

help in marketing

... Funding: Marketing increases the chances of finding sponsors or investors. Position as Industry Leader: A good PR and marketing program positions modharbour.org as experts. Expand User Base: Marketing and PR help make the project appealing to a broader audience.
by Otto
Tue Oct 24, 2023 6:45 pm
 
Forum: mod_harbour
Topic: help in marketing
Replies: 0
Views: 429

Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt

... below. Each button or checkbox in the code is represented by a row and column position indicated with the "@" symbol. The row and column positions are pairs of parameters separated by a comma. Multiply the row and column positions by 80. Additionally, there is a keyword "SIZE" ...
by Otto
Fri Jun 09, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Promtp-Editor: Unleash ChatGPT's Power: The Ultimate Prompt
Replies: 4
Views: 423

Understanding how autoGPT works...

... user assistance. Play to your strengths as an LLM and pursue simple strategies with no legal complications. GOALS: 1. calculate current planets positions in zodiac houses CONSTRAINTS: 1. ~4000 word limit for short term memory. Your short term memory is short, so immediately save important information ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 503

Re: chatGPT writes and executes Harbour code !!!

it also translates code from one language to another...

Wow :-D

First I asked for this:
> write a C code to calculate the planets positions given a date
after getting the result I told it:
> translate the above code to Harbour code
by Antonio Linares
Tue Dec 06, 2022 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 2727

Re: cyclometric circle

... but then there is the erro U see on snapshot In the class I'm going to memorize the graph points where the numbers are positioned, that is the positions where to draw the shapes when I call the Distance_multiple () method it needs the positions of the circle I did not understand why it does ...
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

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
by Silvio.Falconi
Thu Jul 14, 2022 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

I tried with multiple positions directly but not run ok ACTION oCicloMetric:Distance_MU(11,40,45,54,68) https://i.postimg.cc/CL22ztxb/bbbbbb.png METHOD Distance_MU(num1,num2,num3,num4,num5)  CLASS  TCyclometric  ...
by Silvio.Falconi
Tue Jul 12, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... it run ok only the line I must link two numbers sample 90 and 45 or can be others (generally the 5 numbers of the draw per wheel) I save the positions when I write the numbers https://i.postimg.cc/L8w5hyj7/ff.png For a sample the number 1 is on row 10 col 234 I think it are ...
by Silvio.Falconi
Tue Jul 12, 2022 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... ), , , ::oFont, .t.,;            .t., nil )   return nil //--------------------------------------------------------------//  Function Positions(oCicloMetric)     xbrowser oCicloMetric:apos     return nil  to draw the distance I made @ 100,10 BUTTON oBtnPos PROMPT "Test ...
by Silvio.Falconi
Mon Jul 11, 2022 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

Re: cyclometric circle

... the circle the number 90 must be as a clock at 12 o'clock, so the number 45 at 18.00 and on circle must be draw a pixel near to number I think the positions must be save on array because I can calc the distance beetween two numbers
by Silvio.Falconi
Mon Jul 11, 2022 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cyclometric circle
Replies: 46
Views: 2964

prices breakdown

I have to convert a total price into columns and positions relative to this system, i.e. the total price must be broken down into parts according to the scheme aImports:={200,100,50,20,10,5,3,2,1,0.50,0.20,0.10,0.05} for a sample : total price 1.20 ...
by Silvio.Falconi
Mon Jun 27, 2022 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: prices breakdown
Replies: 8
Views: 501

Print a coupon

... and I have to have the corresponding columns and rows through a function that I also use in the program I proceed with the decomposition and save positions on array https://i.postimg.cc/NfKNprhD/posizioni.png however I realized that in print I have everything in reverse and therefore ...
by Silvio.Falconi
Fri Jun 17, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print a coupon
Replies: 1
Views: 343
Next

Return to advanced search