Re: [Oorexx-users] Windows System Launcher

2014-06-12 Thread Mark Miesfeld
package that supports the API. (Like for example rexx/SQL supports mysql.) -- Mark Miesfeld -- HPCC Systems Open Source Big Data Platform from LexisNexis Risk Solutions Find What Matters Most in Your Big Data with HPCC Systems

Re: [Oorexx-users] Edit and staticText controls

2014-06-03 Thread Mark Miesfeld
Well good, you found your solution. I was going to say that the statement that an edit control doesn't have word wrap isn't correct. -- Mark Miesfeld On Tue, Jun 3, 2014 at 5:22 AM, Staffan Tylen staffan.ty...@gmail.com wrote: I found the solution - an edit control with READONLY MULTILINE

Re: [Oorexx-users] connectMove, leaving methods

2014-05-21 Thread Mark Miesfeld
. -- Mark Miesfeld -- Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform

Re: [Oorexx-users] Cannot get setTabStops to work

2014-05-13 Thread Mark Miesfeld
theme, but I guess that fact wouldn't apply in the case of an edit control. Enjoy your vacation! Staffan On Sun, May 4, 2014 at 11:36 PM, Mark Miesfeld miesf...@gmail.com wrote: Hi Staffan I'm on vacation with little to no Internet. So, if you send me a simple example that you would

Re: [Oorexx-users] Cannot get setTabStops to work

2014-05-04 Thread Mark Miesfeld
-bit windows and don't always work well with any Themed controls. That might be the problem here. -- Mark Miesfeld On Wed, Apr 30, 2014 at 2:34 PM, Staffan Tylen staffan.ty...@gmail.comwrote: I have an edit control defined as READONLY MULTILINE VSCROLL and I'm trying to use setTabStops

Re: [Oorexx-users] Accces to Operating Credentials

2014-04-05 Thread Mark Miesfeld
. As it is, an error is given that is not real clear as to why it fails. Sure. Why don't you open a RFE for it. -- Mark Miesfeld -- ___ Oorexx-users mailing list Oorexx-users

Re: [Oorexx-users] ooSQLite threading mode

2014-03-10 Thread Mark Miesfeld
the problem that I'm facing and I need to look for another explanation. Unless you found a bug in SQLite, I think you need to look for another explanation. -- Mark Miesfeld -- Learn Graph Databases - Download FREE O'Reilly Book

Re: [Oorexx-users] SysFileMove - access denied

2014-03-06 Thread Mark Miesfeld
is not allowed. That is the most likely reason for the error. The Windows API being used probably does not allow the move if it is going to overwrite and existing file. -- Mark Miesfeld. -- Subversion Kills Productivity. Get

Re: [Oorexx-users] Od behaviour when passing the ? symbol as an argument

2014-02-28 Thread Mark Miesfeld
the first word in the argument list. But there could theoretically be many file names passed into the program. At least for ???. We see bin, but that could be followed with cat, dog, fog, hhh, and so on. -- Mark Miesfeld

Re: [Oorexx-users] Od behaviour when passing the ? symbol as an argument

2014-02-28 Thread Mark Miesfeld
Well, I was going to write that Linux / Unix shells do file globbing by default. Whereas on Windows, it is not done by default. But you can link in an object file to an application that will change that so it is done by default. -- Mark Miesfeld On Fri, Feb 28, 2014 at 10:41 AM, Staffan

Re: [Oorexx-users] Od behaviour when passing the ? symbol as an argument

2014-02-27 Thread Mark Miesfeld
. rx matches ?? It is a 2 character file / directory name. ??? matches bin, it is a 3 character file / directory name. -- Mark Miesfeld -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic

Re: [Oorexx-users] Act on ALT key

2014-02-26 Thread Mark Miesfeld
to work with any, or every, other keyboard utility that might be out there. -- Mark Miesfeld -- Flow-based real-time traffic analytics software. Cisco certified tool. Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow

Re: [Oorexx-users] ooDialog 4.2.3 questions: max dialog windows, dialogproxy, compiled method msg

2014-02-25 Thread Mark Miesfeld
. If you check the initCode, then all is fine. If you don't check the initCode, then no method is invoked that will crash the interpreter, and all is still fine. -- Mark Miesfeld -- Flow-based real-time traffic analytics

Re: [Oorexx-users] How to? i) show selected in ComboBox ii) set focus on ComboBox

