Page 1 of 2

RVISUAL

Posted: Sat Feb 25, 2012 6:18 pm
by kajot
where may I download RVISUAL

Re: RVISUAL

Posted: Sat Feb 25, 2012 9:31 pm
by Antonio Linares
Kajot,

ricardomouramarques@hotmail.com is the email of its developer.

If someone has a recent copy of it, please provide it so we can upload it to:
http://code.google.com/p/fivewin-contri ... loads/list

Thanks! :-)

Re: RVISUAL

Posted: Sat Feb 25, 2012 10:57 pm
by ADutheil

Re: RVISUAL

Posted: Sun Feb 26, 2012 4:08 am
by Antonio Linares

Re: RVISUAL

Posted: Sun Apr 08, 2012 2:10 pm
by ricardommarques

Re: RVISUAL

Posted: Sun Apr 08, 2012 2:14 pm
by ricardommarques

Re: RVISUAL

Posted: Sun Apr 08, 2012 2:45 pm
by ricardommarques
Now you can:
- Compiled by RVisual (Project).
- Define function calls to the controls (Action, bKeyDown, bKeyChar, bLostFocus, bGotFous, bChange)
- Insert Video


Hint: 26/05/2011
To choose between DIALOG WINDOW and click the FORM and the "Object Inspector" double-click on the "CClass" (first row, second column). Will then open the options and DIALOG WINDOW.

Tips: 21/05/2011

to start enter a xbrowse
and press control + P
you can configuarar several options here xbrowse
became this: In "DISPLAY" by double clicking you define which fields you want to appear in the "header" you change the title of the column in "WIDTH" you define the column larguma
is in the "2007", you choose "FALSE", then you can set the colors of the HEADER and FOOTER
can select different colors for each column, header or footer, as well as the sources of each ... or any

Enter an Tsay and then press CONTROL + D to duplicate these sometimes says. Then select all the tool SAYS SELECTION ... after that press CONTROL + E to edit all. You can also change the colors or fonts of all selected by clicking on the appropriate line of the OBJECT INSPECTOR

can also drag all selected with the mouse or using the controls on the right bar. Ah! Gives this bar to do some things to centralize, distribute, etc..

menu "CONTROLS-> ORDER", you can change the order of control ... very useful, if after entering multiple controls, you decided to put another one there in the middle.
ah! speaking in a control stick in the middle of other already inserted, you can also do this more easily ... do so:
SELECT control just before the new one that you want to insert. Then choose the control again and time to insert it into the form you safe CONTROL to click ... understand?

* Use the arrow keys to move the controls.
* Arrows + SHIFT to faster movement
* CONTROL + ARROWS to change the size (s) control (s).
* If you selected more than one, all effects will be assigned to all

then just click on the SOURCE code and tai. It creates a file named TEMP.PRG opens in NOTEPAD. Then you can save it with the name you want. (Eventually I'll put an option to set which program you use)

tips:
- To insert a new control and others have entered:
Select a control imdiatamente anteiror to what you want to insert
2 Select in the toolbar the new control
3 Hold the CONTROL CLICK on time

- Use Control + D to duplicate a control (below)

- Use SHIFT + D to duplicate a control (right)

- To select more than one control, individually click on each to hold the CONTROL

- To edit the options XBROWSE or FOLDER, select the control and press CONTROL + P

- To change the "captions" of various controls (such as says, buttons, etc.), select them using the tip above or using the tool to select and use CONTROL + E

Re: RVISUAL

Posted: Sun Apr 08, 2012 10:24 pm
by Otto
Ricardo,
many thanks for this wonderful tool.
Best regards,
Otto

Re: RVISUAL

Posted: Mon Apr 09, 2012 12:02 am
by Antonio Linares
Can't download from 4shared

Could someone provide an alternative URL ? thanks :-)

Re: RVISUAL

Posted: Mon Apr 09, 2012 2:07 am
by ricardommarques

Re: RVISUAL

Posted: Mon Apr 09, 2012 8:08 am
by Antonio Linares
Ricardo,

I have uploaded it here with other FiveWin related tools:

http://code.google.com/p/fivewin-contri ... r&can=2&q=

thanks :-)

Re: RVISUAL

Posted: Mon Apr 09, 2012 9:01 am
by Otto
Ricardo,
-How can I save the setup changes of RV.
For example if I change the language to English.

-What can we import with the menu “Form” “Import…”

-I tryed to select code inside the “prg” window to copy parts of the prg-code. But this does not work.


Best regards,
Otto

Re: RVISUAL

Posted: Mon Apr 09, 2012 9:01 am
by lucasdebeltran
Ricardo,

Thank you very much. Does it generate .rc files?.

Re: RVISUAL

Posted: Mon Apr 09, 2012 2:01 pm
by ricardommarques
-How can I save the setup changes of RV
I will implement a function to save the settings.
Once you're ready I'll post here.
-What can we import with the menu “Form” “Import…”
This option is to import the project "Visual Union."
It is not yet finished.
-I tryed to select code inside the “prg” window to copy parts of the prg-code. But this does not work.
At first save the PRG. Open with your favorite editor and copy the code snippet you want.
I will improve this tool to solve this problem.

Re: RVISUAL

Posted: Mon Apr 09, 2012 2:04 pm
by ricardommarques
Thank you very much. Does it generate .rc files?.
This is a good idea. I'll work on it.
When ready, I report here.