[Gambas-user] Bugs and feature requests

2015-06-23 Thread Moviga Technologies
Hi all! Some bugs: - Sliderbox: Setting step to 50, and scrolling over the slider still just gives +/-1 increments. Scrolling over the accompanying valuebox works as expected. - When prettyfying the code (both on save and with Ctrl+Shift+F), cursor jups to the very end of the document. -

[Gambas-user] Running website from server

2015-06-25 Thread Moviga Technologies
Hi! I have made a website with Gambas, and uploaded it to my Ubuntu 15.04 VirtualBox server. As I run: $ gbr3 website.gambas --httpd it just spits out html markup in the console window... -- Monitor 25

Re: [Gambas-user] Bugs and feature requests

2015-06-25 Thread Moviga Technologies
At least scrolling and middle-click sounds very good :) -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and

Re: [Gambas-user] Bugs and feature requests

2015-06-24 Thread Moviga Technologies
Excellent Benoît! Not just Kmix, but also the battery (powersettings) allows for scrolling to change screen brightness, so its very well supported :) -- Monitor 25 network devices or servers for free with OpManager!

Re: [Gambas-user] Bugs and feature requests

2015-06-24 Thread Moviga Technologies
How about double-click? -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical virtual servers, alerts via

Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-06-29 Thread Moviga Technologies
No, my bad - it was a compilation error. -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical virtual

Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-06-29 Thread Moviga Technologies
I get: Cannot load class 'TrayIcon': Unable to load class file [System] Gambas=3.7.90 OperatingSystem=Linux Kernel=4.0.6-1-ARCH Architecture=x86_64 Distribution=arch Desktop=KDE5 Theme=Breeze Language=nb_NO.UTF-8 Memory=3580M [Libraries] Cairo=libcairo.so.2.11400.2 Curl=libcurl.so.4.3.0

Re: [Gambas-user] New system tray icon protocol support, new episode.

2015-06-29 Thread Moviga Technologies
Sorry, that should be plural - TrayIcons -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical virtual

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Moviga Technologies
Will there be a tooltip property as with the former tray icon? -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and

[Gambas-user] Desktop notification

2015-06-28 Thread Moviga Technologies
This is another feature request for Gambas - desktop notifications. I know KDE5 uses 'notify-send', but not sure about all the others. -- Monitor 25 network devices or servers for free with OpManager! OpManager is

Re: [Gambas-user] Desktop notification

2015-06-28 Thread Moviga Technologies
That's excellent Fabien! Thank you! This is pretty easy, but I suppose that if Gambas could do Desktop.Notify(Title, Message, Icon, Delay) it would be more Gambas like and convenient :) -- Monitor 25 network

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Moviga Technologies
At least I can tell that it works very well in KDE5 :) Would it be possible to get middle click support as well? -- Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network

Re: [Gambas-user] New gb.form.statusicon component

2015-06-28 Thread Moviga Technologies
Well, again Kmix serves as a good example. It's all about quick access to frequently used features. Kmix will mute/unmute with middle click. -- Monitor 25 network devices or servers for free with OpManager!

[Gambas-user] BUG: Ctrl+Del not working

2015-06-29 Thread Moviga Technologies
Ctrl+Delete is no longer working in the editor (to delete whole words after the cursor) -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions provide you with the tools and support that you

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Moviga Technologies
Makes more sence :) Now the logo is covering the menu though. What browser are you using? The latest headings and text are not aligned with you. They are however here in Chrome... --

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Moviga Technologies
It looks nice! Glad to see that you are using HTML5. Could you also implement mediaqueries to allow for mobile browsing, i.e. responsive layout? Charset should be utf-8, and not utf8. You shoul also include a lang attribute to the html-tag html lang=en

Re: [Gambas-user] Gambas Website Mockups

2015-08-22 Thread Moviga Technologies
:) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Desktop notification