2014-02-24 Thread Mark Miesfeld
: ::method initAutoDetection self~noAutoDetection Basically, what is happening is that, in initDialog() you set the combo box to select item 4, and then after that the framework sets the combo box back to unselected. -- Mark Miesfeld

Re: [Oorexx-users] 4.1.3 Install and RXAPI with 4.20

2014-02-16 Thread Mark Miesfeld
the Copy Details to Clipboard. Then paste the clipboard into a file to attach to the bug. -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now

Re: [Oorexx-users] 4.1.3 Install and RXAPI with 4.20

2014-02-15 Thread Mark Miesfeld
. If you can't reproduce the bug, it will be difficult to fix. -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth

Re: [Oorexx-users] 4.2.0 test suite -- space in the path

2014-02-15 Thread Mark Miesfeld
involved. At least for me. Any one is welcome to fix it if they want. -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean

[Oorexx-users] Announce: An updated ooTest-4.2.0-snapshot06 on SourceForge

2014-02-15 Thread Mark Miesfeld
A quick announcement that the ooTest-4.2.0-snapshot06 package has been updated and is now available for download from SourceForge: https://sourceforge.net/projects/oorexx/files/oorexxunit/4.2.0.Snapshot.06/? This snapshot represents the current state of the test suite used to test ooRexx 4.2.0.

Re: [Oorexx-users] 4.2.0 test suite -- space in the path (Mark Miesfeld)

2014-02-15 Thread Mark Miesfeld
://sourceforge.net/projects/oorexx/files/oorexxunit/4.2.0.Snapshot.06/ -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth

Re: [Oorexx-users] Test run after upgrading to 4.2.0.9892 candidate (Good news, possible RXAPI upgrade problem, and maybe a problem with a RXQueue test)

2014-02-14 Thread Mark Miesfeld
exclude running them by using: -X Gui -X Gui_sample. Or better, just let them run and leave them alone. -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now

Re: [Oorexx-users] Follow-up: Ran the ooTest-4.2.0-snapshot06 and had a problem . . .

2014-02-13 Thread Mark Miesfeld
trying to say here. It's a typo, it should be Thanks for running the test suite to begin with. And it means I appreciate your taking the time to run the test suite and report back. -- Mark Miesfeld -- Android apps run

Re: [Oorexx-users] Release candidate version number

2014-02-13 Thread Mark Miesfeld
version 1.1.0 ooTest Framework version 1.0.0_4.0.0 Detailed help subjects (case insignificant) are: testTypes -- Mark Miesfeld -- Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps

Re: [Oorexx-users] RexxQueue problem under XP?

2014-02-12 Thread Mark Miesfeld
a bug with a simple test program that shows the crash. -- Mark Miesfeld On Wed, Feb 12, 2014 at 8:51 AM, Staffan Tylen staffan.ty...@gmail.comwrote: I've been away from ooRexx a while but have now started to look into an old problem trying to run my app under XP. I earlier reported an error

Re: [Oorexx-users] Ran the ooTest-4.2.0-snapshot06 and had a problem . . .

2014-02-12 Thread Mark Miesfeld
the crash, then let us know. I have to say, I ran the snapshot test suite about 20 times over the weekend and never saw a problem. -- Mark Miesfeld On Wed, Feb 12, 2014 at 1:50 PM, Bertram Moshier bertrammosh...@gmail.comwrote: Hello, I just upgraded from 4.1.3 to 4.2.0 64-bit version

[Oorexx-users] Announce: ooTest-4.2.0-snapshot06 now available on SourceForge

2014-02-08 Thread Mark Miesfeld
A quick announcement that an ooTest-4.2.0-snapshot06 package is now available for download from SourcForge: https://sourceforge.net/projects/oorexx/files/oorexxunit/4.2.0.Snapshot.06/ This snapshot represents the current state of the test suite used to test ooRexx 4.2.0. There has been a lot of

Re: [Oorexx-users] RPM post scriptlet fails during installation on OpenSuSE

2014-02-02 Thread Mark Miesfeld
and then when you install and remove the new rpm that causes everything to be cleaned up properly. But this is just a a guess on my part. That's what I think it probably is also. The when I re-installed it worked fine seems to indicate that. -- Mark Miesfeld

[Oorexx-users] Announce: ooRexx 4.2.0 Release Candidate 2 non available on SourceForge

