Search found 201 matches: split

Return to advanced search

Re: WebView resize

... Buttons, Panels, and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated to different sections ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2095

Re: FW_SaveImage

... which can be saved to a file directly wih MEMOWRIT if cType is .T., then the result type is the type of the first image. Is it possible to split hBmp into several parts and save them as separate files ? FW_TransformBitmap( hBmp, aCrop ) --> hCroppedBmp
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 433

Re: FW_SaveImage

Yes, your example works well. But files in A1 and A0 format do not want to be saved from my program :cry:

I am trying to make an option with the creation of several bitmap files and their subsequent gluing.
Is it possible to split hBmp into several parts and save them as separate files ?
by Natter
Thu Feb 15, 2024 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 433

Word separators

Hi,

If the text in the browse cell is larger than the column width, then the text is split automatically by words separated by a space.
Is it possible to specify other separators ("- ,;", etc.) ?
by Natter
Mon Nov 20, 2023 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Word separators
Replies: 0
Views: 377

Re: Help splitting up a character address string

... language's syntax. Features: It offers file inclusion, substitution facilities, and conditional compilation. Modularity: Harbourino enables splitting complex functions or classes into smaller, manageable files. For example, you can have a separate file for each method of a class, adhering ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 589

Re: Help splitting up a character address string

Rick, why searching your notes? Ask ChatGPT: Additional Details: ' harbour' :' Help splitting up a character address string Postby Rick Lipkin » Tue Nov 14, 2023 9:29 pm To All I seem to have lost my ability to substring an Address field into seperate cStreet, cCity, ...
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: 589

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

... ::aModiData[n][1], ::aModiData[n][2] } ) --- i have "dump" (big) Array of PG-Structure ( have split it for better reading) var2char(::aStructPG) = "{ {artnr, C, 5, 0, 16820, 1, artikel, __lock_owner, NIL, NIL}, {artikel, C, 30, 0, 16820, ...
by Jimmy
Thu Aug 03, 2023 8:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 717

Re: RWD WebApp use mod_harbour

Otto wrote:Hello WenSheng,
Here you can see how I simplify the complexity of applications for myself by using Harbourino - an additional preprocessor - to split the functions.
I think you can understand from this simple function how it works.



May I ask why you did this?
by ssbbs
Thu Jul 20, 2023 11:21 am
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 748

Re: RWD WebApp use mod_harbour

Hello WenSheng, Here you can see how I simplify the complexity of applications for myself by using Harbourino - an additional preprocessor - to split the functions. I think you can understand from this simple function how it works. But I can gladly further convert the program into HARBOURINO style. ...
by Otto
Thu Jul 20, 2023 6:54 am
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 748

Re: Copy Directory

... Demo c:\fwh\samples\dlgfile.prg only are for 32 Bit other *.PRG may different like  DEFAULT acFiles TO DEFAULT acFiles := --- i have "split" *.PRG as i call it in different Situation e.g. "dragdrop" LOCAL aItem := ::oGrid:Getdata() this will get all "marked" ...
by Jimmy
Fri Jul 07, 2023 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy Directory
Replies: 11
Views: 493

Re: ChatGPT

... for ChatGPT. It creates a button that allows you to select a file and upload it as a knowledge base. It uses async to read the file as text and split it into chunks of size 15,000, which are then sent. Here is a video demonstrating how it works: https://www.youtube.com/watch?v=iR99LO28nzM You ...
by Otto
Wed May 17, 2023 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1226

Re: Reading QRCodes

... for ChatGPT. It creates a button that allows you to select a file and upload it as a knowledge base. It uses async to read the file as text and split it into chunks of size 15,000, which are then sent. Here is a video demonstrating how it works: https://www.youtube.com/watch?v=iR99LO28nzM You ...
by Otto
Wed May 17, 2023 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reading QRCodes
Replies: 8
Views: 531

Re: New FWH 23.04

... project. From this array I will loop and generated the data for eacht in a separate dbf for now. Problem is that Xbrowse is needed because I can't split it (not enough knowledge) If you could assist that the complex Json string can go to a multi dim array, I would be able to build the needed dbf's.
by Marc Venken
Thu May 04, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 816

Re: Forcing to unlock a record

... Instead of the program locking a record when a user opens it and only unlocking it when the record is saved, the record is only locked for a split second when the record saved. Thus, nobody can walk away leaving a record locked. One solution is that when the program reads a record into a ...
by James Bott
Thu Dec 01, 2022 1:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forcing to unlock a record
Replies: 10
Views: 784

Re: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?

... Animation "delete" does work but not "move to Paperbin" (FOF_ALLOWUNDO) ... something have change with Rights ... i have "split" CODE while i want to "share CLASS TGRID" to Fivewin but still need some Time to learn Fivewin and work on Demo
by Jimmy
Wed Nov 16, 2022 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 32 Bit BCC7 *.MAK -> MSVC 64 Bit ?
Replies: 14
Views: 808
Next

Return to advanced search