similar to: Borland C++ Builder TForm->Show() problem

Displaying 20 results from an estimated 100 matches similar to: "Borland C++ Builder TForm->Show() problem"

2001 Aug 13
3
How do I make windows open maximised?
I have been dabbling with getting some of our Windows applications running under Linux using the CodeWeavers preview 20010629. I am making good progress and am very pleased with the results. However I am currently stuck on one problem. The Windows software is developed using Borland Delphi and the application includes a number of forms that are intended to be displayed full screen. The
2006 Dec 09
1
setWindowState(), how use it?
I'm trying to add some options in state plugin: -skipTaskBar -skipPager -above -below I use setWindowState() to do this but: - It currently only works for skipTaskBar && skipPager - For above and below, it works but only for newly created windows here the code: if (skipTaskBar != -1) windowState |= CompWindowStateSkipTaskbarMask; if (skipPager != -1)
2000 Sep 19
1
Re: more experience with formulas
>>>>> "WSt" == Werner Stahel <stahel@stat.math.ethz.ch> writes: [to me privately] WSt> I do not want to call this a bug, but it bugged me. Please try the WSt> following: WSt> tform <- sqrt(RADAI) ~ sqrt(RADAI.e) + TAGE.ej + SPITAL + ARZT + DAS28 + WSt> SJC + TJC + DGA + HAQ + PGA + PAIN + YEAR.SYM + YEAR.DIA + WSt> ALTER +
2015 Nov 06
0
Puzzled by eval
On 06/11/2015 7:36 AM, Therneau, Terry M., Ph.D. wrote: > I am currently puzzled by a seach path behavior. I have a library of a dozen routines > getlabs(), getssn(), getecg(), ... that interface to local repositories and pull back > patient information. All have a the first 6 arguments in common, and immediately call a > second routine to do initial processing of these 6. The
2015 Nov 06
4
Puzzled by eval
I am currently puzzled by a seach path behavior. I have a library of a dozen routines getlabs(), getssn(), getecg(), ... that interface to local repositories and pull back patient information. All have a the first 6 arguments in common, and immediately call a second routine to do initial processing of these 6. The functions "joe" and "fred" below capture the relevant
2010 Nov 11
3
Evaluation puzzle
The survexp function can fail when called from another function. The "why" of this has me baffled, however. Here is a simple test case, using a very stripped down version of survexp: survexp.test <- function(formula, data, weights, subset, na.action, rmap, times, cohort=TRUE, conditional=FALSE, ratetable=survexp.us, scale=1, npoints, se.fit,
2008 Apr 15
1
problems with skipping server-excluded files with rsync 2.6.6
Hi, I have a setup as follows: rsync config file (/var/run/ifxclm-rsyncd.conf): uid = root gid = root hosts allow = zgrlvr1a.zgr.insel.de log file = /var/log/ifxclm-rsyncd pid file = /var/run/ifxclm-rsyncd.pid log format = %h %o %f %l %b transfer logging = true use chroot = true read only = false write only = true [drb] comment = DrB Environment path
2019 Oct 04
0
Error in [.terms
Martin, ? There are a couple of issues with [.terms that have bitten my survival code.? At the useR conference I promised you a detailed (readable) explanation, and have been lax in getting it to you. The error was first pointed out in a bugzilla note from 2016, by the way.? The current survival code works around these. Consider the following formula: <<testform>>=
2009 Dec 22
1
gluster storage platform on citrix xenserver
Dear list, im searching for a gluster storage platform installation howto as a guest of citrix xenserver. the documentation is not ready yet, but does anybody have an idea of useing the img file as an "iso"? http://gluster.com/community/documentation/index.php/Gluster_Storage_Pla tform#Download_Gluster_Storage_Platform_3.0 regards from austria josy gugler* Weihnachtskarten-Tipp:
2015 Jun 15
2
Different behavior of model.matrix between R 3.2 and R3.1.1
Terry - your example didn't demonstrate the problem because the variable that interacted with strata (zed) was not a factor variable. But I had stated the problem incorrectly. It's not that there are too many strata terms; there are too many non-strata terms when the variable interacting with the stratification factor is a factor variable. Here is a simple example, where I have
2015 Jun 15
2
Different behavior of model.matrix between R 3.2 and R3.1.1
Terry - your example didn't demonstrate the problem because the variable that interacted with strata (zed) was not a factor variable. But I had stated the problem incorrectly. It's not that there are too many strata terms; there are too many non-strata terms when the variable interacting with the stratification factor is a factor variable. Here is a simple example, where I have
2007 Mar 19
1
PTgui.exe runs fine on one Kubuntu 6.0.6 pc but not on the other
Hi all, I'm trying to run ptgui.exe on my kubuntu box. I'm already trying for about 3-4 months. (Actually I also tried it about 1,5 years ago.) I'm running wine version 0.9.20, but my problem already goes back to 0.9.13 or so. When I couldn't get ptgui to run on my laptop, I installed the base X packages and wine also on my server. My server (also) runs ubuntu 6.06 with all
2006 Sep 04
1
PTgui.exe runs fine on one Kubuntu 6.0.6 pc but not on another
Hi all, I'm trying to run ptgui.exe on my kubuntu box. I'm already trying for about 3-4 months. (Actually I also tried it about 1,5 years ago.) I'm running wine version 0.9.20, but my problem already goes back to 0.9.10 or so. When I couldn't get ptgui to run on my laptop, I installed the base X packages and wine also on my server. My server (also) runs ubuntu 6.06 with all
2011 Jun 20
0
how to run Borland Turbo C in q4Wine
Hey guys, i am new to the forum and first of all i want to say thanks for everyone I have problem i want to run Borland Tubo C compiler in console under q4wine but unable to run it i have done: 1-copy the pre-installed file to home directory 2-run console under q4wine 3-go to home directory 4-cd tc>>cd Bin>>tc but use less Any idea? how I start Turbo C with the q4wine GUI. i
2000 Jul 14
1
Borland Builder
The following modification is needed in os.h to compile under C++Builder. It has the alloca prototype in malloc.h. #ifndef __GNUC__ #ifdef _WIN32 # ifdef __BORLANDC__ # include <malloc.h> # else # define alloca(x) (_alloca(x)) # endif # define rint(x) (floor((x)+0.5)) #endif #endif Encoding a full range pure tone (500Hz) seems to cause a domain error in sqrt(). Can anyone
2008 Jul 20
0
Re: Winelib: How can I compile a Borland C++ Builder application
mikolajz wrote: > Winelib allows you to compile a Win32 application to an ELF binary that can be run directly on Linux No they can't be run directly on Linux. All Wine's programs are winelib (notepad, wordpad, winecfg, etc). Go ahead and run then directly (without Wine). Again I'm not talking about a binfmt magic with witch you can run even java programs "directly".
2008 Jul 19
1
Re: Winelib: How can I compile a Borland C++ Builder application
N?stor Amigo Cairo wrote: > So I will need to rewrite the application to run on Linux, but this > sounds strange, doesn't it?? I have not completely understood then the > purpose of winelib. Do you mean that it is not possible to build an > application from source (written using Win32 API) using gcc on Linux > and executing it natively?? Correct. You can't run it directly
2001 Feb 22
1
Borland C++ 5 patch 1 and wine
Hy, I'am trying to compile a little project with Borland C++ 5 on my redhat 7.0 box with the rpm package from linux-easy for wine. The IDE is working correctly, compilation goes ok but when comes time to link all object files together Borland c++ stop to work. I tried to export project file and do a make, it is the same problem ilink32.exe seems to hang.... Thanks for help Jean-Francois
2001 Sep 03
1
Borland Database Engine error.
hello everybody , somebody know where I can get more information about the error " Borland Database Engine Error " I have tried the SHAREDMEM...= "9000" solution but the problem persist anybody know's anything ?? Thanks. end ################################################### ## Universidade Cat?lica de Pelotas ##
2006 Mar 25
0
Access Violation running an application calling Borland libraries vcljpg60.bpl & vcl60.bpl
Access Violation running an application calling Borland libraries vcljpg60.bpl, vcl60.bpl. I am using Wine 0.9.10 and Mandriva LE2005. Although I can run several windows application successfully, I have never been able to run one - Heredis8 - that seems to be using Borland libraries (vcljpg60.bpl, vcl60.bpl, and others). The output from running "winedbg Heredis8.exe" is below. There