Search found 85 matches: expanded

Return to advanced search

Re: FW_SaveImage

I think the problem is not saving large formats through the FW_SaveImage function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. ...
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 438

BtnBmp and oPopup

https://mybergland.com/fwforum/mybtn.jpg Hello friends, I have expanded the TBtnBmp. Now, when I insert a PopupMenu, I can select the width of the clickable area and use a bitmap instead of the PolyPolygon. Best regards, Otto METHOD PaintPopupSection() ...
by Otto
Fri Jun 02, 2023 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp and oPopup
Replies: 4
Views: 392

Re: New MENU POPUP ?

is better this ( radial menu)


Image

or

Image


see the video
https://youtu.be/Yuir3J2BsaA
by Silvio.Falconi
Sun Apr 16, 2023 3:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New MENU POPUP ?
Replies: 5
Views: 299

Re: Draw a bitmap

Hi, The monitor resolution is 1920x1080. I need to put a bitmap on the window (the window is expanded to full screen). hBmp - bitmap 1920x1080  hCropBmp:=FW_TransformBitmap(hBmp, {1, 1, oWnd:nHeight, oWnd:nWidth})  bPnt:=&('{||oLay:DrawImage('+ltrim(str(hCropBmp))+ ...
by nageswaragunupudi
Thu Oct 06, 2022 5:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 438

Draw a bitmap

Hi, The monitor resolution is 1920x1080. I need to put a bitmap on the window (the window is expanded to full screen). hBmp - bitmap 1920x1080  hCropBmp:=FW_TransformBitmap(hBmp, {1, 1, oWnd:nHeight, oWnd:nWidth})  bPnt:=&('{||oLay:DrawImage('+ltrim(str(hCropBmp))+ ...
by Natter
Wed Oct 05, 2022 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Draw a bitmap
Replies: 6
Views: 438

Re: Location of groups in the ribbonbar

The program is always expanded to full screen. I.e. the ribbonbar groups are always visible. On one of the windows, I use buttons with large icons in the ribbon bar and it is visually more convenient for me to see the groups pressed ...
by Natter
Tue Jul 05, 2022 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Location of groups in the ribbonbar
Replies: 16
Views: 652

Coordinates of a browser page

Hi,

The browser is expanded to full screen. Is it possible to determine the screen coordinates of a browser page ?
by Natter
Sun Jun 19, 2022 7:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Coordinates of a browser page
Replies: 10
Views: 443

HASH to HTML

Hello friends, Today I expanded the MH function to convert values so that a HASH can also be converted into an HTML table with one line of source code. This function is very useful for tests. Best regards, Otto https://mybergland.com/fwforum/converting.jpg ...
by Otto
Wed Nov 10, 2021 4:30 pm
 
Forum: mod_harbour
Topic: HASH to HTML
Replies: 1
Views: 262

Re: Using source on other .prgs

... of it: // {% LoadPrg( "extra1.prg" ) %} // {% LoadPrg( "extra2.prg" ) %} Such code will be identified by mod_harbour and macro expanded. function LoadPrg() is quite simple: static aPRGs := {}function LoadPrg( cPrgName )   local cCode := MemoRead( hb_GetEnv( ...
by Antonio Linares
Sat Jul 17, 2021 10:05 pm
 
Forum: mod_harbour
Topic: Using source on other .prgs
Replies: 3
Views: 480

Re: Beacon table

... I mean, I have a minimal application here, a simple list of links. So far, I have been maintaining the database with the DBU. Yesterday I quickly expanded the program and built in a simple CRUD. Even though it's straightforward, it's a lot of work. With FW I would have done that quickly. It's ...
by Otto
Wed Jul 14, 2021 3:29 pm
 
Forum: mod_harbour
Topic: Beacon table
Replies: 8
Views: 956

combined voice recorder and file upload

Hello friends, I have now expanded the file upload APP to include a voice recorder. Especially on the construction site, when you work with gloves and take photos for documentation, it is often difficult to comment on the photos right ...
by Otto
Fri Mar 19, 2021 3:20 pm
 
Forum: mod_harbour
Topic: combined voice recorder and file upload
Replies: 2
Views: 320

Re: Testing Mod-harbour and Mercury

Dakosimo,

Mercury has nothing to do with it is a harbour issue. I would have to investigate what each variable has

What version of Mercury do you use? In version 1.08 the error system was expanded

I think that it is best to always use functions and their local variables.

Regards
C.
by Carles
Thu Aug 06, 2020 3:17 pm
 
Forum: mod_harbour
Topic: Testing Mod-harbour and Mercury
Replies: 2
Views: 579

Font sizing for printout.

... adjusted the second size component ( which I now see is height ). Normally I use -11, but if I want condensed, I go to a smaller number, like -7. Expanded might be -18. This has always worked, but now I see I don't fully realize why. Most important, with the selected font and size, I do need to ...
by TimStone
Wed May 27, 2020 4:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font sizing for printout.
Replies: 3
Views: 751

Re: Bug? cGetDir() on utf8

Natter wrote:you can try this

cDirTmp:=OemToAnsi(HB_UTF8ToStr(cGetDir()))


There are two problems!!
1. Title is showing garbled characters.
2. The initial directory is not expanded

Image
by ssbbs
Fri Apr 17, 2020 1:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug? cGetDir() on utf8
Replies: 9
Views: 1260

Re: Enlazar y compilar con el editor VSCode

... Luis Me refiero a éstos errores. Warning W8027 D:\Sistemas\Compiler\BCC7\Include\windows\sdk\shobjidl.h 20524: Functions containing for are not expanded inline Porqué me sale una ventana DOS Shell cuando lo ejecuto desde el explorador de windows? Y no es configuración de VSCode porque si lo ...
by acuellar
Thu Apr 02, 2020 7:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enlazar y compilar con el editor VSCode
Replies: 54
Views: 7888
Next

Return to advanced search

cron