topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Wednesday November 12, 2025, 7:14 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Recent Posts

Pages: prev1 ... 86 87 88 89 90 [91] 92 93 94 95 96 ... 158next
2251
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 21, 2014, 07:31 AM »
http://dbaseclassic.com/
http://www.dbase.com...g-for-dbase-classic/

i remember to pay for this 150000 pesetas
when you receive paper tutorials i conserv.
 :P
2252
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 21, 2014, 07:26 AM »
    

dBASE Classicâ„¢ brings the simplicity and power of dBASE V for DOS back to the world of development to run on the latest hardware and software.  Build hi-powered data-driven applications that use the xBASE language to its fullest.  Now run it on the latest operating system from Microsoft when used with dbDOS
Purchase now for only $99.00

   
      
      
   
Features

    100% dBASE standard
    Complete solution for users and developers
    Event-handling and object models
    Developer's Desktop Integrated Development Environment (IDE)
    Unique Two-Way-Tools(tm)
    Form Designer with graphical controls
    Fully integrated 32-bit .EXE compiler


What is dbDOS ?

 :-*
2253
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 21, 2014, 07:23 AM »
I don't remember well the exhaustive list of problems i encounter with dBASE 5.0 for DOS  when tried to used under windows xp pro from w98SE
Even my version of Visual dBASE don't go well under xp entirely.
 :-*
2254
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 21, 2014, 07:21 AM »
I am looking this :

http://store.dbase.c...roductCode=DBCLASSIC

