Search found 117 matches

by ilbarbax
Sun Apr 27, 2014 11:53 am
Forum: Windows IDE
Topic: Identation
Replies: 2
Views: 6768

Identation

I'm passing my code from windows IDE to OS4 codebench and to Aros Annotate quite often and each time the identation will mess up or loose. I removed alla tabs having just spaces, but the problem remains. Is there any hint?

thanks
by ilbarbax
Sun Mar 02, 2014 7:11 pm
Forum: General programming
Topic: Iconify problem
Replies: 4
Views: 5960

Re: Iconify problem

In reality there is not code. The problem rise when I click on the workbench icon of my iconified program and then the window is restored but just the frame (gray box but with the toolbar) then the grim window pops up. To iconify I use this code (note that I use the error handle because not all the ...
by ilbarbax
Sun Mar 02, 2014 9:29 am
Forum: General programming
Topic: Iconify problem
Replies: 4
Views: 5960

Re: Iconify problem

Crash log for task "ThemeEdit" Generated by GrimReaper 53.16 Crash occured in module ThemeEdit at address 0x7DEA1448 Type of crash: DSI (Data Storage Interrupt) exception Register dump: GPR (General Purpose Registers): 0: 00000000 5D45DF40 00000000 5BDDAC10 00000000 5D45DF88 5D45DF84 5D45D...
by ilbarbax
Sun Mar 02, 2014 9:26 am
Forum: General programming
Topic: Iconify problem
Replies: 4
Views: 5960

Iconify problem

In the program I'm working around, I developped the code necessary to iconify it. It was fine under 4.7 on the SAM 440 then I purchased the 460 and finally I update Hollywood to the 5.3. Without changing the code, now my program iconify properly but restoring the window Hollywood chrasches badly fre...
by ilbarbax
Wed Jan 22, 2014 12:03 pm
Forum: General programming
Topic: Event handler and idle time
Replies: 4
Views: 5837

Re: Event handler and idle time

@Bugala This is the simple solution I already applied. I also considered a semaphore method to avoid starting the interval activities when the user is doing something else by one of the functions handled by installeventhandler. The problem is that with this method what I need to do can't be fragment...
by ilbarbax
Mon Jan 20, 2014 12:30 pm
Forum: General programming
Topic: Event handler and idle time
Replies: 4
Views: 5837

Event handler and idle time

Is there a way to run a function for doing something during the event handler idle times?
by ilbarbax
Sun Jul 14, 2013 7:37 pm
Forum: Wishlist
Topic: Documentation
Replies: 2
Views: 4662

Documentation

Hi Andreas, may I suggest you to publish here or in the official Hollywood site the Hollywood manual. This would not be so dangerous, but in the other hand people that does not know Hollywood could have a read and discover the real power of this languange and other people, like me, that has an older...
by ilbarbax
Sun Apr 28, 2013 1:01 pm
Forum: General programming
Topic: Splas screen exampe request
Replies: 1
Views: 3034

Re: Splash screen exampe request

Can someone post one example of splash screen with transparent bg to the wb. I have problems doing that with multiple displays. If I make the splash screen with a transparent BGPIC noborder etc, even closing the display and freeying the brush and te background picture I get error in defining the ne...
by ilbarbax
Sat Apr 27, 2013 9:13 pm
Forum: General programming
Topic: Splas screen exampe request
Replies: 1
Views: 3034

Splas screen exampe request

Can someone post one example of splash screen with transparent bg to the wb. I have problems doing that with multiple displays. If I make the splash screen with a transparent BGPIC noborder etc, even closing the display and freeying the brush and te background picture I get error in defining the nex...
by ilbarbax
Wed Mar 20, 2013 10:02 pm
Forum: General programming
Topic: CopyBrush shift position
Replies: 3
Views: 4774

Re: CopyBrush shift position

@Andreas, Ok, I did some test on a simple script and is confirmed that is my code who create the problem. At this point I wonder there is some setup someware who introduce this shifting: Is there any command that I may have used that could cause that?. I lost one weekend serching for the root cause...