2015-06-30 Thread Moviga Technologies
OK, I understand. It is not that straight forward after all then. But, it would be a really nice feature to have, if you can manage! -- Don't Limit Your Business. Reach for the Cloud. GigeNET's Cloud Solutions

Re: [Gambas-user] Running website from server

2015-06-30 Thread Moviga Technologies
Den 26.06.2015 11:55, skrev Ian: Randel, Don't forget to give your shell scripts an extension ie: myscript.gbw Then let Apache ( or ngix ) know that it's a CGI script. something like this: from the apache 000-default.conf on my web server ScriptAlias /cgi-bin /usr/lib/cgi-bin/

Re: [Gambas-user] New website design in beta version

2015-10-27 Thread Moviga Technologies
> I also think it might be a good idea to create a demonstration > video, upload it to YouTube and embed it in the front page. When people > see with their own eyes the IDE, available components and just how > quickly an application can be built it will say more than any tagline > ever could. Like

Re: [Gambas-user] New gb.web.form component

2015-11-11 Thread Moviga Technologies
This looks interesting. I think if you want to stay on par with HTML5, you should not use inline CSS though. Also, I believe that using flexboxes for layout containers would be a very good idea :) (take a look here: https://css-tricks.com/snippets/css/a-guide-to-flexbox/) Form controls

[Gambas-user] SF being a hindrance?

2015-11-12 Thread Moviga Technologies
The fact that Gambas is hosted on SF could possibly be a hindrance for new people wanting to use it: https://www.reddit.com/r/linux/comments/3sa6dz/what_are_some_upcoming_linux_projects_that_youre/cwvq1dy --

Re: [Gambas-user] New gb.web.form component

2015-11-13 Thread Moviga Technologies
This is starting to look really cool Benoît :) Good job! Some years ago I made a system for a company in PHP that heavily relied on forms. It's purpose was to keep track of projects, customers, warehouse, carried out and pending repair tasks, employees, and so forth. With this I could make it

Re: [Gambas-user] New gb.web.form component

2015-11-13 Thread Moviga Technologies
All controls and controls elements should have a specific CSS class (whose name begins with "gw-") that will allow to customize their apparence. If there is a "style.css" file in the root folder of your project, it will be automatically used by the gb.web.form component to generate the web

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Moviga Technologies
Haha! I am laughing! :D That's a good reason! My condolences to you by the way. It is very sad to see what has happened. Do you live in Paris? -- ___ Gambas-user mailing

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Moviga Technologies
Why then is the timer available among the controls to drop on the WebForm? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] More Questions about WebView

2015-10-14 Thread Moviga Technologies
Great (y) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Can FontChooser retur a Font object?

2015-10-14 Thread Moviga Technologies
Yes :) I should investigate this part more from now on: "This class acts like a read-only static array." Thank you! -- ___ Gambas-user mailing list

Re: [Gambas-user] Questions about compiling Gambas

2015-10-07 Thread Moviga Technologies
OK, thanks :) But, that does not happen too often, so I'll just stick with the whole package then :) -- Full-scale, agent-less Infrastructure Monitoring from a single dashboard Integrate with 40+ ManageEngine ITSM

[Gambas-user] When QT discontinues QtWebkit

2015-10-07 Thread Moviga Technologies
What will happen when QT discontinues QtWebkit? Will Gambas lose the qt.webkit component for QT5? Will there be any possibility for making an alternative webview component for Gambas? -- Full-scale, agent-less

Re: [Gambas-user] When QT discontinues QtWebkit

2015-10-08 Thread Moviga Technologies
Hello, and thanks for the reply! I suppose it will be replaced with QtWebEngine? I see that it at least has this method void RUNJAVASCRIPT [1](string _script_, variant _callback_) so I guess .Eval() will still work, no? Which means we can still manipulate the DOM, and use it as a texteditor?

Re: [Gambas-user] When QT discontinues QtWebkit

2015-10-08 Thread Moviga Technologies
Oh! OK, wow! Then I am surely hoping with you! It is such a central component that I'd hate to lose -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] WebView, again

