[Gambas-user] help using TexImage1D in opengl component

2016-11-05 Thread Greg Raffaelle
I am trying to use opengl to create 2D color contour plot of some engineering data. I found the code below which colors a triangle with contours using opengl. I have been trying to convert it to work in Gambas. See below my current version converted to Gambas. I am asking for assistance for

[Gambas-user] Display svg and tabstrip use questions

2014-12-11 Thread Greg Raffaelle
I have two programming questions I hope someone can help me with. 1) What are the programming statements to load a .svg file and display the image in a drawing area? 2) In a tabstrip with multiple tabs I have a different named drawing area on each tab. I am trying to display different images o

Re: [Gambas-user] Menu Show Event with Unity desktop

2014-01-13 Thread Greg Raffaelle
>Le 09/01/2014 05:07, Greg Raffaelle a écrit : > I set the environment variable APPMENU_DISPLAY_BOTH=1 as suggested and > the program menu is now displayed on both the global unity menu at the > top of the screen and on the main form. > > However, I still believe the pro

Re: [Gambas-user] Forcenewpage in report component - part 1 of 2

2014-01-10 Thread Greg Raffaelle
Fabien, I tried the latest trunk version of Gambas3.5.90 and the pages on my report are now displaying. However the numpages is not correct. When the pages are first displayed in preview they are numbered like this: Page 1 of 2 Page 2 of 3 Page 3 of 4 Page 4 of 5 Page 5 of 6 Page 6 of 6 But

[Gambas-user] Menu Show Event with Unity desktop

2014-01-07 Thread Greg Raffaelle
The menu show event does not appear to be working with the global unity menu in Ubuntu. When a program menu is displayed from the top global menu it does not send a show event to the main program class. My program menu only appears in the top global menu bar and not at the top of the main for

[Gambas-user] Forcenewpage in report component

2014-01-03 Thread Greg Raffaelle
I am having a problem getting automatic page numbers on a report using the new "Forcenewpage" setting in the report component. My report consists of X number of pages with tables that are repeated Y number of times with new data each time (the report is then X times Y pages long). For example

[Gambas-user] Forcenewpage in report component

2013-12-07 Thread Greg Raffaelle
Thanks Fabien for adding the "ForceNewPage" setting to the report component. I am close to getting the report for my application to look like I want using the new ForceNewPage setting. However I am having problems with the automatic page numbering now. My report consists of X number of pages

Re: [Gambas-user] Further Assistance with gb.report repeating section

2013-09-26 Thread Greg Raffaelle
Fabien, New property for report sounds promising - can't wait to try it. Thanks, Greg -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for

Re: [Gambas-user] Question about repeating sections using gb.report with Gambas3

2013-09-18 Thread Greg Raffaelle
Fabien, I will review your edits of the files OutputReport.report and OutputReport.class and see if I can get the report section to repeat in my application. To answer your question about time learning to use the gb.report component it was significant (perhaps 60 hours over the course of four

Re: [Gambas-user] Problems positioning controls in form with menu

2012-05-15 Thread Greg Raffaelle
Attached is a simple program which demostrates the problem I am having with controls in a form not displaying correctly when the form has a menu. By not displaying correctly I mean the vertically position of the controls is being changed when the program is run and all the controls are moving

[Gambas-user] Problems positioning controls in form with menu

2012-05-11 Thread Greg Raffaelle
I have a problem with forms that have a menu.  The form menu and controls all appear correctly positioned in the gui editor.  But when the program is run and the form is displayed with Form1.showmodal all the controls are shifted up as if the menu was not there (and the controls partially cover