[Gambas-user] Displaying a pdf file to the user

2016-10-05 Thread Jose Monteiro
I know how to call an external viewer. Is it simple to show a one page pdf file inside a Gambas3 control? RegardsJosé Monteiro -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Gambas-user] ProgressBar code example

2016-09-26 Thread Jose Monteiro
Thank you, Charlie.I am working with your snippet so the progressbar goes smooth. Also I will register an account on www.gambas.one forum too.José Monteiro On Sunday, September 25, 2016 2:23 PM, Charlie wrote: Have a look at the attached and see if that helps, if

[Gambas-user] ProgressBar code example

2016-09-22 Thread Jose Monteiro
Dear fellows:Could someone provide a code snippet for  the situation below? All the events happen on the same Sub. * Copying a template text file to another directory for edition  --->ProgressBar starts* More than 50 lines of code, editing the template ---> ProgressBar grows* The template is

[Gambas-user] Select and then unselect an item from a CollumnView

2016-05-18 Thread Jose Monteiro
Dear Fellows: In order to find an item inside a very populated CollumView, the user types an integer on a ValueBox and the search if made by: cvNFMercantil.MoveTo(vbPedidoNFMercantil.Text) cvNFMercantil[vbPedidoNFMercantil.Text].Selected = True First problem: the item is selected, but the control

Re: [Gambas-user] Gambas3 on Rasperry Pi 3 with Ubuntu Mate 16.04

2016-05-05 Thread Jose Monteiro
Hi guys, I am very interested on this matter too.So far, I know that is possible to install RaspBian (Debian for Raspberry) and then Gambas 3.8.2 : Gambas Documentation - /install/raspbian | | | | || | | | | | Gambas Documentation - /install/raspbian | | |

Re: [Gambas-user] How to replace chr$(13) from a text file

2016-04-12 Thread Jose Monteiro
Thank you, Rolf. On Tuesday, April 12, 2016 5:51 AM, Rolf-Werner Eilert wrote: The New Line in Linux is chr$(10), not chr$(13). So here the Replace will not find anything: Am 11.04.2016 17:18, schrieb José Monteiro: > By now I tried to use: > >

Re: [Gambas-user] Lenght of a string

2016-04-06 Thread Jose Monteiro
Thank you again.This one line solution is much more elegant. On Wednesday, April 6, 2016 11:33 AM, ML wrote: José, A side note, no need also to use a FOR-NEXT to fill X spaces. You can do it in a single step:   'for i = 1 to (115 - len(name))   '  name = name &

[Gambas-user] Feeding a DataView using data from another DataView

2013-11-12 Thread Jose Monteiro
grab the field value? There is no click event and the mouse down event, even with track enabled on DataView control, does not work. Regards Jose Monteiro -- November Webinars for C, C++, Fortran Developers Accelerate

[Gambas-user] DataView: how to know data of a certain cell?

2013-11-11 Thread Jose Monteiro
Using Gambas 3.4.2, I've put two DataView's on the same window, first one connected on a table. How can I grab the data of a certain cell, on a user selected roll?  I want to use this data to create a sql string and populate the second DataView. Regards José Monteiro

[Gambas-user] Gambas in a tablet. Is it possible?

2013-10-31 Thread Jose Monteiro
I have finalized a software for a microbiological lab using Gambas 3. Right now, I am starting a new one for a chemical lab and had an idea: a main software on a desktop and clients on tablets, one for each technician, so they can input the results by the wireless network. Is it possible to

Re: [Gambas-user] Gambas in a tablet. Is it possible?

2013-10-31 Thread Jose Monteiro
, this software is completely possible. Maybe I need to think a little harder about it. On Thursday, October 31, 2013 9:31 AM, Rob Kudla sourceforge-raind...@kudla.org wrote: On 2013-10-31 04:43, Jose Monteiro wrote: Is it possible to install Gambas over Android? If you install an Ubuntu

[Gambas-user] Shell command not working

2013-03-07 Thread Jose Monteiro
text = cd ~/.relat_bact rm -rf Modelo*.odt zip -r MA Mid$(ListBox1.Text, 1, 9) .odt  .   Shell text Wait 1 - navigating to ~/.relat_bact directory and deleting the odt file is working fine. 2 - generating the zipped odt file (MA.odt) using the files and directories inside