2015-10-15 Thread Moviga Technologies
Perhaps something like this could get you started: http://jsfiddle.net/vv9gD/93/ Then, read up on traversing the DOM (that's easiest to do with JQuery in my opinion) --

Re: [Gambas-user] WebView, again

2015-10-16 Thread Moviga Technologies
If you want to use web technologies, that is almost a must. But, you can get pretty far by just searching for examples on Google and modifying them to suit your needs. There are millions of questions asked about JS on the net, and very often what you are looking for. I found this example by

Re: [Gambas-user] What happened to the wiki?

2015-10-19 Thread Moviga Technologies
Oh! OK:) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

[Gambas-user] What happened to the wiki?

2015-10-19 Thread Moviga Technologies
What happened to the wiki? See screenshot. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] [Gambas Bug Tracker] Bug #823: Strange Eval Behavior in gb.qt4.webkit

2015-10-20 Thread Moviga Technologies
Just a note! You can use single quotes in Javascript, so that you don't have to escape them :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] String length of Key.Text

2015-10-14 Thread Moviga Technologies
Thank you! That makes sense! I was looking for a way to determine that a printable character key was pressed. Any suggestions? -- ___ Gambas-user mailing list

Re: [Gambas-user] When QT discontinues QtWebkit

2015-10-10 Thread Moviga Technologies
That makes me want to continue working on my apps that depend on WebView with new-found motivation again :) Hurray! -- ___ Gambas-user mailing list

Re: [Gambas-user] When QT discontinues QtWebkit

2015-10-10 Thread Moviga Technologies
Good (old) news! I found this article[0] from 2013, and from the sound of it, all will be well :) "Qt WebKit works fine right now, and will continue to do so in the years to come." (2013) "For the Qt Quick WebView element, we can most likely provide a close to 100% compatible API."

Re: [Gambas-user] When QT discontinues QtWebkit

2015-10-10 Thread Moviga Technologies
OK... that sort of pops my balloon of excitement... :( -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea?

2015-10-11 Thread Moviga Technologies
Hi! In my class I inherit ScrollArea, and I want to draw on it from within the class. When I do Paint.Begin(Me) I get an error that this is "Not a paintable object". How should I do this? --

Re: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea?

2015-10-11 Thread Moviga Technologies
If I just call Paint.Something I also get an error "No current device". -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea?

2015-10-11 Thread Moviga Technologies
Yes... -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea?

2015-10-11 Thread Moviga Technologies
OK, I think I found a solution. I inherit a UserContainer, and create a ScrollArea inside :) That should do it! -- ___ Gambas-user mailing list

[Gambas-user] Does Gambas have an 'InRange()' function?

2015-10-12 Thread Moviga Technologies
Does Gambas have a built in "InRange" function like this: Boolean = InRange(Value, From, To) If not, could we have one? Perhaps like this: Public Function InRange(Value As Integer, {From} As Integer, {To} As Integer) As Boolean If Value >= {From} And If Value <= {To} Then Return True

Re: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea?

2015-10-12 Thread Moviga Technologies
Yes, I also think that this solution is better than the inital one, but just for the sake of learning; how could I practically do it? >From what you said, I tried creating an observer on Me, but then I realised that the observer's events are run either before of after the observed object's

Re: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea?

