Search found 35 matches: arrange

Return to advanced search

about RESIZE

... MENU BuildMenu()   ...   ACTIVATE WINDOW oWnd CENTERED ON RESIZE DoReSize( oWnd, oBrw ) Question : do i have to "arrange" each Child Control or is there a "LayoutManager" :?: under Xbase++ i got   :Childlist() -> Array of Child-Control ...
by Jimmy
Wed Jul 27, 2022 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: about RESIZE
Replies: 7
Views: 470

Unattended creation of .pdf . resolution problem -- RESOLVED

... := oPrint:nHorzRes() /130 // columns I use these values to place the output in specific places within the above range .. and use font pixels to arrange the text in the way I want the lines to print .. I realize the attached code may be a bit complex without the data .. but please review the ...
by Rick Lipkin
Thu Sep 16, 2021 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unattended creation of .pdf . resolution problem -- RESOLVED
Replies: 9
Views: 1290

Re: How to arrange images to generate a new image?

Thank You Mr Rao,
It's exactly I need :)
by vilian
Fri Oct 09, 2020 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to arrange images to generate a new image?
Replies: 4
Views: 571

Re: How to arrange images to generate a new image?

function StitchImages()   local cImage1  := "c:\fwh\bitmaps\olga1.jpg"  // 352x450   local cImage2  := "c:\fwh\bitmaps\olga2.jpg"  // 352x450   local cImage3  := "https://cf.bstatic.com/images/hotel/max1024x768/223/223087771.jpg" // 1024x683   local hBmp   hBmp...
by nageswaragunupudi
Fri Oct 09, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to arrange images to generate a new image?
Replies: 4
Views: 571

Re: How to arrange images to generate a new image?

I need to create different images many times inside my program.
by vilian
Fri Oct 09, 2020 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to arrange images to generate a new image?
Replies: 4
Views: 571

Re: How to arrange images to generate a new image?

Vilian,

do You need a general solution like using
PIXELFORMER or do You need to create different
images many times from inside Your program :?:

best regards
Uwe
by ukoenig
Fri Oct 09, 2020 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to arrange images to generate a new image?
Replies: 4
Views: 571

How to arrange images to generate a new image?

Hi Guys,
I have four images(img1.jpg,img2.jpg,img3.jpg,img4.jpg) that I wanted arrange in a new image(imgx.jpg). do you how could I do this?
by vilian
Thu Oct 08, 2020 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to arrange images to generate a new image?
Replies: 4
Views: 571

Birthday wishes to Reinaldo and Cristobal

... from WINHOTELs FIVEWIN birthday reminder. I do so often remember the time when we had the xHarbour/Fivewin meeting here in Sillian. I hope we can arrange another meeting soon. https://mybergland.com/fwforum/birthday.jpg
by Otto
Sat Jan 11, 2020 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Birthday wishes to Reinaldo and Cristobal
Replies: 7
Views: 1106

Re: How to use Segoe MDL2 icons on Win 7 ?

... symbols with xbrowse 3. saving a symbol in any format bmp, ico or png to the defined set - with the size and color ( 1 ) 4. a project file to arrange and save the different sets - also possible to include external icons 5. a icon-extractor from exe will be included ( tested and works ) something ...
by ukoenig
Tue Jun 18, 2019 11:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5539

Re: OS Error .EXE is Not Responding

Dear Antonio ,

There are 6-7 PROCEDURE/FUNCTION levels, I need to arrange them into one file to be able to send you.


Thanks
Shridhar
by shri_fwh
Mon Apr 22, 2019 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error .EXE is Not Responding
Replies: 12
Views: 1848

Re: FW_GetMonitor() doesn't work

Good morning Mr. Rao, IMHO you have to scan the complete virtual screen, because the user can arrange the displays in all different order and obviously the original code 'caughts' a point with isn't within the virtual screen :shock: , so the loop ends with an exit, before ...
by frose
Fri Feb 01, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2980

Re: OT: ADS & Win 10 April Update RESOLUTION

... masterlinksoftware dot com ) and I can put you in touch with the person who controls my account. Of course if you just a copy for yourself, I can arrange that. The normal retail is $650 US per 5 users. Simply multiply that times the number of users ( ie x2 for a 10 user, x3 for a 15 user, etc ...
by TimStone
Tue Jun 05, 2018 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6147

Re: CDO MAPI versions and files

hi James,
Code: Select all  Expand view
  DEFINE MAIL oMail ;
      SUBJECT textSubject ;
      TEXT  MessageText ;
      FROM USER ;
      TO "myCust@dominio.it", ;
                "myBoss@gmail.com" ;   
      RECEIPT

   ACTIVATE MAIL oMail


this is enough now for my app but I hope to arrange my app soon with CDO
by damianodec
Thu Jun 15, 2017 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CDO MAPI versions and files
Replies: 6
Views: 1144

e-mail manager

... I programmed an e-mail manager for me. I can import from outlook into a mdi Fivewin program. For every email there is a mdi childwindow. Now I can arrange perfect order. I can move around the emails add/edit text inside the mail and much more. Best regards, Otto http://www.atzwanger-software.com/fw/maildesktop.mp4
by Otto
Sat Feb 27, 2016 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: e-mail manager
Replies: 1
Views: 597

MS-SQL-BAK file to MySQL

... from a database, a make some documentation from it. Until now, tha system can export the data to a text-file, and I read it into my program, a arrange everything into my database. Now there is a newer systemthat have already a MSSQL-database that can export to a BAK-file. It would be nice, ...
by Marc Vanzegbroeck
Thu Jan 14, 2016 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MS-SQL-BAK file to MySQL
Replies: 0
Views: 300
Next

Return to advanced search