Search found 4128 matches: resource

Return to advanced search

Re: error to show pdf on dialog

...  QUITRETURN NIL// FIN / END - kapiabafwh@gmail.com  Regards, Saludos. Dear Karinha, Thanks a lot. Your sample look good. let's think inside of resource dialog back.
by richard-service
Sat Apr 20, 2024 3:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 7
Views: 594

Re: RMChart

... Copyright (C) 2006-2015// http://www.resedit.net#include <windows.h>#include <commctrl.h>#include <richedit.h>#include "resource.h"LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL0                  0              "resource1.bin"//// Dialog resources//LANGUAGE LANG_SPANISH, ...
by jose_murugosa
Fri Apr 19, 2024 2:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RMChart
Replies: 6
Views: 144

Re: error to show pdf on dialog

... Dear Rao, Yes, but I need to open Max Window can see it not direct look. But I need to open PDF into Resource Dialog. but not open it. not error message. #INCLUDE "FIVEWIN.CH"FUNCTION MAIN()PUBLIC oActiveXPUBLIC oDlgDEFINE DIALOG oDlg ...
by richard-service
Thu Apr 18, 2024 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error to show pdf on dialog
Replies: 7
Views: 594

Re: also error with btnbmp SHOWPOPUP

Nages, sorry perhaps I understood , now it seem not make error @ 148, 350 BTNBMP aBtnBrow[3] ; RESOURCE "GRID_MNU", "", hBmp2, "" ; SIZE 15, 13 PIXEL FLAT NOROUND GDIP WHEN lMenu OF oDlg ; ACTION ::ShowPopUp( Contextual_Menu( Self,oBrw,oDbf,cIniUser,cSection,oDlg,aBtnBrow[4] ...
by Silvio.Falconi
Mon Apr 01, 2024 10:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1674

Re: Alto de linea en LISTBOX

... asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" . . . select _CoLiAux _CoLiAux->(DbGotop()) REDEFINE LISTBOX oLbx FIELDS str(_CoLiAux->Locatario,4,0) , ; _CoLiAux->Nombre ...
by karinha
Mon Mar 25, 2024 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 972

Re: Alto de linea en LISTBOX

... asi: define font oTipLet NAME "Courier" SIZE 10,14 // bold DEFINE FONT oFont NAME "TAHOMA" SIZE 0,-15 DEFINE DIALOG oDlg RESOURCE "CodLiqVar" . . . select _CoLiAux _CoLiAux->(DbGotop()) REDEFINE LISTBOX oLbx FIELDS str(_CoLiAux->Locatario,4,0) , ; _CoLiAux->Nombre ...
by José Camilo
Mon Mar 25, 2024 1:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Alto de linea en LISTBOX
Replies: 5
Views: 972

Re: Cambios en diálogos.

... del titulo del dialogo ni tampoco como hacer que no sea transparente. he probado asi y nada Define Dialog oDlg TITLE "Class TSKIN" PIXEL Resource "Sample1" STYLE WS_POPUP color {CLR_RED, CLR_YELLOW } asi tampoco Define Dialog oDlg TITLE "Class TSKIN" PIXEL Resource ...
by José Camilo
Sun Mar 24, 2024 6:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambios en diálogos.
Replies: 3
Views: 682

Re: Compiling with new harbour_bcc770_32_20240309

... the call to the lib C0W32.OBJ in fact seeing the generated env file I have [Files] %HOME%\test.prg=1,.F.,0,0, %HOME%\tslines.prg=2,.F.,0,0, %HOME%\Resource\default.rc=3,.F.,0,0, %HOME%\uuid.lib=4,.F.,0,0, %C_LIB_INSTALL%\C0W32.OBJ=5,.T.,0,0, %C_LIB_INSTALL%\CW32.LIB=6,.T.,0,0, then there is also ...
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3364

Problemita al compilar con FWH24.02

... FWH, bcc77 (en el directorio bcc7) y el harbour del 09/03/2024 recibo este error: C:\fivedit>C:\BCC7\bin\brc32.exe -r d:\xbase-proyectos\bombeo\resource\Bombeo -iC:\BCC7\include -iC:\BCC7\include\dinkumware -iC:\BCC7\include\windows\sdk -fod:\xbase-proyectos\bombeo\resource\Bombeo.res Borland ...
by jose_murugosa
Mon Mar 11, 2024 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemita al compilar con FWH24.02
Replies: 4
Views: 778

Re: ButtonBmp problem with FWH2402

Trying to reproduce the problem here First sample from Source Code (not Resource) #include "fivewin.ch"function Main()   local oDlg, oBtn, oFont   FW_SetUnicode( .T. )   SetBalloon( .t. )   DEFINE FONT oFont NAME "Segoe ...
by richard-service
Thu Mar 07, 2024 6:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5226

Re: ButtonBmp problem with FWH2402

Trying to reproduce the problem here First sample from Source Code (not Resource) #include "fivewin.ch"function Main()   local oDlg, oBtn, oFont   FW_SetUnicode( .T. )   SetBalloon( .t. )   DEFINE FONT oFont NAME "Segoe ...
by nageswaragunupudi
Thu Mar 07, 2024 5:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5226

Re: Bug FWH2402 - Botones

raotest1.RC(2) : error RC2104 : undefined keyword or key name: DS_MODALFRAME Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 Copyright (C) Microsoft Corporation. All rights reserved. Please try including this line at the top of RC file. #include "..\include\WinApi.ch" 
by nageswaragunupudi
Wed Mar 06, 2024 2:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug FWH2402 - Botones
Replies: 13
Views: 645

Re: How to put a horizontal scroll bar at the bottom of xBrowse

Rick:

If you use a resource editor like Pelles, try this

Code: Select all  Expand view

Window styles    0x50B00000
 


I hope these can help you.

Regards
by Armando
Tue Mar 05, 2024 11:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to put a horizontal scroll bar at the bottom of xBrowse
Replies: 6
Views: 328

Re: Parpadeo de un SAY

... recibe sin ella. Todo lo sugerido lo intente y no va. asi me quedo el codigo en discordia Function Materiales() local ...... DEFINE DIALOG oDlgMa RESOURCE "Material" DEFINE TIMER oTmr INTERVAL 50 ACTION (Fnct_Blinker(@oVeoRamo),oVeoRamo:Refresh()) REDEFINE GET oCodigo VAR nCodigo PICTURE ...
by José Camilo
Sat Mar 02, 2024 10:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parpadeo de un SAY
Replies: 18
Views: 570

Re: Problem with alignment in SAY command

Hello Otto, Thank you for your message. That is exactly my problem. In my resource builder, the field is defined with right alignment. But in my application, the right alignment is ignored. And I don't know why. Which resource builder are you using? Good morning ...
by karinha
Sat Mar 02, 2024 12:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 832
Next

Return to advanced search