2015-10-12 Thread Moviga Technologies
Your example works I realise now that the problem was that I called Test() from within the class, but you are calling it from the outside. I guess the ScrollArea was not properly instantiated. Is there any way to test if the class has been properly created from within the .Class file? (It

Re: [Gambas-user] When QT discontinues QtWebkit

2015-10-12 Thread Moviga Technologies
It seems like such a big step backwards to me... Its almost ... like going back to WINDOWS!!! Ah! Perhaps most people will not notice until 5.6 is released, and it is too late to complain. Hopefully the few now can convince them to continue to support it in 5.6 after

Re: [Gambas-user] How to draw on a ScrollArea from with in a class that inherits ScrollArea?

2015-10-12 Thread Moviga Technologies
Aha! The problem seems to be that I created the observer in the class header, as opposed to you in the constructor. -- ___ Gambas-user mailing list

Re: [Gambas-user] Does Gambas have an 'InRange()' function?

2015-10-12 Thread Moviga Technologies
This (Result = Value >= From And Value <= To) is almost just as many characters. That's pretty neat :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] Questions about compiling Gambas

2015-10-07 Thread Moviga Technologies
You mean in case there was just changes/updates to files that already exists? -- Full-scale, agent-less Infrastructure Monitoring from a single dashboard Integrate with 40+ ManageEngine ITSM Solutions for complete

[Gambas-user] Questions about compiling Gambas

2015-10-07 Thread Moviga Technologies
Every time update from SVN I run ./reconf-all and ./configure. I was wondering, is this necessary? If not, how do I know when to and when to not run them? -- Full-scale, agent-less Infrastructure Monitoring from a

Re: [Gambas-user] Question about WebView

2015-10-06 Thread Moviga Technologies
You need to manipulate the DOM when the WebView is in editing mode to append an img-tag where it finds anchor-tags. Probably the easiest way to do this is to use Jquery to append/replace anchor-tags. You can call the Jquery functions in Gambas with WebView's .Eval() method. The .Eval()

Re: [Gambas-user] Embedded arrays

2015-10-05 Thread Moviga Technologies
Thanks for clarifying! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Embedded arrays

2015-10-05 Thread Moviga Technologies
Well, at least it confirms to me that they are normally not used :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
What distro are you using? It is very strange that tidy is not included in your repo. I have it on my Arch system, and I see that Ubuntu has it too (http://packages.ubuntu.com/search?keywords=tidy). --

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
There is a newer version/fork called tidy-html5 though, but this is normally not in the official repos (yet). -- ___ Gambas-user mailing list

Re: [Gambas-user] More Questions about WebView

2015-10-13 Thread Moviga Technologies
Hah! So, where do you normally look when you look for packages :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] String length of Key.Text

2015-10-13 Thread Moviga Technologies
If I hit Ctrl+W on the keyboard, 'Debug Key.Text' prints '^W'. If I do 'Debug String.Len(Key.Text)' this prints 1... I understand that ^ represents Ctrl, but it is still a character?? Why is it not counted? --

[Gambas-user] Can FontChooser retur a Font object?

2015-10-13 Thread Moviga Technologies
I can only find FontChooser.SelectedFont which returns a comma separated string. Are there really no way for a Font object and the FontChooser to "communicate", either by the FontChooser returning a Font object, or by the Font object receiving a comma separated string? I see that it works the

Re: [Gambas-user] New gb.web.form component

2015-11-18 Thread Moviga Technologies
> How to switch from one web form to another one is not designed yet. Have you considered using Ajax? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] New gb.web.form component

2015-11-14 Thread Moviga Technologies
> Yep. > > As I said to a friend, the "great" leaders of our "free" world were > thinking about giving antitank rockets to the "moderate" terrorists > just > a week ago to pester the russians. What a beautiful firework they could > do in Paris with that. The number of deaths record will be

[Gambas-user] Mistake in Datasource.filter help?

2015-08-29 Thread Moviga Technologies
http://gambaswiki.org/wiki/comp/gb.db.form/datasource/filter says: Datasource.Filter = DB.Subst(Field 1, Text) Should it not be Field=1 ??? -- ___ Gambas-user mailing list

[Gambas-user] Files missing? when compiling Gambas.

2015-08-29 Thread Moviga Technologies
Hi! When I compile Gambas I notice that the following files are missing: usr/lib/gambas3/gb.desktop.gnome.* usr/share/gambas3/info/gb.desktop.gnome.* usr/lib/gambas3/gb.sdl2.audio.* usr/share/gambas3/info/gb.sdl2.audio.* usr/share/gambas3/info/gb.{geom,draw}.* Could I possibly have missed

