Code Monkey home page Code Monkey logo

ide's Introduction

ide's People

Contributors

fyurisich avatar josequintas avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ide's Issues

onchange on CheckBox

Describe the bug
Parece que este control no tiene ese evento ó el oide no lo permite configurar

Screenshots
If applicable, add screenshots to help explain your problem.

Error logs
If applicable, add a copy of ErrorLog.htm and/or hb_out.log files.

To Reproduce
Add a PRG file (minimal, self-contained and compilable) that reproduces the bug.
Detail the steps to build, execute and reproduce the bug.

Expected behavior
A clear and concise description of what you expected to happen.

Additional information
Add any additional information about the problem here.

compiling error with ide

Primero de todo muchas gracias
este es el error.log cuando yo busco de compilar el mismo programa de l'otro dia

todas las direcciones estan adonde deben estar

C:\hb_32\bin\win\mingw\HARBOUR.EXE D:\finanz\PAGODIL.prg -n -q -iD:\finanz -iC:\hb_32\include -iC:\OOHG\include -oD:\finanz\OBJ\PAGODIL.c
Harbour 3.2.0dev (r1902111251)
Copyright (c) 1999-2019, https://harbour.github.io/

GCC.EXE -Wall -mwindows -O3 -ID:\finanz -IC:\mingw-8.1.0-win32\mingw32\include -IC:\hb_32\include -IC:\OOHG\include -c D:\finanz\OBJ\PAGODIL.c -o D:\finanz\OBJ\PAGODIL.o

WINDRES.EXE -i D:\finanz_temp.rc -o D:\finanz\OBJ_temp.o

