Search found 114 matches

by ilbarbax
Wed Apr 26, 2017 12:32 pm
Forum: General programming
Topic: Requester problem
Replies: 3
Views: 4784

Requester problem

I got a problem on the systemrequest (and moai.request too) using the custom language characters. For example using conventional characters Local res = SystemRequest("", "blablabla","Si|No",#REQICON_WARNING) I get the two required buttons Si and No instead if I use the ...
by ilbarbax
Wed Apr 12, 2017 5:30 pm
Forum: RapaGUI
Topic: A couple of requests for the new RG version
Replies: 11
Views: 10285

Re: A couple of requests for the new RG version

When we should expect RapaGui1.1, because as far as I understand the 1.0 is 32 bit only and does not run with HW7.0 64 bit version (I refer to the windows one). I say that because I can't run (compile) my program requiring rapaGui under HW7. I'm getting always an error message on the @Require line a...
by ilbarbax
Tue Apr 04, 2017 1:43 pm
Forum: Windows IDE
Topic: H7 install on non admin W7 pc
Replies: 1
Views: 5168

H7 install on non admin W7 pc

Got Hollywood 7 and I wanted to install it on my company laptop (Window 7) as it was for 6.1. The problem is that in the meantime my IT decided to remove the admin privileges to all the company pc of course including mine. I had to ask a personal favor to a guy to install H7 for me on my laptop. Now...
by ilbarbax
Mon Apr 03, 2017 1:41 pm
Forum: RapaGUI
Topic: A couple of requests for the new RG version
Replies: 11
Views: 10285

A couple of requests for the new RG version

I have a couple queries for the new RapaGui version that I would think is in preparation considering the exit of Hollywood 7. I think would be useful to have textentry.Valuechange to be notified. This would add to check what the user enter in the textentry (i.e check if a date has the right format)....
by ilbarbax
Mon Apr 03, 2017 1:33 pm
Forum: RapaGUI
Topic: Pageview title bug?
Replies: 3
Views: 4603

Re: Pageview title bug?

great!
by ilbarbax
Mon Feb 27, 2017 5:31 pm
Forum: RapaGUI
Topic: notify textentry
Replies: 2
Views: 3904

Re: notify textentry

Because I wanted to get the content of the textentry (between different others) with the focus to be manipulated and used by the action related to the button. In other word the solution would be to have more textentryes and for each one of them have a button to transfer the content. In the other way...
by ilbarbax
Fri Feb 24, 2017 5:11 pm
Forum: RapaGUI
Topic: Printing support
Replies: 5
Views: 5177

Printing support

Is there any printing support for Hollywood/RapaGui windows? or in general how can I print data/grapfs on a printer?

thanks
by ilbarbax
Fri Feb 24, 2017 5:09 pm
Forum: RapaGUI
Topic: notify textentry
Replies: 2
Views: 3904

notify textentry

I wonder how I can manage a notification for the textentry that is actually selected just before a button is clicked. Like the Active of the Listview.
Using get ActiveObject obviously it return the name of the button that has been just pressed.

Hope to have explained properly.

thanks
by ilbarbax
Fri Feb 03, 2017 1:59 pm
Forum: RapaGUI
Topic: poppath icon
Replies: 1
Views: 3379

poppath icon

I noted that poppath adds automatically a button "Browse" but it does not accept an attribute icon to change the button shape from text to icon. Can be this implemented on next release?
by ilbarbax
Wed Jan 04, 2017 12:15 pm
Forum: RapaGUI
Topic: How to move focus?
Replies: 1
Views: 3230

How to move focus?

I wanted to do something like this on my rapagui ui: Click on a button do different stuffs fill up a textentry with the results move the focus on that textentry I miss the last step. Up to the filling up I have no problem, to move the focus (that is in different pageview tab) on the textentry... I c...