Re: [Gambas-user] Files missing? when compiling Gambas.

2015-08-29 Thread Moviga Technologies
Well, I just wanted to make sure that this is not normal behaviour before reporting a bug. For example that the wiki is not up to date with regards to the files listed. -- ___

Re: [Gambas-user] Files missing? when compiling Gambas.

2015-08-29 Thread Moviga Technologies
For some reason unbeknownst to me, the sdl2.audio files now came a live. As for the gb.desktop.gnome.*, I think that should be a mistake with the Wiki, as it is not listed amongst the components here: http://gambaswiki.org/wiki/comp For the geom and draw's .list and .info, I guess Benoît must

Re: [Gambas-user] DBus object is not registered

2015-09-10 Thread Moviga Technologies
Yes, that solved it! -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free

Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Moviga Technologies
Same here -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] R: PROBLEM with rev. 7305 !!!

2015-09-13 Thread Moviga Technologies
We should have a hot-line to Beneoît in cases of emergency like this one ;) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] Embedder depricated in gb.qt5

2015-09-13 Thread Moviga Technologies
Why has the embedder been depricated in gb.qt5? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Embedder depricated in gb.qt5

2015-09-13 Thread Moviga Technologies
Seems like a step backwards to me... -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] Problem with revision #7305

2015-09-14 Thread Moviga Technologies
The bug is fixed with me (not on PPA, but built from SVN) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-16 Thread Moviga Technologies
Just some thoughts on some modifications -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to

Re: [Gambas-user] This is some play around the Breeze theme

2015-09-16 Thread Moviga Technologies
Ahahahaha :D -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of

[Gambas-user] Code challenge

2015-09-12 Thread Moviga Technologies
I just had an idea :) How about setting up a weekly or monthly (or every other week?) Gambas code challenge? It could be coding a program to do a certain task, or a program that has to use certain features of Gambas, it could be modifying or extending the IDE in a certain way ... just to learn

Re: [Gambas-user] Code challenge

2015-09-12 Thread Moviga Technologies
> I think that's a nice idea. A monthly schedule sounds good to me: > > - there is enough time for people to find spare time to work on the > code, > -⁠ we need new challenge ideas only once a month. Agreed! > Maybe we could use the software farm with special tags for the > submissions. >

Re: [Gambas-user] Gambas new icon

2015-09-17 Thread Moviga Technologies
How about we ask the Breeze team to make a suggestion for us? They seem quite eager to make icons for most applications, but they might not have thought of Gambas yet... -- Monitor Your Dynamic Infrastructure at Any

[Gambas-user] Question

2015-09-29 Thread Moviga Technologies
Property Read {Map} As Map What are the brackets doing? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] A question and an idea about code editor

2015-09-28 Thread Moviga Technologies
That's a cool display of the configuration possibilities. I do however prefer the original :) -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] Pointer or something

2015-10-03 Thread Moviga Technologies
If I have an array of a Struct called Elements[], and I want to do some operations on Elements[i], is there anyway I can make e As Element be a reference to Elements[i], so that when I manipulate e.Title that will be reflected in Elements[i].Title?

Re: [Gambas-user] Pointer or something

2015-10-04 Thread Moviga Technologies
Well, just following the logic from variables. If a and b are integers, and b=2, and then one does a=b, and then Inc a, b is still 2 while a is 3. Oh, OK. I though using Struct was just a more simple alternative to a class. Better use a class then. Thanks!

Re: [Gambas-user] Pointer or something

2015-10-04 Thread Moviga Technologies
Nice :) Is there any place in the wiki that explains why this is so? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] Pointer or something

2015-10-04 Thread Moviga Technologies
> I don't see the relation with structures. What you are talking about is > just the difference between a value and a reference (i.e. a pointer) to > a value. What I mean is I guess that pattern has affected my mindset in the way I think about putting a structure at the right side of an