GCC.EXE -Wall -mwindows -O3 -Wl,--allow-multiple-definition -ocalcolo.exe D:\finanz\OBJ\PAGODIL.o D:\finanz\OBJ_temp.o -LD:\finanz -LC:\mingw-8.1.0-win32\mingw32\lib\gcc\i686-w64-mingw32\8.1.0 -LC:\hb_32\lib\win\mingw -LC:\OOHG\lib\hb\mingw -Wl,--start-group -lhbprinter -lminiprint -lbostaurus -lgtgui -lhbsix -lhbvm -lhbrdd -lhbmacro -lhbmemio -lhbpp -lhbrtl -lhbzebra -lhbziparc -lhblang -lhbcommon -lhbnulrdd -lrddntx -lrddcdx -lrddfpt -lhbct -lhbmisc -lrddsql -lsddodbc -lodbc32 -lhbwin -lhbcpage -lhbmzip -lminizip -lhbzlib -lhbtip -lhbpcre -luser32 -lwinspool -lcomctl32 -lcomdlg32 -lgdi32 -lole32 -loleaut32 -luuid -lwinmm -lvfw32 -lwsock32 -lws2_32 -lmsimg32 -Wl,--end-group
D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x58): undefined reference to HB_FUN_TAPPLICATION' D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x68): undefined reference to HB_FUN_DEFINEWINDOW'
D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x78): undefined reference to HB_FUN__OOHG_SELECTSUBCLASS' D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x88): undefined reference to HB_FUN_TLABEL'
D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x98): undefined reference to HB_FUN_DEFINETEXTBOX' D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0xc8): undefined reference to HB_FUN_GETEXISTINGCONTROLOBJECT'
D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0xd8): undefined reference to HB_FUN_TSPINNER' D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0xe8): undefined reference to HB_FUN_TFRAME'
D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0xf8): undefined reference to HB_FUN_TBUTTON' D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x118): undefined reference to HB_FUN_GETEXISTINGFORMOBJECT'
D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x128): undefined reference to HB_FUN__ENDWINDOW' D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x138): undefined reference to HB_FUN_DOMETHOD'
D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x148): undefined reference to HB_FUN__ACTIVATEWINDOW' D:\finanz\OBJ\PAGODIL.o:PAGODIL.c:(.data+0x168): undefined reference to HB_FUN_MSGBOX'
C:\hb_32\lib\win\mingw/libhbrtl.a(gtsys.o):gtsys.c:(.text+0x1): undefined reference to `HB_FUN_HB_GT_WIN'
collect2.exe: error: ld returned 1 exit status
mingw32-make: *** [makefile.gcc:21: calcolo.exe] Error 1

A donde hice la falta ?

Saludos desde Italia

ACTION clause ignored

IDE removes part of the line from ACTION clauses of the type "ACTION Function (..." where Function and the following parenthesis are separated by a space.

Window's events are truncated

Window's events not defined using codeblocks are not loaded correctly:
ON INIT MyFun( cPar )
is loaded as
ON INIT MyFun(

Save/retrieve the preferred font

Add support for saving/retrieving the preferred font to/from the project's INI file.
It should default to OOHG's default font.

RTE al salvar el FMG / RTE saving FMG

Hay multiples errores en el oide

Screenshots
If applicable, add screenshots to help explain your problem.

Solo Grabando
image

Editando un RadioGroup

image

image

** OIDE FONT

image

The three right buttons of the "Font/Color" dialog are not working properly

The button "Use IDE Font Type" at "Font/Color" dialog generates an RTE with the message "TFORMEDITOR:SETDEFAULTFONTTYPE not found".
The button "Default FontColor" at "Font/Color" dialog generates an RTE with the message "TFORMEDITOR:SETDEFAULTFONTCOLOR not found".
The button "Default BackColor" does nothing when clicked.

Enable incremental build

To do so we must embed the fmg files into the prgs files.
To reduce build time, mgide.prg and formedit.prg must be divided.

TEXTOX doesn't show its value

Buenas noches.

Inicie un proyecto nuevo en Q.P.M. y estoy editando un Form,, pero pasa algo extraño,, o bueno eso me parece., dentro de las propiedades del objeto existe una que se llama Value, le coloco una cadena por ejemplo "CONTRASEÑA" ,,pero no actualiza en el form,, pero si la digito en el textbox diretamente si...
img

IDE actualizado dibuja mal los LABELBOX

Hola:

Actualicé el 07/03/2019 y al usar el oIDE con .fmg anteriores se ve mal los TEXTBOX, volví a usar el anterior oIDE de Diciembre de 2019 (fecha que actualicé el anterior) y se ve normal, adjunto imágenes.

FMG con oIde Anterior
FMG con oIde nuevo

POSIBLE ERROR EN OIDE

Describe the bug
Al editar un Form, usando el oide (oIDE+ v20.0224), se estan duplicando propiedades en controles..

Screenshots
image

Error logs
If applicable, add a copy of ErrorLog.htm and/or hb_out.log files.

To Reproduce
No aplica

Expected behavior
A clear and concise description of what you expected to happen.

Suggested solution
If you want to suggest a solution, keep in mind that the preferred method is to send an extraction request.In any other case, please make a copy of the original source file, add your suggestion to it and attach the resulting file to this issue report.

Additional information
Add any additional information about the problem here.

Editbox controls show no text

The editbox controls in the control's properties window show a scrollbar and no text. This behaviour depends on OS version and screen's configuration.

Improve default font handling

Replace hardwired font attributes with variables.
Use OOHG's default font variables instead of a local copy.
Add charset attribute to GetPreferredFont's return value.

StatusBar processing generates runtime errors or assigns wrong values to some properties

  • RTE "index out of range" when loading the CARGO clause of a StatusBar.
  • The default value of subclause WIDTH of StatusBar's DATE clause is wrong.
  • RTE "Argument error" when a new value is assigned to subclause WIDTH of StatusBar's DATE clause.
  • Values assigned to the StatusBar clauses are ignored.
  • The value entered for the StatusBar's OBJ clause is assigned to the CARGO clause.
  • The value entered for the StatusBar's CARGO clause is assigned to the OBJ clause.

Menu's auxiliary file is not saved at the fmg's folder

Hola, buenas tardes, saludos a todos.
Hace unos meses atrás envié una consulta al grupo de QPM sobre un problema que tenía al generar un Main Menu desde el IDE.
(Para generar mis proyectos utilizo mucho el IDE de OOHG. Cada proyecto lo creo en distintas capetas.
Cuando diagramo una pantalla de un formulario y utilizo la opción Main Menu del IDE, se genera un archivo con el nombre del Formulario y extención .mnm. Dicho archivo .mnm queda guardado en la carpeta donde está instalado el QPM.
Mi consulta es saber si al generar ese archivo de Menú, se puede guardar en la carpeta de cada proyecto, donde se graba al archivo .fmg.
El problema que tengo es que en mis proyectos en algunos casos utilizo los mismos formularios pero con algunas variaciones en los Menús Principales y ahí se me complica con los archivos .mnm de cada formulario.
Existe una opción para guardar los archivos .mnm en la carpeta del proyecto ?)
Ante esta consulta recibí como respuesta (cosa que agradezco mucho) que esto no debería suceder y que los archivos .mnm que se generan al crear los Main Menus se deben guardar en la carpeta donde se creó el archivo .fmg .
Esto a mi no me sucede, los archivos .mnm se siguen creando en la carpeta de QPM. Si bien QPM funciona bien este problema me resulta una molestia. Creo que tengo las últimas versiones de ambos programas (QPM y oIde)
Tendré algo mal configurado ? Alguien me podría guiar para solucionar este problema ?
Desde ya muchas gracias.

Saludos Horacio

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.