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, SlashD
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 not check us out at
G
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 mov
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
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
| |
|
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:
>
> Mglobal.info = Replace$(TextArea1.Text,
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 & Space$(1)
'next
nam
estion: How can I 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 Develo
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
, 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
wrote:
On 2013-10-31 04:43, Jose Monteiro wrote:
> Is it possible to install Gambas over Android?
If you install an Ubuntu chroot or virtual machine, s
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 ins
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 ins
12 matches
Mail list logo