2014-01-31 Thread Mark Miesfeld
The Open Object Rexx Project is happy to announce a release candidate for oRexx 4.2.0. The installation packages are available on SourceForge at: https://sourceforge.net/projects/oorexx/files/oorexx/4.2.0%20%28release%20candidate%202%29/ A small number of bugs were discovered in the first

Re: [Oorexx-users] RC2 Test Suite Results

2014-01-31 Thread Mark Miesfeld
not be significant because of only 4 test runs. Like Rick, I did not see any mutable buffer errors at all. -- Mark Miesfeld On Fri, Jan 31, 2014 at 8:27 AM, David Ashley w.david.ash...@gmail.comwrote: All - Below are the latest test suite results. The MutableBuffer errors are still showing

Re: [Oorexx-users] MutableBuffer Failing Tests

2014-01-31 Thread Mark Miesfeld
~assertSame('§äè °üé', .MutableBuffer~new(' §äè °üé')~space) -- Mark Miesfeld -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback

Re: [Oorexx-users] MutableBuffer Failing Tests

2014-01-31 Thread Mark Miesfeld
, you can not just type them. Maybe however the characters were placed in the file screwed things up? -- Mark Miesfeld On Fri, Jan 31, 2014 at 10:58 AM, Rick McGuire object.r...@gmail.comwrote: I just took at look at the source file in hex mode, and the problem is definitely inherent

Re: [Oorexx-users] No Generic Linux packages for V4.1.3?

2014-01-30 Thread Mark Miesfeld
or deb package that is close to your flavor of Linux. -- Mark Miesfeld On Thu, Jan 30, 2014 at 2:05 PM, J. Leslie Turriff jlturr...@centurylink.net wrote: The notes at the bottom of the download page for ooRexx 4.1.3 contain this text

Re: [Oorexx-users] RPM post scriptlet fails during installation on OpenSuSE

2014-01-30 Thread Mark Miesfeld
it fixed in the upcoming release. -- Mark Miesfeld -- WatchGuard Dimension instantly turns raw network data into actionable security intelligence. It gives you real-time visual feedback on key security issues and trends

Re: [Oorexx-users] Install 4.2.0 on Win2K

2014-01-21 Thread Mark Miesfeld
will work. I'm not sure about 4.2.0. -- Mark Miesfeld -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environments

[Oorexx-users] Announce: ooRexx 4.2.0 Release Candidate now available on SourceForge

2014-01-20 Thread Mark Miesfeld
The Open Object Rexx Project is happy to announce a release candidate for ooRexx 4.2.0. The installation packages are available on SourceForge at: https://sourceforge.net/projects/oorexx/files/oorexx/4.2.0%20%28release%20candidate%29/ ooRexx 4.2.0 is an enhancement and bug fix release. The

[Oorexx-users] Announce: ooDialog version 4.2.3, official release, is now available on SourceForge

2014-01-18 Thread Mark Miesfeld
, and version. If the ooRexx version is less than 4.1.0, or if there is no installed ooRexx, the installer will abort with a message explaining the problem. Otherwise the installer will replace the current ooDialog with ooDialog 4.2.3. -- Mark Miesfeld for the ooRexx Development Team

[Oorexx-users] Announce: ooDialog 4.2.4 preview is available on SourceForge

2014-01-18 Thread Mark Miesfeld
added in 4.2.4: ReBar, ToolBar, and StatusBar. They are pretty cool. The other new feature(s) is an update of the EventNotification class. See my next post for details on 4.2.4. -- Mark Miesfeld -- CenturyLink Cloud

Re: [Oorexx-users] Announce: ooDialog 4.2.4 preview is available on SourceForge

2014-01-18 Thread Mark Miesfeld
preview versions is the hope that users of ooDialog will help test and shake out any kinks in the newer stuff. Of course if you have any questions about ooDialog just ask them here. -- Mark Miesfeld On Sat, Jan 18, 2014 at 2:52 PM, Mark Miesfeld miesf...@gmail.com wrote: Hi All, I've done

Re: [Oorexx-users] RadioButtonGroup with Multiple selection

2013-12-29 Thread Mark Miesfeld
the checked state yourself and you can set more than one as checked. This is more work than auto select and is not what users will expect. So, I'd advise against it. -- Mark Miesfeld -- Rapidly troubleshoot problems before

Re: [Oorexx-users] Install problem of ooSQLite 1.0.0 of 8/28

