In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

Se encontraron 339 coincidencias

por Ingo Junge-Herrmann
Jue Nov 24, 2005 11:13 am
Foro: English
Tema: MDIclient
Respuestas: 16
Vistas: 4438

MDIclient

"Jose F. Gimenez" <jfgimenez@wanadoo.es> wrote: >Ingo, > >> What about this way: >> >> METHOD FormShow( oSender ) CLASS TMain >> SetParent(::oBevel:Handle,::oMdiClient:Handle) >> RETURN Nil >> >> Is this a regular way? > >Well, I've not tested it, but so if you hide the bevel then the mdic...
por Ingo Junge-Herrmann
Jue Nov 24, 2005 11:10 am
Foro: English
Tema: Registration problem
Respuestas: 4
Vistas: 2116

Registration problem

"Ignacio Ortiz de Zúñiga" < InvalidAccount@ozs.com > wrote: >Ingo, > >It seems you are registering the IDE as a demo version. Really strange. >Please confirm that you are using your personal serial number (never publish >it here) and not the DEMO. You can see that from the menu option Help...
por Ingo Junge-Herrmann
Jue Nov 24, 2005 11:10 am
Foro: English
Tema: Registration problem
Respuestas: 4
Vistas: 2116

Registration problem

"Ignacio Ortiz de Zúñiga" < InvalidAccount@ozs.com > wrote: >Ingo, > >It seems you are registering the IDE as a demo version. Really strange. >Please confirm that you are using your personal serial number (never publish >it here) and not the DEMO. You can see that from the menu option Help...
por Ingo Junge-Herrmann
Jue Nov 24, 2005 4:27 am
Foro: English
Tema: MDIclient
Respuestas: 16
Vistas: 4438

MDIclient

Jose, >> I'm going an other way. I'm using a transparent bevel over the background >> image with the label on it. Initializing a child window I hide the bevel >> and show it again when child window is closing. >> >> Is that okay? > >Well, it's not the regular way to do it, but it could work. You sho...
por Ingo Junge-Herrmann
Jue Nov 24, 2005 4:27 am
Foro: English
Tema: MDIclient
Respuestas: 16
Vistas: 4438

MDIclient

Jose, >> I'm going an other way. I'm using a transparent bevel over the background >> image with the label on it. Initializing a child window I hide the bevel >> and show it again when child window is closing. >> >> Is that okay? > >Well, it's not the regular way to do it, but it could work. You sho...
por Ingo Junge-Herrmann
Jue Nov 24, 2005 4:08 am
Foro: English
Tema: Registration problem
Respuestas: 4
Vistas: 2116

Registration problem

Ignacio, I build a new project. Starting the exe outside the IDE i get the error messagebox (see the attached file). I called the registration routine and inserted the registration code again and got the message that the code is valid. But I cannot start the exe outside the IDE like before. I delet...
por Ingo Junge-Herrmann
Jue Nov 24, 2005 3:56 am
Foro: English
Tema: MDIclient
Respuestas: 16
Vistas: 4438

MDIclient

Jose, >I didn't ever try to do it, sorry. I'll need some research on this subject >to make it work in Xailer. Here some screenshots to explain what I mean (from my app build in FW): on picture "mdi-menu" you see the menu of the mdiframe without any child open when I open a childwindow the...
por Ingo Junge-Herrmann
Jue Nov 24, 2005 3:56 am
Foro: English
Tema: MDIclient
Respuestas: 16
Vistas: 4438

MDIclient

Jose, >I didn't ever try to do it, sorry. I'll need some research on this subject >to make it work in Xailer. Here some screenshots to explain what I mean (from my app build in FW): on picture "mdi-menu" you see the menu of the mdiframe without any child open when I open a childwindow the...
por Ingo Junge-Herrmann
Mié Nov 23, 2005 5:28 pm
Foro: English
Tema: MDIclient
Respuestas: 16
Vistas: 4438

MDIclient

Jose, thank you for the quick answer. >> 1.) if setting the nFormType to ftMIDIFRAME will the MDIclient be created >> automatically or how must I do it? > >It's created automatically, just when the form is shown. If you need to >create if before (i.e. to access it from the OnInitialize event), simpl...
por Ingo Junge-Herrmann
Mié Nov 23, 2005 5:28 pm
Foro: English
Tema: MDIclient
Respuestas: 16
Vistas: 4438

MDIclient

Jose, thank you for the quick answer. >> 1.) if setting the nFormType to ftMIDIFRAME will the MDIclient be created >> automatically or how must I do it? > >It's created automatically, just when the form is shown. If you need to >create if before (i.e. to access it from the OnInitialize event), simpl...
por Ingo Junge-Herrmann
Mié Nov 23, 2005 11:15 am
Foro: English
Tema: MDIclient
Respuestas: 16
Vistas: 4438

MDIclient

Ignacio, because I didn't find any description how Xailer handles the MDI-windows can I post some question here: 1.) if setting the nFormType to ftMIDIFRAME will the MDIclient be created automatically or how must I do it? 2.) how can I draw labels on the MDIclient? When I draw them on the MDIframe c...
por Ingo Junge-Herrmann
Lun Nov 21, 2005 5:25 pm
Foro: English
Tema: TDbfDataset explanation
Respuestas: 6
Vistas: 2648

TDbfDataset explanation

Giuseppe, I tried it in combination with a databrowse. It works and the modification is shown after oBrowse:RefreshCurrent() Regards Ingo Giuseppe Bogetti < orangesocks@bgsoft.it > wrote: >Hi, > >can someone please explain me what's wrong in this code. > >The record never gets updated and the BREAK ...
por Ingo Junge-Herrmann
Lun Nov 21, 2005 5:25 pm
Foro: English
Tema: TDbfDataset explanation
Respuestas: 6
Vistas: 2648

TDbfDataset explanation

Giuseppe, I tried it in combination with a databrowse. It works and the modification is shown after oBrowse:RefreshCurrent() Regards Ingo Giuseppe Bogetti < orangesocks@bgsoft.it > wrote: >Hi, > >can someone please explain me what's wrong in this code. > >The record never gets updated and the BREAK ...
por Ingo Junge-Herrmann
Jue Nov 17, 2005 1:43 pm
Foro: English
Tema: Preview:Toolbar (zoom-listbox)
Respuestas: 0
Vistas: 3439

Preview:Toolbar (zoom-listbox)


Hi,
in the next prerelease could you please change the zoom-listbox-anchoring
to not be fixed on the right side.
Thanks in advance
Ingo
--

Attached files