topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
A reason a existing post is -moved- ? | Uwe,It was just moved to the utilities section of these forums, as it is not specifically related to FiveWin programming. |
A reason a existing post is -moved- ? | Antonio,thank you very much for the information.In the future, i will consider this.A question : In the moment, i'm busy to create a source-generator.You get a complete basic-structure of : MDI, handling of dialogs and folders, Buttonbars and browsers with all color-settings and so on.All tools like creating Background... |
A reason a existing post is -moved- ? | FiveWin related questions, source code, specific utilities, etc. are fine in this section.Generic utilities are for the utilities sectionOff Topic is for Off Topic issues <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
A report-sample of a imagelist with memos from DBF ? | Hello,
I need a REPORT-sample of a Image-list with MEMOS.
The images are adjusted to a given width ( keeping ratio )
and the row height to a given image-height if the memolines less this value
or using the maximum height of the memos INFO1 - 3
[b:lapr3nlc]Any sample exists ?[/b:lapr3nlc]
The DBF-structure :
IMAGE ... |
A report-sample of a imagelist with memos from DBF ? | [code=fw:151g8774]<div class="fw" id="{CB}" style="font-family: monospace;">DBGOTOP<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><br />REPORT oReport <span style="color: #0000ff;">TITLE</span> <span style="color: #ff0000;">"*** IMAGES STYLE 1 ***"</span>,<span style="color: #... |
A report-sample of a imagelist with memos from DBF ? | Rao,
thank You very much for the sample.
I noticed a some things.
1. Image-Quality ?
2. big images doesn't fill the given size. They are adjusted to the memolines.
Maybe adding empty lines to fill the defined image-area ?
3. maybe something wrong with the pagebreak ?
[img:q3wyu5lq]http://www.pflegeplus.... |
A report-sample of a imagelist with memos from DBF ? | 1. Image height:
If we do not specify the minimum height for the image column, image size is adjusted to the maximum of other columns' memolines, subject to a minimum of 4.
We can also specify minimum height of the image in number of lines or number of pixels
COLUMN ............... IMAGE HEIGHT n // n data lines
COL... |
A report-sample of a imagelist with memos from DBF ? | Thank You very much for the infos.
With a given HEIGHT, it looks much better.
With some more tests, I noticed the problem with the image / memo - combination.
Maybe some calculations needed to force a pagebreak,
if the image of the last row > the last row with memo ?
The 2 screenshots are showing the result :
[img:2... |
A report-sample of a imagelist with memos from DBF ? | I see that handling of image painting at page-breaks need improvement.
We shall attend to this issue in the next release.
Thanks for bringing it up. |
A sample FWH-XHARBOUR-MYSQL? | Dear friends:
Can somebody post a small sample about how use fields names on variables?
Something like this:
cField := "FIELD1"
oServer:Query("INSERT INTO MyTable ( '"+ cField + "') VALUES ('"+ cField + "' + '100.00') ,")
I got: Sintaxis error near FIELD1.
Thanks in advance. |
A sample FWH-XHARBOUR-MYSQL? | Hi Francisco,
I do not understand the use of cField in the final part of your query if you want to insert a row (append). Try:
[code=fw:3v1a6wpu]<div class="fw" id="{CB}" style="font-family: monospace;">Query<span style="color: #000000;">(</span><span style="color: #ff0000;">"INSERT INTO MyTable ("</span> + cFiel... |
A sample FWH-XHARBOUR-MYSQL? | Hi, ADutheil . Thanks for your reply.
Yes, your are right.
[code=fw:luq4wwvn]<div class="fw" id="{CB}" style="font-family: monospace;">Query<span style="color: #000000;">(</span><span style="color: #ff0000;">"INSERT INTO MyTable ("</span> + cField + <span style="color: #ff0000;">") VALUES ('100.00')"</span><span st... |
A sample FWH-XHARBOUR-MYSQL? | Try
[code=fw:1nt4xzhj]<div class="fw" id="{CB}" style="font-family: monospace;">Query<span style="color: #000000;">(</span><span style="color: #ff0000;">"INSERT INTO MyTable ("</span> + cField + <span style="color: #ff0000;">") VALUES (100.00)"</span><span style="color: #000000;">)</span></div>[/code:1nt4xzhj]... |
A sample FWH-XHARBOUR-MYSQL? | Enrico, your are great...!!!
It's working!
I had tried a thousand ways and never occurred to me to enter the numeric value without quotes.
Thank you very much.
Best regards |
A sample for building CDX-Files w. Syntax-Check | #include "FiveWin.ch"
// Your SOFTWARE.exe
c_dir := GetModuleFilename(GetInstance(),"SOFTWARE.EXE" + ;
CHR(0), 255)
c_pfad := left ( c_dir, rat( "\", c_dir) -1 )
REQUEST DBFCDX
RDDSETDEFAULT( "DBFCDX" )
DBFARRAY := {}
// FIELDS DBCREATE("PRODUKT"
// --------------------------------------------
AADD(DBFARRAY, { "PROD... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Hello,
Different to the button-solutions, another sample shows, how to create a [color=#FF0000:16p1wq8n]IMAGE[/color:16p1wq8n]-ANIMATION
using different frames selected from a DLL ( a progressbar is embedded and is running the same time )
Frames / images are extracted from selected animated gifs and stored inside a D... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Many year ago Paco made a animation class |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Silvio,
I don't want to create something new.
I have been looking for a solution, to replace the usage of a ANIMATED.gif
because I noticed some problems like transparent-display.
Instead I'm using a DLL with the included / extracted Gif-frames.
I searched for -> Paco, but couldn't find any post.
regards
Uwe <!-- s:D... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | simply fantastic <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
thanks
Uwe |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | a practical usage creating a indexbuilder :
showing a running [color=#0000FF:1fzfbdsm]IMAGE[/color:1fzfbdsm] ( frames are defined inside a DLL )
and using [color=#0000FF:1fzfbdsm]METEREX[/color:1fzfbdsm]
DOWNLOAD :
<!-- m --><a class="postlink" href="http://www.service-fivewin.de/DOWNLOADS/Animat2.zip">http://www.ser... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Updated
check the relationship ( animation-speed ) with combinations of delay and steps
DOWNLOAD :
<!-- m --><a class="postlink" href="http://www.service-fivewin.de/DOWNLOADS/Animat3.zip">http://www.service-fivewin.de/DOWNLOADS/Animat3.zip</a><!-- m -->
[img:244fvm1s]http://www.service-fivewin.de/images/... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | on this forum I found this :
[url:2tbtr1uz]http://forums.fivetechsupport.com/viewtopic.php?f=17&t=12423&hilit=animation+bmp#p62341[/url:2tbtr1uz]
[code=fw:2tbtr1uz]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> Animate<span style="color: #000000;... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Uwe,
with Paco Banner class I have the same result ....
[img:29q13cb8]http://www.eoeo.it/wp-content/uploads/2015/05/mm.bmp[/img:29q13cb8]
I make a test with your 16 bmps
[b:29q13cb8]the code[/b:29q13cb8]
[code=fw:29q13cb8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span st... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Silvio,
my solution offers more effects.
During indexing, I can change the animation-style / color ( using any frames ).
Sample :
from 0 - 25 % indexing I can use frameset < B >
from 26 - 50 % I can change to frameset < D > and so on ( starting with blue and ending with red )
The frames are not fixed defined at startu... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | on banner class you have many animations styles
SPEED
FRAMES
EFFECTS ( Miror,Poner, Mengua,Crece,Cortina,Turn) to UP, Down,Left ,Right , top, Vertical, Horizzontal
ACTIONS
Perhaps it is possible add new effects ...
the problems of the class is no pubblic and I cannot send you it |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Colorchange ( type 2 ) during indexing from red to blue :
before creating something new like classes .....
I try using existing functions / or parts of other solutions / samples to solve a problem
scooping all possibilities the basic-FWH offers
DOWNLOAD :
<!-- m --><a class="postlink" href="http://www.service-fivewin... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Great work Uwe, many compliments. |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | It was just to tell you that there were already classes that make animation FWH.
My advice FWH needs new classes or interesting objects and not always heat the hot water ....
But if she dear sir fun in this way, you can continue on this path ... I will enjoy it to find new ideas ....for fwh
<!-- s:) --><img src="... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | [quote="ukoenig":34x068do]
before creating something new like classes .....
I try using existing functions / or parts of other solutions / samples to solve a problem
scooping all possibilities the basic-FWH offers
[/quote:34x068do]
<!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | I not talk with cartoons!!!
I not seen any new classes created by this cartoons!!!
<!-- 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}... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Updated
What's new :
[color=#0000FF:3a58zwik]1.) 9 DBF's are included with sizes from 50 - 100000 records
2.) new animation-speed-calculation added
----the speed is always the same no matter of DBF-size
----calculated in relation to DELAY and defined STEPS ( no fixed speed-value )
3.) selections can be saved to a INI... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | added a transparent counter shown centered inside of a animation.
can be records or percent
[img:2zxp7s4h]http://www.service-fivewin.de/IMAGES/Animat10.jpg[/img:2zxp7s4h]
add in function :
FUNCTION SET_ANI( oImage, nRecPos[color=#0000FF:2zxp7s4h], oTextFont2 [/color:2zxp7s4h])
...
...
[color=#0000FF:... |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
New link for download, please.
Many thanks.
Regards, saludos. |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | [quote:tuad7vuq]New link for download, please.[/quote:tuad7vuq]
All links are updated <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: -->
regards
Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
A sample how to create a IMAGE-ani. ( indexbuilder ) UPD. | Great.
Super many thanks.
Regards, saludos. |
A sample report – screenshots | I have finished a report with FASTREPORT.
I show charts for every month and within the chart I compare 2 years (black and green). Under every chart I print the single values.
First I show with xBrowse the whole report and the user can select with tabs the exactly report he wants.
Best regards,
Otto
[img:3ebpnlwi]http... |
A sample report – screenshots | In the GroupHeader I insert the Charts 1 – 12 for each month.
Then on the OnBeforePrint –event of the Groupheader I set the Chart of the corresponding month visible.
Best regards,
Otto
[img:2wxlzyoc]http://www.atzwanger-software.com/fr/chart1.jpg[/img:2wxlzyoc]
[code=fw:2wxlzyoc]<div class="fw" id="{C... |
A sample to print with REPrintBox5 a memo on two pages ? | Hello,
I'm looking for a simple way to print with [color=#0000FF:2x5r3xxk][b:2x5r3xxk]richedi5[/b:2x5r3xxk][/color:2x5r3xxk] a memofield on two pages
I Added a print-button to the sample-collector for printing samples.
Just a textsplitting is needed ( max 2 pages nothing special )
I couln't find any sample.
One page ... |
A sample to print with REPrintBox5 a memo on two pages ? | Uwe
I do not know if I have understood your question correctly, but you can insert a page break in your text when you need it
[code=fw:1ghwc9vy]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oRTF: <span style="color: #000000;">PageBreak</span> <span style="color: #000000;">(</span><span style="col... |
A sample to print with REPrintBox5 a memo on two pages ? | Christobal,
I scanned the complete forum and found 42 topics about richedit
but NO infos about a textbreak during printing to a new page
Do You mean to count the lines and include a pagebreak on a defined position [color=#0000FF:20swjej6]BEFORE[/color:20swjej6] printing ?
[img:20swjej6]http://www.pflegeplus&... |
A sample to print with REPrintBox5 a memo on two pages ? | This is a old method of richedit ( and also for richedit5 )
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=16&t=6594&p=29464&hilit=PageBreak#p29464">viewtopic.php?f=16&t=6594&p=29464&hilit=PageBreak#p29464</a><!-- l -->
That's why I have not mentioned it |
A sample to print with REPrintBox5 a memo on two pages ? | [quote="ukoenig":26gua4k2]Christobal,
Do You mean to count the lines and include a pagebreak on a defined position [color=#0000FF:26gua4k2]BEFORE[/color:26gua4k2] printing ?
regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->[/quote:26gua4k2]
Uwe
Explain the... |
A sample to print with REPrintBox5 a memo on two pages ? | Cristobal,
I counted [color=#0000FF:jnd962v7][b:jnd962v7]60 lines [/b:jnd962v7][/color:jnd962v7] of possible code printing the first page.
That means for topics > 60 lines in size I need a second page for printing.
It is just a textsplitting I need.
I noticed a maximum of possible 2 pages a topic might need for printi... |
A sample to print with REPrintBox5 a memo on two pages ? | [quote="ukoenig":63uo1tsv]Cristobal,
I counted [color=#0000FF:63uo1tsv][b:63uo1tsv]60 lines [/b:63uo1tsv][/color:63uo1tsv] of possible code printing the first page.
That means for topics > 60 lines in size I need a second page for printing.
It is just a textsplitting I need.
I noticed a maximum of possible 2 pages a t... |
A sample to print with REPrintBox5 a memo on two pages ? | Cristobal,
Yes that is what I mean. 90 % of the topic-code is small in size and only 1 page is needed
but I would like to cover bigger text as well.
[quote:238h0n2e]Now I think I understand what you mean
Are you looking for an automatic way to format the printout in the required pages of the RichEdit5 control text?[/... |
A sample to print with REPrintBox5 a memo on two pages ? | Ok
You have
[code=fw:238qhpbk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />oRTF:<span style="color: #000000;">LastLineVisible</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color: #B900B9;">//and</span><br /> oRTF:<span style="... |
A sample to print with REPrintBox5 a memo on two pages ? | Cristobal,
printing on multiple pages works but I didn't use pagebreak.
Next I want to show colored keywords.
I think it is not tested showing / refresh a new text on xbrowse row-change.
Adding [color=#0000FF:wqxnwa3s]HIGHLIGHT[/color:wqxnwa3s] is giving a terrible effect :
the complete dialog is < fllckering / refre... |
A sample to print with REPrintBox5 a memo on two pages ? | Did you look at this ? Seems to work for Xbrowse
Compile in samples
[code=fw:1vxs0qld]<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: ... |
A sample to print with REPrintBox5 a memo on two pages ? | Marc,
thank You I will ckeck it
It is number[color=#0000FF:qx9zpzzc] [b:qx9zpzzc]4[/b:qx9zpzzc][/color:qx9zpzzc] position of the browser.
All what we need is coloring the filtertext inside the memo
The result importing from the FWH-sample direcory
[color=#0000FF:qx9zpzzc]1085[/color:qx9zpzzc] files and [color=#0000FF... |
A sample to print with REPrintBox5 a memo on two pages ? | [quote="ukoenig":1bhydo4d]Cristobal,
printing on multiple pages works but I didn't use pagebreak.
Next I want to show colored keywords.
I think it is not tested showing / refresh a new text on xbrowse row-change.
Adding [color=#0000FF:1bhydo4d]HIGHLIGHT[/color:1bhydo4d] is giving a terrible effect :
the complete dial... |
A sample to print with REPrintBox5 a memo on two pages ? | Cristobal ,
thank You very much.
With these changes it looks much better now <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
It will be next on my todolist.
I would like to add a button to show the sample from the memofield
in fullscreen-mode with a editor.
Ju... |
A sample to print with REPrintBox5 a memo on two pages ? | Uwe,
Maybe a launce for a ceartin application like :
c:\multi\multiedit sample.prg (from browse) ?
Ofcource, a copy paste from a other solution will work also ))
Just a idea. |
A sample to print with REPrintBox5 a memo on two pages ? | Marc,
Just a idea.
Using the setup-section and define the editor You are working with.
That will open the memo with Your favorite editor.
The memo will be saved as a textfile before and opend with Your editor
regards
Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
A sample to print with REPrintBox5 a memo on two pages ? | Uwe,
This would totaly fit for my needs <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> (Also others...)
A Second section for the option to start the sample ( f... |
A sample to print with REPrintBox5 a memo on two pages ? | Marc,
I added the editor-solution
Works PERFECT <!-- 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 can open the memo with my program-editor defined in the setup-section.... |
A sample to print with REPrintBox5 a memo on two pages ? | Yes...
BTW : Wich program do you use to make those jpg's and balloons ? |
A sample to print with REPrintBox5 a memo on two pages ? | Marc,
I'm using [color=#0000FF:27xi5wjq]SNAGIT[/color:27xi5wjq] ( commercial )
but I remember there is a program ( freeware ) that comes very close to it.
I have to look for it.
regards
Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
A sample to print with REPrintBox5 a memo on two pages ? | Try this also
[code=fw:2ugqe0ng]<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;">"RichEdi5.ch"</span><br /><br /><span st... |
A sample to print with REPrintBox5 a memo on two pages ? | This is very close to what is wanted.
I get this error however : (when I try to save)
Application
===========
Path and name: C:\fwharb\samples\mycolor2.exe (32 bits)
Size: 3,895,808 bytes
Compiler version: Harbour 3.2.0dev (r1506171039)
FiveWin version: FWH 17.05
C compiler version: Borland/Embarcader... |
A sample to print with REPrintBox5 a memo on two pages ? | You are right, it's my mistake
In Memoedit.prg
At moment, change in button "Save" ACTION ::oActivo: with oEditor variable
Please, change and add this code
[code=fw:3olglqq6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> @ <span style="color: #000000;">04</span>,<span style="color: #000... |
A sample to print with REPrintBox5 a memo on two pages ? | Thanks.
Uwe, I let this for you to do because I never have changed stuff from FW prog's itself. (Maybe i have to link/compile them and that kind of stuff)
@ Cristobal : You may put a link to a Exe for me to test, but I get the idea. Mr. Uwe will implement it at a given moment. |
A sample to print with REPrintBox5 a memo on two pages ? | [quote="Marc Venken":3r9uokiw]Thanks.
Uwe, I let this for you to do because I never have changed stuff from FW prog's itself. (Maybe i have to link/compile them and that kind of stuff)
@ Cristobal : You may put a link to a Exe for me to test, but I get the idea. Mr. Uwe will implement it at a given moment.[/quote:3r... |
A sample to print with REPrintBox5 a memo on two pages ? | Cristobal,
I did some changes to the sample
because of a colored dialog You can see that the memo gets repainted again and again
With my changes the memo is painted only once and after that a text replacement.
Maybe You can have a look at it
[code=fw:1kuytuq9]<div class="fw" id="{CB}" style="font-family: monospace;">... |
A sample to print with REPrintBox5 a memo on two pages ? | Cristobal,
I did some changes to the sample
because of a colored dialog You can see that the memo gets painted again and again
With my changes the memo is painted only once and after that a text replacement.
Maybe You can have a look at it
[code=fw:rckp7ty2]<div class="fw" id="{CB}" style="font-family: monospace;"><b... |
A sample to print with REPrintBox5 a memo on two pages ? | Uwe, your sample run OK for me
what's your problem?
I do not notice that the control is repainted |
A sample to print with REPrintBox5 a memo on two pages ? | Ah!, sorry
Remove calls to the method SetText
[code=fw:19wcet53]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> :<span style="color: #000000;">bChange</span> := <span style="color: #000000;">{</span> || oSay:<span style="color: #0000ff;">refresh</span><span style="color: #000000;">&#... |
A sample how to use DEFAULT-Positions in xBrowse-Arrays. | Hello,
There are some questions, about array-position in xbrowse
At first, once again thanks to Mr. Nageswaragunupudi
for his help
[img:2qo2kq8g]http://www.pflegeplus.com/pictures/default.jpg[/img:2qo2kq8g]
// Brush Dialog
// --------------------------------------
oBrw7 := TXBrowse():New( oDlg5 )
o... |
A simple LLM using Harbour's hashes | An initial LLM ("large language model") using Harbour hashes:
llm.prg
[code=fw:p9s5asy6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">static</span> hWords := <span style="color: #000000;">{</span>=><span style="color: #000000;">}</span><br /><br /><span style="color:... |
A simple LLM using Harbour's hashes | Dear Antonio,
[i:6n3h6id6]large language model[/i:6n3h6id6]
Can this model also be used with the copy & paste method to submit larger amounts of text to the ChatGPT prompt?
Is there any way to bypass the token limit of approximately 4000 per request here?
I haven't figured out yet if, when I'm within a chat and I po... |
A simple LLM using Harbour's hashes | Enhanced example:
[code=fw:11sdc4hr]<div class="fw" id="{CB}" style="font-family: monospace;">#xcommand <span style="color: #0000ff;">TEXT</span> <into:<span style="color: #0000ff;">TO</span>,INTO> <v> => <span style="color: #00D7D7;">#pragma</span> __cstream|<v>:=%s<br /><br /><span style="color: #00C800;">static</sp... |
A simple LLM using Harbour's hashes | Dear Otto,
This is just a very simple example to understand how to build a very simple LLM |
A simple LLM using Harbour's hashes | Dear Antonio,
Here, with a passing knowledge base, you see, I ask the same question twice.
By sending the knowledge base, I also receive a perfect response.
What I would like is to send the entire FIVEWIN documentation, but it is much larger than the 4000 tokens.
Best regards,
Otto
[img:1qzc7eos]https://mybergl... |
A simple LLM using Harbour's hashes | Dear Antonio,
Somewhere I read that it is possible to link a web page as knowledge base.
Maybe someone knows how to do it.
Then we could have all the documentation linked in a single page.
Best regards,
Otto |
A simple LLM using Harbour's hashes | Enhanced version thanks to Mr. Rao
[code=fw:j2dsu8oc]<div class="fw" id="{CB}" style="font-family: monospace;">#xcommand <span style="color: #0000ff;">TEXT</span> <into:<span style="color: #0000ff;">TO</span>,INTO> <v> => <span style="color: #00D7D7;">#pragma</span> __cstream|<v>:=%s<br /><br /><span style="color: #00... |
A simple month calendar | [img:twzt073y]http://img66.imageshack.us/img66/2473/screenshotcalendar1yf2.png[/img:twzt073y]work in progress but now has slightly neater code and code to increment by any number of months (forward or backwards) and the same for years. That code looks slightly complicated but its to allow for leap year... |
A simple month calendar | Doug,Thanks for sharing it! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
A simple month calendar | Hi allI discovered a small glitch in my code. It occurred when MoveMonths() was used to move backwards enough for iTemp to go negative. This of course only happened when the move was back more than 1 month (which couldn't happen in the version given above).The problem is with the % operator.-5 % 12 is giving -5 where... |
A slider solution to adjust the color brightness ? | Is there any easy slider-solution <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
I created a function, but a little bit complicated.
The rest of the gradientpainter is working
Now I can select any background
maybe a calculation of the basic-RGB-value possible ?
... |
A slider solution to adjust the color brightness ? | Dear Uwe,
Your function code seems correct, is it working fine ?
Great work! |
A slider solution to adjust the color brightness ? | Dear Antonio,
now I'm using a double-solution for the color-adjustment
1. on image-click
2. optional on slider-position
the sliderposition is adjusted to the position on imageclick
the clickposition inside the slider must
be the same like inside the image <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":... |
A solution <Row-adjust> after adding a new Cell-BMP. | Hello,i noticed, that after adding a new Cell-bmp bigger than the old row-height,the row-height is not adjusted to the new bmp-size.Is there a method to call, after adding the bmp ?I tested some like adjust and oBrw:nRowheightbut no change. I think there should be a new row-height-calculation inside the xbrowse-class.[... |
A solution <Row-adjust> after adding a new Cell-BMP. | Hello,I added a few lines in my source to solve the problemof different BMP-Hight and row-adjust.I works fine now.Is it possible to do the adjust-calculation in the xBrowse class ?[img:bxnx8gm0]http://www.pflegeplus.com/pictures/xbrw14.jpg[/img:bxnx8gm0][code:bxnx8gm0]
//------------------- PAINT CELL-... |
A solution <Row-adjust> after adding a new Cell-BMP. | Uwe,We are reviewing the xbrowse version that was going to be published for 8.09.We are going to review the way to implement your request too, thanks <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
A solution for BTNBMP using animated GIF's | Hello,
is it possible to display a animated GIF inside BTNBMP ?
I can use a TRANSPARENT button and split the animated GIF to it single images
Next using oBtn:SetFile(Frame&No.gif ) inside a loop on buttonclick
but I need up to 20 single images.
Next to perform the ACTION during the GIF is running.
Maybe possible ?
I... |
A solution for BTNBMP using animated GIF's | I do not understand your needs
But this works for me
[code=fw:jsxgpe2g]<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;">"gif.ch... |
A solution for BTNBMP using animated GIF's | Cristobal,
that is NOT the result, I'm looking for
the problem : the animated GIF is NOT shown transparent and the button-action is disabled
as well NO tooltip and NO prompt is visible !!!
You can download my complete sample, to see what I mean :
( as well You can enable Your solution < PLACEGIF > for a test )
<!--... |
A solution for BTNBMP using animated GIF's | Uwe, your sample run OK, for me
[img:2pwq4y42]https://s32.postimg.org/b5wlk3vph/0061.png[/img:2pwq4y42] |
A solution for BTNBMP using animated GIF's | Uwe, sorry,
Now I understand your problem
I'll investigate |
A solution for BTNBMP using animated GIF's | Cristobal,
I added another set in blue using bmp-format NO alpha < 1.bmp - 18.bmp >
( works as well and can be created as resource )
added a different start and endimage
The solution could be used like in windows shutdown or start ( with button-style NOBORDER )
<!-- m --><a class="postlink" href="http://www.pflegepl... |
A solution for BTNBMP using animated GIF's | Cristobal . Si interesa tengo algo con gdiplus que funciona con un código muy similar pero sin crear los frames externos ...
el código seria similar a esto . ( faltaría liberar hbitmaps )
el exe funcionando <!-- m --><a class="postlink" href="https://www.dropbox.com/s/srnfuaa84h9rnui/anibtn.exe?dl=0">https://www.drop... |
A solution for BTNBMP using animated GIF's | Manuel, si, eso ya lo había visto, muchas gracias
El problema es que cuando se muestra un GIF ( no las imágenes sucesivamente como ahora ), el GIF no se muestra transparente
Saludos
Manuel, yes, that I had already seen, thank you very much
The problem is that when shown a GIF (not images successively as now), the GIF... |
A solution for BTNBMP using animated GIF's | [quote="cnavarro":1n7jlzdz]Manuel, si, eso ya lo había visto, muchas gracias
El problema es que cuando se muestra un GIF ( no las imágenes sucesivamente como ahora ), el GIF no se muestra transparente
Saludos
Manuel, yes, that I had already seen, thank you very much
The problem is that when shown a GIF (not images su... |
A solution for BTNBMP using animated GIF's | Cristobal,
I added some more tests and all animations are working fine
Some new sets are added and working with resources.
[img:2e6tf490]http://www.pflegeplus.com/IMAGES/Anigif3.jpg[/img:2e6tf490]
[img:2e6tf490]http://www.pflegeplus.com/IMAGES/Anigif4.jpg[/img:2e6tf490]
1 small probl... |
A solution for BTNBMP using animated GIF's | I added some more tests
New : sample using a DLL and a sample running a external EXE-file
1. I splitted the anigif to single frames
2. converted the frames to BMP
3. created a DLL
4. added the frames using numeric resource-names
5. calling the resources from inside a FOR / NEXT for the button
[img:33wfq2h5]http:/... |
A straight FILE-FIND - function ? | Hello,i'm busy, to create a new easy to use 3 step - MAKE-utility.1. define a project-name.2. select HARBOUR or xHARBOUR.3. select your project path.thats allI want a automatic find of the installed FWH, xHARBOUR, HARBOUR, BORLAND-files.------ Start of the MAKE-script#Borland make sample, (c) FiveTech Software 2005HBDI... |
A straight FILE-FIND - function ? | Hello Uwe,I sent you my snipkeeper. Please have a look into it.Regards,Otto |
A straight FILE-FIND - function ? | Hi Otto.Could you send me a copy as well? |
A straight FILE-FIND - function ? | Hi allI'm working on a FiveLinux make utility. To this end I have written a FILES class and worked on some shell scripts including providing the date and time of compilation as a define for the xHarbour compiler so you can know exactly when any executable file was compiled. I have shown that I can happily compile and... |
A strange Error | Hi Guys,
I can't use inside FOR/NEXT "REDEFINE GET ...."
It´s a sample of error:
[code=fw:33y16qwf]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> Test<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /><span style="color:... |
A strange Error | Hello
Try
[code=fw:1kiwfuz5]<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="color: #000000;">... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.