2013-12-23 Thread Mark Miesfeld
Hi Art, I have the same problem that ooSQLite says there is a problem with the pdf file and won't continue. Unfortunately, I don't even see what the problem is. The logic looks correct to me. I'll have to spend a it of time to figure it out. I'll let you know when I do. -- Mark Miesfeld

Re: [Oorexx-users] Install problem of ooSQLite 1.0.0 of 8/28

2013-12-23 Thread Mark Miesfeld
...@svn.code.sf.net/p/oorexx/code-0/incubator/ooSQLite/install/platform/windows/ -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how

[Oorexx-users] Announce: ooDialog 4.2.3 release candidate now available

2013-12-22 Thread Mark Miesfeld
Installation packages for ooDialog 4.2.3, final release candidate, are now available on SourceForge at: https://sourceforge.net/projects/oorexx/files/ooDialog/4.2.3%20%28release%20canidate%29/ The ooDialog 4.2.3 release is a routine update, providing some incremental improvements and a few bug

Re: [Oorexx-users] Problem installing ooRexx 4.1.2 and 4.1.3 Windows x76_64 on Windows 7 Ultimate x64

2013-12-12 Thread Mark Miesfeld
. There is an ooRexx user, Jeremy Nicoll, who runs Rexx programs on start up. Maybe he'll answer here. Otherwise, you could post the question on comp.lang.rexx and maybe he'll answer there. -- Mark Miesfeld -- Rapidly troubleshoot

Re: [Oorexx-users] Problem installing ooRexx 4.1.2 and 4.1.3 Windows x76_64 on Windows 7 Ultimate x64

2013-12-11 Thread Mark Miesfeld
statements and execute them. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue

Re: [Oorexx-users] Problem installing ooRexx 4.1.2 and 4.1.3 Windows x76_64 on Windows 7 Ultimate x64

