Search found 519 matches

by Olliv
Fri Oct 02, 2009 10:28 am
Forum: Feature Requests and Wishlists
Topic: Forcing type for expression.
Replies: 9
Views: 1876

Re: Forcing type for expression.

Could you excuse me, but I didn't understand this: CallFunctionFast(*Ptr, {Val("123")}.l) Procedure.L Over(P.l) ; ...proc code... EndProcedure Procedure.b Over(P.b) ; ...proc code... EndProcedure Define Test.q Over({Test}.b) Over({Test}.l) I think you do a mistake anywhere. If you have an ...
by Olliv
Thu Oct 01, 2009 6:50 pm
Forum: Tricks 'n' Tips
Topic: Scrolling and parallax
Replies: 10
Views: 3741

Re: Scrolling and parallax

(Thanks to Kelebrindae)

@Rook Zimbabwe

In this way, you can use a french expression to show your happiness : "to have the gourdin".

Ollivier
by Olliv
Tue Sep 29, 2009 8:50 pm
Forum: Tricks 'n' Tips
Topic: Scrolling and parallax
Replies: 10
Views: 3741

Re: Scrolling and parallax

Kelebrindae did it here and here. These two files must be downloaded in the internal directory of TS, directory named TSP. Did you already do it?

Ollivier
by Olliv
Mon Sep 28, 2009 10:39 am
Forum: Coding Questions
Topic: how to pop up a MDI child?
Replies: 7
Views: 911

Re: how to pop up a MDI child?

Code: Select all

SetWindowState(#ChildWindow, #PB_Window_Minimize)
by Olliv
Fri Sep 25, 2009 9:47 pm
Forum: Feature Requests and Wishlists
Topic: GDI SubSystem
Replies: 10
Views: 2063

Re: GDI SubSystem

Melissa wrote:...What if I don't want to use 3D Sprites (making ordinary windowed utility f.e.) ?
Do what you want to do. I didn't understand you anywhere... I give you a stable code, that's all...

Ollivier
by Olliv
Fri Sep 25, 2009 4:45 pm
Forum: Feature Requests and Wishlists
Topic: GDI SubSystem
Replies: 10
Views: 2063

Re: GDI SubSystem

Hello Melissa, You don't have to use GDI. Ollivier DisableDebugger Structure LW ; Cf Procédures >> Alphablending >> Layered Window WindowID.L ; Handle du DC de la fenêtre translucide (WindowID) *ptWnd ;#Pointe vers une structure POINT (Position de la fenêtre, 0 = inchangée) *szWnd ;#Pointe vers une ...
by Olliv
Fri Sep 25, 2009 4:25 pm
Forum: Coding Questions
Topic: Adding nodes to TreeView
Replies: 1
Views: 782

Re: Adding nodes to TreeView

Hello Bembulak,

Here you'll find certainly the solutions you need.

Ollivier
by Olliv
Tue Sep 22, 2009 11:15 pm
Forum: Tricks 'n' Tips
Topic: Scrolling and parallax
Replies: 10
Views: 3741

Scrolling and parallax

Hello! Just a copy from here . It's an example of scrolling of two grounds ("planes"). Ollivier EnableExplicit Macro DisplayP2() DisplaySprite(Page4, P2PosX, P2PosY) DisplaySprite(Page5, P2PosX - PageW, P2PosY) DisplaySprite(Page6, P2PosX, P2PosY - PageH) DisplaySprite(Page7, P2PosX - Page...