Seems exactly my dBASE 5.0 for DOS with a new concept.
 :-[

anand : I am not a programmer. I go well now with goldmine 5.5 (an ancient version of goldmine running in seven).

2255
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 21, 2014, 06:38 AM »
Hi Contro,

What is your actual requirement ?

You see my programer professional life started with dBASE II. It continued to dBASE III, IV, FoxBase, FoxPro, Clipper till DOS and now Xbase++ and FoxPro 9 in WIN environments.

All the above use DBF files as database and NTX or CDX etc. for indexing. And I was able to re-use my codes from one to another language with minor modifications and add new features as per the new language.

I use AutoIt and AutoHotkey to develop small tools to help me in my development profession, for example, "Merge CSV and Text" creates the complete new project prgs from base template for me.

To convert a dBASE code to AutoIt, say, is trival if the code inputs something and processes and prints. Reading text file is also not a problem. The real problem will start if your code uses DBF and NTX files heavily and searching, sorting etc. All these which can be easily done in dBASE (it is made for it) are a 'nightmare' to do in AutoIt.

With my experience in these languages, I can assure you no converter can do justice in converting code to different 'tangent' language, like dBASE to AutoIt.

We went for xBASE++ (it is a commercial product) as it supported most of our Clipper codes, and were able to come out with a Windows version of our DOS product quickly.

Regards,

Anand


Thanks a lot Anand.

I will explain in detail why I was trapped in my past.
Best Regards

I assumed that don't exist such tool for converting autoit or autohotkey in dBASE command language.
And has not been enough motivated to convert autohotkey-autoit or simple isn't necessary or is irrelevant.


2256
Coding Snacks / Re: Screenshot on alarm
« Last post by Contro on January 20, 2014, 11:03 PM »
I have finished the first read of javascript basic tutorial.
What i need is not create a program to manage a web page.
It's not one of my web-pages what i want to control now.
So, anyone ready to help have to know is an external web page.
 :P

and of course the problem may be general. control any external window. Because I window we expect or have created by ourselves is more easy to control i supose.

best Regards
2257
Coding Snacks / Re: Screenshot on alarm
« Last post by Contro on January 20, 2014, 05:39 PM »
I think you would have a better idea if you read through the Hello World example for Sikuli:
http://doc.sikuli.or.../helloworld-win.html

As you can see Click() is told what to click by a small image capture.  In this example it is the Windows Start Button.  But if you can get screen shots of the error dialogs, say the stop sign or yellow triangle for warnings would it not work for those?  The whole idea is to use it when conventional window identification fails or is very difficult.

But Miles. Now i am reading javascript : An eye on events.

I think if is not a flashing window (ghost window) can be capture by many other scripting languages. No necessary to use another one.
Oh mi cabecita......
 :tellme:

Do you know if Screenshot Captor has this ability to capture a warning window when appear ?

 :-[
2258
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 05:17 PM »
xHarbour seems other scriptable language more......... compatible with older ones like my dBASE for DOS
From those times i have changed my profession and bought Goldmine in DBF version.
Anything that return me to my old worlds is welcome.
I tried some years ago everything to have my ancient apps running on xp with no success. But i can try on '98 SE under virtual machines.
 :-* :P
2259
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 05:08 PM »
I never uses Clipper. It's xHarbour for me ?
Nevertheless my first account software was compiled with clipper. I bought to my hardware vendor so many years ago.
I conserv the program : SISCON . After was Contaplus.
 :-[
2260
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 04:50 PM »
^ +1 for both josh' and 40hz' posts  :Thmbsup:

 >:(
2261
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 04:48 PM »
I would like to convert Borland dBASE for DOS version 5.0 to AutoHotkey_L or viceversa
Why?
There is a compiler for Clipper/dBase code for modern OS's, called Harbour project, at http://harbour-project.org, and a commercial fork called xHarbour builder at http://xharbour.com, based on the oss xHarbour compiler at http://xharbour.org

I would like to convert AutoIt to AutoHotkey_L or viceversa
Why?
AFAIK, AutoIt was created from the AHK codebase, because some people found the AHK 'language' was too unreadable in their opinion...

Running to see the Harbour

 :-*

I know my borland dBASE was after Visual dBASE 7.0. I have the disks yet, but I didn't programmed with that version.

And now exists.

I think there were two branchs.
The New dBASE
and embarcadero
 :-[
2262
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 04:46 PM »
I've no experience with code, but do have a bit of experience with trying to export/convert files from one format to another. You often end up with so much work that you wonder if it would have been better to recreate the file from scratch.

Surely with code, you will need to be able to code anyway, in order to correct all the minor things that dont convert well (?)
:(
2263
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 04:45 PM »
I am searching the web.
Don't locate a useful tool for converting AutoIt-AutohotkeyL

http://www.autoitscr...an-covert-autohotkey
http://www.autohotke...to-autohotkey-l-v11/

 :-*
2264
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 03:39 PM »
https://varycode.com/

A first approach.
 :P
2265
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 03:34 PM »
I would never trust a "code converter" from one language to another. While, in theory, it may be possible, the sheer number of possibilities that exist when using a certain function would deter me from using a converter.
:-[
2266
General Software Discussion / Re: The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 03:33 PM »
I would like to convert Borland dBASE for DOS version 5.0 to AutoHotkey_L or viceversa
I would like to convert AutoIt to AutoHotkey_L or viceversa

 :-*
2267
General Software Discussion / The nightmare of the programmer languages
« Last post by Contro on January 20, 2014, 02:45 PM »
 :-*

what about the perfect code converter ?

Something near of this target ?

A program able to convert code from AutoIt to autohotkey
or from Python to c++ ?

i suppose is not possible in plenitude, but perhaps aproximately is possible .

Do you know something for this ?

Best regards
 :-*
2268
Coding Snacks / Re: Screenshot on alarm
« Last post by Contro on January 20, 2014, 12:36 PM »
Hmm, maybe. In order to do something like that, the windows would have to currently be active to take a screen shot and not have another window covering it. So the app would have to cycle through all of the open windows and activate them one at a time to take a screenshot. The window would also have to remain open and active for at least 2-3 seconds.



I think so too. I remember when i consult Mouser was a ghost window.
so :
Sikuli (miles) for any window
Software (c.gingerich) for non ghost windows.

The window i desire to capture is not a ghost window.

 :-*
2269
Coding Snacks / Re: Screenshot on alarm
« Last post by Contro on January 20, 2014, 12:21 PM »
You might be able to use Sikuli if you can get it to recognize the warning and/or error icons in dialog boxes.

the problem Miles is that you treat me like a programmer. So..... I am studying javascript now. But only a little. My problem is lack of memory. I see in the basis all languages are the same. But so many commands and operators.......and more.....
 :-[
2270
Coding Snacks / Re: Screenshot on alarm
« Last post by Contro on January 20, 2014, 12:19 PM »
Most dialogs will have class #32770.  That's probably the impetus for Sikuli.  The inability to get info the conventional way. In fact it works by you supplying a capture of the image to recognize.
I think you are talking about OCR possibilities. Image Recognition.
But why not with a screenshot. Then is when I remember Mouser and the time to react and capture that window !!!!!
 :P
2271
Coding Snacks / Re: Screenshot on alarm
« Last post by Contro on January 20, 2014, 12:17 PM »
Well, if you know the title,class or ID of the warning window it might be possible. I can look into making an app that will sit in the system tray and look for specific IDs,Classes and Window titles and then when it see's that window take a screen shot of it. Did you want the whole full screen window or just the window with the error/warning?
Only all the windows. And work reverse. Able to see the title, class or ID of the window. so we can select if logs those windows.
that is : Initially logs every windows when appear, but configurable to don't consider the windows out of interest.

May be possible ?

Best Regards
 :-*
2272
General Software Discussion / Selective Logs
« Last post by Contro on January 19, 2014, 10:22 AM »
do you know any program to selectivily log activity like alarm windows, warning windows and those all event about pop-up windows, except the don't desires ?

a Log program ?

 :-*
2273
Coding Snacks / Re: Screenshot on alarm
« Last post by Contro on January 19, 2014, 10:21 AM »
I think is not possible. Because a question of time to react.
I think remember that Mouser told me is not possible to capture that alarm or warning window.
I have searched the web but only find programs to interval screenshots captures.

 :-[
2274
Coding Snacks / Screenshot on alarm
« Last post by Contro on January 19, 2014, 09:50 AM »
I would like a script able to capture the screen when a warning window open or an error window

Is it possible ?

Best Regards
 :-*
2275
General Software Discussion / automatic screenshot on alarm
« Last post by Contro on January 18, 2014, 03:46 PM »
automatic screenshot on alarm

I have update screen shot captor to the last.
Just because I was outdated and was looking for this :

capture a warning window when appear
define what windows are not captured.
tool for spy those windows and add to the configuration or not. (may be autohotkey windows spy tool ? )

I need insert this script o simply Screenshot Captor as resident and able to capture the non define windows.
Any unknown window or the defined to capture windows will be capture.
And the exceptions windows will not be captured.

It's possible ?

 :-*
Pages: prev1 ... 86 87 88 89 90 [91] 92 93 94 95 96 ... 158next