2013-12-11 Thread Mark Miesfeld
the stand alone uninstaller and then run the installer. -- Mark Miesfeld I could always recover by doing what Mark wrote down, making sure no rxapi was running (either as a service or in it's process). -- Ruurd Idenburg

Re: [Oorexx-users] Testing ooRexx on Windows 8 or 8.1

2013-12-08 Thread Mark Miesfeld
folders. In Windows 7, MSDN said this old method would work, but hinted that it should not be used anymore. I'll take a look and see about that. That would be most of the failures, I'll sort through the list and see what the others are. Thanks a lot for the report. -- Mark Miesfeld On Sun, Dec 8

Re: [Oorexx-users] Testing ooRexx on Windows 8 or 8.1

2013-12-08 Thread Mark Miesfeld
to recompile. However, if you rebuild the interpreter, the make file can't detect the interpreter is changed. So in general it is a good idea to force a new build. Much of the output from the native API tests, is not an error because the tests are testing that an error is produced. -- Mark Miesfeld

Re: [Oorexx-users] Testing ooRexx on Windows 8 or 8.1

2013-12-08 Thread Mark Miesfeld
of the output from the native API tests, is not an error because the tests are testing that an error is produced. -- Mark Miesfeld -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base

Re: [Oorexx-users] Testing ooRexx on Windows 8 or 8.1

2013-12-08 Thread Mark Miesfeld
never seen it fail if I run just the one test group by itself. But that might have been just luck. -- Mark Miesfeld Rick On Sun, Dec 8, 2013 at 1:17 PM, Mark Miesfeld miesf...@gmail.com wrote: Thanks a lot hex. There are 2 datatype tests in there that were actually bugs. Rick fixed them

Re: [Oorexx-users] [Oorexx-devel] Testing ooRexx on Windows 8 or 8.1

2013-12-08 Thread Mark Miesfeld
test case, you also understand correctly. Rick and I are thinking it is not a good test case because its results are not consistent. -- Mark Miesfeld -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid

Re: [Oorexx-users] Testing ooRexx on Windows 8 or 8.1

2013-12-07 Thread Mark Miesfeld
On Sat, Dec 7, 2013 at 2:26 PM, Mark Miesfeld miesf...@gmail.com wrote: Hi All, This is mostly directed to hex, but anyone who has access to Windows 8 or 8.1, your generous help would be appreciated. ... To run the test suite, if you have a working Windows compiler use: C:\work.ooRexx

Re: [Oorexx-users] Testing ooRexx on Windows 8 or 8.1

2013-12-07 Thread Mark Miesfeld
to explore, as I said, I'll gladly give advice on the list here. -- Mark Miesfeld -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http

Re: [Oorexx-users] Associate ooRexx CLI programs with powerShell?

2013-12-03 Thread Mark Miesfeld
:\work.ooRexx\wc\ooDialog\trunk\examples So - ooRexx works fine in PowerShell. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how

Re: [Oorexx-users] Associate ooRexx CLI programs with powerShell?

2013-12-03 Thread Mark Miesfeld
1160 333642 0.02 1508 armsvc 175 2464092 50020 237 3.14992 chrome ... -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most

Re: [Oorexx-users] Associate ooRexx CLI programs with powerShell?

2013-12-03 Thread Mark Miesfeld
address environment for a future release. Yeah, that's also what I think. -- Mark Miesfeld -- Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http

[Oorexx-users] Announce: ooDialog 4.2.3 beta now available

2013-12-01 Thread Mark Miesfeld
will replace the current ooDialog with ooDialog 4.2.3. -- Mark Miesfeld for the ooRexx Development Team -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how

Re: [Oorexx-users] Associate ooRexx CLI programs with powerShell?

2013-12-01 Thread Mark Miesfeld
. I'm assuming you mean something to do with ftype and assoc, which is what allow the interpreter execute a Rexx program by typing the program file name at the command prompt? -- Mark Miesfeld -- Rapidly troubleshoot

Re: [Oorexx-users] Julian date to normal date

2013-11-29 Thread Mark Miesfeld
. -- Mark Miesfeld -- Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100

Re: [Oorexx-users] ooRexx Time Offset and Daylight Savings

2013-11-03 Thread Mark Miesfeld
Hi Norbert, I personally haven't seen this problem. But we do have this bug open: https://sourceforge.net/p/oorexx/bugs/582/ Maybe it is similar. -- Mark Miesfeld On Sun, Nov 3, 2013 at 9:51 AM, nhoel...@sinet.ca wrote: I compiled and installed ooRexx 4.1.1 on a 'plug' computer

Re: [Oorexx-users] ListBox Question

2013-10-31 Thread Mark Miesfeld
mind. And, again, all the work is done for you in a list view. -- Mark Miesfeld On Thu, Oct 31, 2013 at 2:45 AM, Staffan Tylen staffan.ty...@gmail.comwrote: Art, I had a similar wish but only to find out (via Mark's usual help) that it is not possible (at least not for the moment). So what I

Re: [Oorexx-users] ooDialog VS 2012 with SP3, compiled on Win7, running on XP SP3

2013-10-30 Thread Mark Miesfeld
AgtCtl_i.c If your compile doesn't find it, then your build environment is not set up correctly. -- Mark Miesfeld -- Android is increasing in popularity, but the open development platform that developers love is also attractive

Re: [Oorexx-users] ooDialog VS 2012 with SP3, compiled on Win7, running on XP SP3

2013-10-30 Thread Mark Miesfeld
Take ooDialog.exe and ooDialog.com and put them in a temp directory not in the path. Doubt that will change anything, but ooDialog.exe should not be in the listing if it is not loaded and there is no reason for it to be loaded. -- Mark Miesfeled On Wed, Oct 30, 2013 at 10:44 AM, Staffan

Re: [Oorexx-users] Question on ooSQLite

2013-10-29 Thread Mark Miesfeld
statement twice. In my mind this doesn't give you much. Why not just execute the SELECT once and see how many items you end up with. But, it may be a good solution for what you want. -- Mark Miesfeld On Tue, Oct 29, 2013 at 6:11 AM, Art Heimsoth artst...@artheimsoth.comwrote: Is there a way

Re: [Oorexx-users] ooDialog VS 2012 with SP3, compiled on Win7, running on XP SP3

2013-10-29 Thread Mark Miesfeld
It's hard to say Staffan. What happens if you leave ooDialog.exe out of the picture? Just run an ooDialog program through rexx.exe. For example, go to the the examples directory and: rexx.exe animalGame.rex -- Mark Miesfed On Tue, Oct 29, 2013 at 10:48 AM, Staffan Tylen

Re: [Oorexx-users] ooDialog VS 2012 with SP3, compiled on Win7, running on XP SP3

2013-10-29 Thread Mark Miesfeld
, on the face of it, seems likely to fail. -- Mark Miesfeld On Tue, Oct 29, 2013 at 11:10 AM, Mark Miesfeld miesf...@gmail.com wrote: It's hard to say Staffan. What happens if you leave ooDialog.exe out of the picture? Just run an ooDialog program through rexx.exe. For example, go

Re: [Oorexx-users] ooDialog VS 2012 with SP3, compiled on Win7, running on XP SP3

2013-10-29 Thread Mark Miesfeld
could just skip it and take the built binaries and use them Then cd to the top level directory of your ooRexx source code tree and run: makeorx NODEBUG The windows-build.txt file is reasonably up to date. I'd read that for details and then ask questions if you need to. -- Mark Miesfeld

Re: [Oorexx-users] Problem with ListView and ComboBox

2013-10-25 Thread Mark Miesfeld
of the fixes are in 4.2.4. Use the attached .rc file instead of the one I sent. -- Mark Miesfeld // Generated by ResEdit 1.5.11 // Copyright (C) 2006-2012 // http://www.resedit.net #include windows.h #include commctrl.h #include importList.h // // Menu resources // LANGUAGE LANG_NEUTRAL

Re: [Oorexx-users] Problem with ListView and ComboBox

2013-10-25 Thread Mark Miesfeld
finished with the example. But I would like to include it with the ooDialog distribution. Since it is based off of your original work, do you agree to my including it, under the terms of the CPL? You can review the final version before I actually commit it to the repository. -- Mark Miesfeld

Re: [Oorexx-users] Problem with ListView and ComboBox

2013-10-24 Thread Mark Miesfeld
On Wed, Oct 23, 2013 at 7:21 PM, Mark Miesfeld miesf...@gmail.com wrote: On Wed, Oct 23, 2013 at 6:24 PM, Art Heimsoth artst...@artheimsoth.comwrote: It appears to work much, much better - thanks. A problem that it has for me is if I TAB out of the ComboBox, the program seems to lock up

Re: [Oorexx-users] Problem with ListView and ComboBox

2013-10-24 Thread Mark Miesfeld
using? I was under the impression that you were using the 4.2.3 preview to get the new OpenFileDialog. -- Mark Miesfeld -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application

Re: [Oorexx-users] Problem with ListView and ComboBox

2013-10-23 Thread Mark Miesfeld
of code refactoring in the event subsystem. I'll have to test with 4.2.3 tomorrow. -- Mark Miesfeld -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips

Re: [Oorexx-users] Problem with ListView and ComboBox

2013-10-23 Thread Mark Miesfeld
. Then the keyboard works. I'll think about it. -- Mark Miesfeld -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling

Re: [Oorexx-users] Problem with ListView and ComboBox

2013-10-23 Thread Mark Miesfeld
On Wed, Oct 23, 2013 at 7:21 PM, Mark Miesfeld miesf...@gmail.com wrote: On Wed, Oct 23, 2013 at 6:24 PM, Art Heimsoth artst...@artheimsoth.comwrote: It appears to work much, much better - thanks. A problem that it has for me is if I TAB out of the ComboBox, the program seems to lock up

Re: [Oorexx-users] Passing initial parm to ooRexx Dialog

2013-10-13 Thread Mark Miesfeld
On Sun, Oct 13, 2013 at 7:45 PM, Mark Miesfeld miesf...@gmail.com wrote: I didn't proof read this well enough. My second approach should have the init() method totally removed. I usually take the second approach and would do something like this: /* Simple RcDialog template */ use arg

Re: [Oorexx-users] Using ListView with Edit Controls

2013-10-08 Thread Mark Miesfeld
be able to go on using the example, I think. If you get stuck again then just ask the next question. -- Mark Miesfeld -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application

Re: [Oorexx-users] Using ListView with Edit Controls

2013-10-08 Thread Mark Miesfeld
is: *MCS_DAYSTATE* * * -- Mark Miesfeld -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most

Re: [Oorexx-users] Connecting events in a UserDialog

2013-10-06 Thread Mark Miesfeld
Okay, good. -- Mark Miesfeld On Sun, Oct 6, 2013 at 9:09 AM, Oliver Sims oliver.s...@simsassociates.co.uk wrote: ** I downloaded the latest ooDialog 4.2.3.3939 and re-ran the test. It worked fine with the connects in either defineDialog or initDialog. I was using build 9254 when it seemed

Re: [Oorexx-users] ooSQlite compile errors

2013-09-29 Thread Mark Miesfeld
think that function implementation needs to be in the 'extra' code you bring in. It should be in codecext.c. But it is not in the version I have from some time ago. So, I'm assuming because of the _v2 it is new. You would need to find the implementation of it. -- Mark Miesfeld

Re: [Oorexx-users] ooSQlite compile errors

2013-09-29 Thread Mark Miesfeld
It looks to me like, when we fooled around with this before, SQLite used sqlite3_key() and rekey. Now in the latest SQLite code they have changed to use sqlite3_key_v2() You would need to find an updated codecext.c that has an implementation for the _v2 functions. -- Mark Miesfeld On Sun

Re: [Oorexx-users] ooSQlite compile errors

2013-09-25 Thread Mark Miesfeld
02:19 PM 3,271 rexxplatformdefs.h If neither works, then you'll probably have to wait until I have time to address the issue. Which I'll have to do sooner or later because I'll want to move on from Visual Studio 2010. -- Mark Miesfeld

Re: [Oorexx-users] ooSQlite compile errors

2013-09-25 Thread Mark Miesfeld
Okay. -- Mark Miesfeld On Wed, Sep 25, 2013 at 8:29 AM, Staffan Tylen staffan.ty...@gmail.comwrote: Thanks Mark. As I'm in no rush at all with this I prefer to wait for an official solution to this. Staffan On Wed, Sep 25, 2013 at 5:12 PM, Mark Miesfeld miesf...@gmail.com wrote

Re: [Oorexx-users] ooSQLite level detection

2013-09-10 Thread Mark Miesfeld
registry values to see if they exist to test if ooSQLite is installed. This would only work if it is a recent install of ooSQLite though. -- Mark Miesfeld -- How ServiceNow helps IT people transform IT departments: 1

[Oorexx-users] ooDialog 4.2.3 (preview) now on SourceForge

2013-08-28 Thread Mark Miesfeld
for the new features. Please go ahead and open up bug reports for any problems you find as though it were a beta. The official beta period will probably start at the end of September. -- Mark Miesfeld -- Learn the latest

[Oorexx-users] ooSQLite updated to use the SQLite 3.8.0 engine

2013-08-28 Thread Mark Miesfeld
to SourceForge. For Windows, I have created a standard Windows installer program. The installer will integrate ooSQLite with your ooRexx installation. It also provides an un-installer for ooSQLite. Bug reports are welcome. -- Mark Miesfeld

Re: [Oorexx-users] How to read/write variables in the ooRexx variable pool from a Python program?

2013-08-27 Thread Mark Miesfeld
for that executable to end. You would need to have a second thread in ooRexx to service the IPC. -- Mark Miesfeld -- Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your

Re: [Oorexx-users] unGuarded vs Guarded

2013-08-18 Thread Mark Miesfeld
your event handlers unguarded. -- Mark Miesfeld If it is described somewhere, point me to it as I did not find it when searching. Thanks, Art ** -- Get 100% visibility into Java/.NET code

Re: [Oorexx-users] Error handling suggestions

2013-08-16 Thread Mark Miesfeld
On Thu, Aug 15, 2013 at 8:13 AM, Mark Miesfeld miesf...@gmail.com wrote: Here is a simple example using a ProgressDialog: Art, Here is a second example using a ProgressDialog. It is exactly like the first example, except it steps the progress bar rather than using marquee mode. The only

Re: [Oorexx-users] Error handling suggestions

2013-08-15 Thread Mark Miesfeld
at the createRows() method in the example. I'll try to put together a short example of using the ProgressDialog in the scenario you explained. -- Mark Miesfeld On Wed, Aug 14, 2013 at 2:52 PM, Art Heimsoth artst...@artheimsoth.comwrote: On Tue, Aug 13, 2013 at 2:08 PM, Art Heimsoth artst

Re: [Oorexx-users] Dialog sizes are different

2013-08-10 Thread Mark Miesfeld
know one ooDialog user who calculates the size and position of every control and resizes / repositions them all in initDialog(). With dialogs that contain hundreds of controls. -- Mark Miesfeld On Sat, Aug 10, 2013 at 5:53 AM, Art Heimsoth artst...@artheimsoth.comwrote: On Fri, Aug 9, 2013

Re: [Oorexx-users] Dialog sizes are different

2013-08-09 Thread Mark Miesfeld
. I have several speculations, but it is just speculation. ;-) If you had an example program you could send me, I'll run it on my Windows 7 system and on my XP. I can probably give you an answer based on facts then. -- Mark Miesfeld

Re: [Oorexx-users] Fun with HostEnv and rxUnixSys

2013-07-16 Thread Mark Miesfeld
that don't seem to work. And open up documentation bugs where there seems to be lack of information to use these packages. -- Mark Miesfeld On Tue, Jul 16, 2013 at 7:19 AM, J. Leslie Turriff jlturr...@centurylink.net wrote: I'm getting RC=20 from execio when writing a stem to disk. I added

Re: [Oorexx-users] Question about Open Object Rexx Unix Extensions

2013-07-15 Thread Mark Miesfeld
). The statement should be coded as follows: ::requires rxunixsys LIBRARY -- Mark Miesfeld -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from