Re: [Gambas-user] Question

2015-09-29 Thread Moviga Technologies
Thank all of you for clarifying that! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] The interview on FLOSS

2015-09-09 Thread Moviga Technologies
Nice to see Gambas getting some PR :) And, by the looks of it, even more in the other coding show! -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers,

Re: [Gambas-user] Gambas new icon

2015-09-18 Thread Moviga Technologies
I think this is getting somewhere :) The best I have seen so far! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] Gambas new icon

2015-09-18 Thread Moviga Technologies
The power of OpenSource my friend! You can make it what ever you want! You could even make a (Gambas-)script that replaces the icon for you after each time you update Gambas, as that would not interfere with your package manager as opposed to the solution you explained here will do.

Re: [Gambas-user] Using property on a string array

2015-09-20 Thread Moviga Technologies
Haha! Wow! I must have been to dizzy yesterday :) Sorry about that! But, then - why isn't this working: cbxProfile.Add(MGlobal.DEFAULTSTR) 'This works cbxProfile.List.Insert(MGlobal.Profiles) 'This adds nothing, even though the array contains entries. The code is already in FConfig as you

Re: [Gambas-user] [Gambas Bug Tracker] Bug #753: Rich text editor

2015-09-22 Thread Moviga Technologies
I think if any, you are the only one who can do it :) But, are there no available C/C++ components that already do this that can be implemented? Like TED: http://www.nllgg.nl/Ted/ (seems discontinued though) --

Re: [Gambas-user] [Gambas Bug Tracker] Bug #753: Rich text editor

2015-09-22 Thread Moviga Technologies
Is it a vine farm? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

Re: [Gambas-user] [Gambas Bug Tracker] Bug #753: Rich text editor

2015-09-22 Thread Moviga Technologies
Wow! That's frustrating indeed :( I love almonds! And they are super healthy too! -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] [Gambas Bug Tracker] Bug #753: Rich text editor

2015-09-22 Thread Moviga Technologies
Taking a closer look at TED, it looks pretty feature complete... -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] [Gambas Bug Tracker] Bug #753: Rich text editor

2015-09-22 Thread Moviga Technologies
See the link I posted in the mail prior to the one you answered, there is a *.deb file on the page. I am not sure if one can use the editor as component in Gambas, Beneoĩt? Otherwise, is not QT5 shipping the rich text editor anymore?

Re: [Gambas-user] [Gambas Bug Tracker] Bug #753: Rich text editor

2015-09-22 Thread Moviga Technologies
> yes :-)... and maybe with a better synthax. But for that i think you > will wait or do it yourself. (Since you reply by mail, and not in the bugtracker, I reply you also by mail) I am afraid my competence is not enough to undertake such a task. I have been trying to look at the

Re: [Gambas-user] Project templates

2015-09-18 Thread Moviga Technologies
Which package should they be in? The gambas3-gb-ide package? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

Re: [Gambas-user] Gambas new icon

2015-09-19 Thread Moviga Technologies
I think I said icon?? What do you mean? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user

[Gambas-user] Using property on a string array

2015-09-19 Thread Moviga Technologies
In MGlobal I have this: ✂✂✂✂✂ Private $aProfiles As New String[] For Each f In Dir(CONFIG_FOLDER, "*.conf", gb.File) $aProfiles.Add(File.BaseName(f)) Debug "Found the profile: " & File.BaseName(f) Debug

Re: [Gambas-user] Using property on a string array

2015-09-19 Thread Moviga Technologies
Forgot to add that I have this as well in MGlobal :) Property Read Profiles As String[] -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net

[Gambas-user] DBus and Geoclue2

2015-09-21 Thread Moviga Technologies
I am unexperienced with DBus, and I wondered if someone could point out to me how to get Longitude and Latitude from geoclue2 with DBus? According to this page:

  1   2   >