Search found 79 matches

by Maitre_Kanter
Thu Mar 10, 2022 8:18 am
Forum: Feature Requests and Wishlists
Topic: Add 'Open file location' on file tab menu
Replies: 9
Views: 1237

Re: Add 'Open file location' on file tab menu

Thank you for the tips.
For me it is a workaround, not a feature.
by Maitre_Kanter
Wed Mar 09, 2022 11:24 am
Forum: Feature Requests and Wishlists
Topic: Add 'Open file location' on file tab menu
Replies: 9
Views: 1237

Add 'Open file location' on file tab menu

Hello,

when I right-click on a tab in PB, is it possible to add an 'Open Directory in explorer' or equivalent feature ?

Arnaud
by Maitre_Kanter
Wed Mar 09, 2022 11:01 am
Forum: Coding Questions
Topic: #PB_Event_FirstCustomValue and AddKeyboardShortcut
Replies: 3
Views: 380

#PB_Event_FirstCustomValue and AddKeyboardShortcut

Hello everybody, i have some custom values for events and there is a problem when I use AddKeyboardShortcut(). Enumeration #PB_Event_FirstCustomValue #evt_focusOnTab_0 #evt_focusOnTab_1 EndEnumeration AddKeyboardShortcut(MyWindow, #VK_F1, #evt_focusOnTab_0) The issue raised at runtime (in french): [...
by Maitre_Kanter
Wed Feb 02, 2022 8:38 am
Forum: Bugs - IDE
Topic: [BUG Designer]All columns management did not work in version 6.xx
Replies: 0
Views: 370

[BUG Designer]All columns management did not work in version 6.xx

Since version 6, the column management in Visual Designer dos not work correftly.

You can add but the buttons to modify the order have no effect (ListIcon, Panel...)

Have a nice day,

Arnaud
by Maitre_Kanter
Sat Apr 18, 2020 9:06 pm
Forum: Coding Questions
Topic: [SOLVED] How to catch mouse left click with GOScintilla
Replies: 2
Views: 1249

Re: How to catch mouse left click with Scintilla (GOSCIntill

Thank you wombats,

it is working but the goal of the functionality is to click on a line and analyze this line. #WM_LBUTTONDOWN event is posted before Scintilla selects the line.

This is why I just modified the event #WM_LBUTTONDOWN to #WM_LBUTTONUP

Kanter
by Maitre_Kanter
Fri Apr 17, 2020 9:59 pm
Forum: Coding Questions
Topic: [SOLVED] How to catch mouse left click with GOScintilla
Replies: 2
Views: 1249

[SOLVED] How to catch mouse left click with GOScintilla

Hello,

another question about scintilla and I can't catch mouse leftclick event using the Scintilla callback.

I searched on scintilla documentation and google but nothing relevant for me.

Windows 10 64bits, Purebasic 5.72, GoScintilla 3.0.1

Thank you,

Kanter
by Maitre_Kanter
Fri Apr 17, 2020 9:25 pm
Forum: Coding Questions
Topic: [SOLVED] Synchronize two gadgets
Replies: 3
Views: 1361

Re: Synchronize two gadgets

Thank you very much !

Amazing !!!! Youpi !

Kanter
by Maitre_Kanter
Wed Apr 15, 2020 2:51 pm
Forum: Coding Questions
Topic: [SOLVED] Synchronize two gadgets
Replies: 3
Views: 1361

[SOLVED] Synchronize two gadgets

Hello everybody,

I hope you are safe and fine.

I need to synchronize movements (up and down) of two scintillas gadgets (in the same way that Winmerge do the job)

Thank you in advance,

Kanter
by Maitre_Kanter
Tue Feb 18, 2020 11:05 am
Forum: Bugs - IDE
Topic: [5.72 b1] - Wrong size Image Manager in Form Editor (EVO)
Replies: 2
Views: 1787

[5.72 b1] - Wrong size Image Manager in Form Editor (EVO)

Hello,

the size of image manager is not correct. I need to enlarge the window to have access to right button.

Thank you,

Kanter
by Maitre_Kanter
Mon Feb 17, 2020 7:47 am
Forum: Bugs - IDE
Topic: [5.72 b1] - Panel Selection in Form Editor bug
Replies: 0
Views: 1824

[5.72 b1] - Panel Selection in Form Editor bug

Hello,

need to click previous panel to select the correct one

Kanter
by Maitre_Kanter
Fri Jun 14, 2019 6:53 am
Forum: Coding Questions
Topic: does it exist an API for windows 10 to change the power plan
Replies: 8
Views: 2214

does it exist an API for windows 10 to change the power plan

Hello,

I want to implement a software which change Power Plan for windows 10 by programming time triggers.

Somebody knows an api to change the power plan ?

Sorry for my english... I am french !

Arnaud
by Maitre_Kanter
Wed Apr 17, 2019 7:06 am
Forum: Announcement
Topic: PureBasic 5.71 LTS is out !
Replies: 86
Views: 60977

Re: PureBasic 5.71 LTS beta 1 is out !

Thanks Fred and Fantasy team.

Do you plan to correct bugs about the Form Designer ?

I see the same old bugs since many years (e.g. columns management for listview). May be you are not aware of that.

Arnaud
by Maitre_Kanter
Tue Feb 12, 2019 7:48 pm
Forum: The PureBasic Form Designer
Topic: Events file container and auto registering event procedures
Replies: 1
Views: 7388

Events file container and auto registering event procedures

Hello everybody, in a previous version of purebasic, it was possible to associate a PB file to a form as an event file. Why do not bring again this feature and complete it with the following: - when we double-click on an object event procedure (with the combobox in 5.70 LTS), auto add the event proc...