Re: [Oorexx-users] [ooRexx] Question about Open Object Rexx Unix Extensions

2013-07-15 Thread Mark Miesfeld
On Mon, Jul 15, 2013 at 6:36 PM, J. Leslie Turriff jlturr...@centurylink.net wrote: On Monday 15 July 2013 17:02:01 Mark Miesfeld wrote: On Mon, Jul 15, 2013 at 1:51 PM, J. Leslie Turriff jlturr...@centurylink.net wrote: Is there something that I need to do to make

Re: [Oorexx-users] [ooRexx] Question about Open Object Rexx Unix Extensions

2013-07-15 Thread Mark Miesfeld
On Mon, Jul 15, 2013 at 6:53 PM, J. Leslie Turriff jlturr...@centurylink.net wrote: On Monday 15 July 2013 17:02:01 Mark Miesfeld wrote: On Mon, Jul 15, 2013 at 1:51 PM, J. Leslie Turriff jlturr...@centurylink.net wrote: ::requires rxunixsys LIBRARY WRT errno, never mind; I

Re: [Oorexx-users] Compiling RexxGTK fails with 'no known conversion' error

2013-07-14 Thread Mark Miesfeld
a problem if you use the current code base. You can look through the current opened bugs and see if there is already a bug for this the the source file in the files section not building. If there is, I would vote for it. If there isn't one I'd open one. -- Mark Miesfeld

