Search found 10 matches

by Atlante
Sat May 11, 2019 12:00 am
Forum: Feature Requests and Wishlists
Topic: New system tray for Ubuntu ( ApplicationIndicators)
Replies: 0
Views: 1292

New system tray for Ubuntu ( ApplicationIndicators)

System tray doesn't work on Ubuntu (removed), now it's ApplicationIndicators.
Is it possible to have an update?
See the below code in C.

1 #include <gtk/gtk.h>
2 #include <libappindicator/app-indicator.h>
3
4 static void activate_action (GtkAction *action);
5
6 static GtkActionEntry entries ...
by Atlante
Fri May 10, 2019 10:54 pm
Forum: Coding Questions
Topic: AddSysTrayIcon works under Windows but not Linux.
Replies: 8
Views: 2047

Re: AddSysTrayIcon works under Windows but not Linux.

Fresh install on Ubuntu 19 and it was complicated to install PB...
But after that, I tried your code and I didn't see the icon... sniff.
The only thing I have :

[23:48:03] Waiting for executable to start...
[23:48:03] Executable type: Linux - x64 (64bit, Unicode)
[23:48:03] Executable started.
[23 ...
by Atlante
Thu Apr 18, 2013 6:21 pm
Forum: Coding Questions
Topic: LDAP without COMatePlus [SOLVED]
Replies: 6
Views: 1458

Re: LDAP without COMatePlus [SOLVED]

Hello mikejs,

I try to understand your code :) But i have an error :

ld=LDAP_init("mydomain.com")
accès mémoire invalide; (erreur de lecture à l'adresse 0) : invalid memory access, (read error at address 0)

Do you have an idea ?

Perhaps because it doesn't find ldapsdk.dll : OpenLibrary(#PB_Any ...
by Atlante
Mon Dec 31, 2012 11:34 am
Forum: Coding Questions
Topic: [Resolved] Directx 9 is installed but blackscreen
Replies: 5
Views: 1065

Re: Directx 9 is installed but blackscreen

I try tonight because i'm at work ;)

Many thanks for your help
by Atlante
Mon Dec 31, 2012 9:59 am
Forum: Coding Questions
Topic: [Resolved] Directx 9 is installed but blackscreen
Replies: 5
Views: 1065

Re: Directx 9 is installed but blackscreen

Yes, i know. But i had black screen so i tried other solutions.
Nothing works, I still have a black screen and no error message.
regards
by Atlante
Mon Dec 31, 2012 8:41 am
Forum: Coding Questions
Topic: [Resolved] Directx 9 is installed but blackscreen
Replies: 5
Views: 1065

[Resolved] Directx 9 is installed but blackscreen

Hello,

I formatted my pc yesterday and now i have problems with PB5.00
Windows 7 PRO x64 and i use dual screen

Directx 9 is installed but when i start sprite3d exemple : i have black screen, i see in debugger the program is runing but nothing is displayed.

With directx 7 or openGl it works. I don ...
by Atlante
Sun Dec 30, 2012 6:56 pm
Forum: Windows
Topic: D3DX9_42.DLL
Replies: 7
Views: 5421

Re: D3DX9_42.DLL

hello,

I formatted my pc yesterday and now i have problems with PB5.00
Windows 7 PRO x64

Directx 9 is installed but when i start sprite3d exemple : i have black screen, i see in debugger the program is runing but nothing is displayed.

With directx 7 or openGl it works. I don't understand the ...
by Atlante
Sun Aug 12, 2012 8:21 pm
Forum: Coding Questions
Topic: [RESOLVED] OpenWindowedScreen & DrawText
Replies: 2
Views: 1068

Re: OpenWindowedScreen & DrawText

OK, thanks for your explanation, i understand.
have a nice evening ;)
by Atlante
Sun Aug 12, 2012 6:09 pm
Forum: Coding Questions
Topic: [RESOLVED] OpenWindowedScreen & DrawText
Replies: 2
Views: 1068

[RESOLVED] OpenWindowedScreen & DrawText

Hello,

I think i'm finding a bug with this function :
OpenWindowedScreen(WindowID(0), 0, 0, 1, 1, 1 , 0, 0) : Auto resizing


If InitSprite() = 0 Or InitKeyboard() = 0
MessageRequester("Error", "Sprite system can't be initialized", 0)
End
EndIf
If InitMouse() = 0
MessageRequester("Error ...