[Oorexx-users] Correction, Re: Announce ooRexx 4.1.3 Is Now Available

2013-07-08 Thread Mark Miesfeld
/ -- Mark Miesfeld On Sun, Jul 7, 2013 at 3:11 PM, Mark Miesfeld miesf...@gmail.com wrote: The Open Object Rexx Development Team is proud to announce the availability of ooRexx 4.1.3. This is a bug fix only release, with about 20 bug fixes. Installation packages for ooRexx are available immediately

[Oorexx-users] Announce ooRexx 4.1.3 Is Now Available

2013-07-07 Thread Mark Miesfeld
The Open Object Rexx Development Team is proud to announce the availability of ooRexx 4.1.3. This is a bug fix only release, with about 20 bug fixes. Installation packages for ooRexx are available immediately on SourceForge. You can download ooRexx 4.1.3 from:

Re: [Oorexx-users] Multiple character find on listbox

2013-06-30 Thread Mark Miesfeld
in a listbox, but it seems to work somewhat. -- Mark Miesfeld On Sun, Jun 30, 2013 at 10:33 AM, Art Heimsoth artst...@artheimsoth.comwrote: I am trying to locate a string in a listbox by typing the characters, but I want the number of characters to be variable. For example, in looking for names

Re: [Oorexx-users] Multiple character find on listbox

2013-06-30 Thread Mark Miesfeld
, title) return self~cancel:super On Sun, Jun 30, 2013 at 11:49 AM, Mark Miesfeld miesf...@gmail.com wrote: Hi Art, I've never tried something like that, but this is how I would start. Set an exposed variable to the empty string. Connect the onChar event to the listbox. When the event

Re: [Oorexx-users] Multiple character find on listbox

2013-06-30 Thread Mark Miesfeld
On Sun, Jun 30, 2013 at 2:00 PM, Mark Miesfeld miesf...@gmail.com wrote: On Sun, Jun 30, 2013 at 1:41 PM, Art Heimsoth artst...@artheimsoth.comwrote: Yes, I have the default working in my main program, and it has been for awhile. I was wanting to get around the delay time by using an Ok

Re: [Oorexx-users] Multiple character find on listbox

2013-06-30 Thread Mark Miesfeld
with the first input panel and set it to .false right before you cancel out of it. In the event handler, if the flag is .false return immediately without doing any thing. -- Mark Miesfeld -- This SF.net email is sponsored

  1   2   3   4   >