Thank you: Enthusiast,
You have definitely given me something I can use to cross reference with! I will pick it apart later today and see what I come up with. I will keep you posted!
Thanks again,
Kiefer
Search found 16 matches
- Fri Jan 26, 2018 2:55 pm
- Forum: Coding Questions
- Topic: Is There An Example Program Using The Project Manager
- Replies: 5
- Views: 2308
- Fri Jan 26, 2018 1:07 pm
- Forum: Coding Questions
- Topic: Is There An Example Program Using The Project Manager
- Replies: 5
- Views: 2308
Is There An Example Program Using The Project Manager
Hello All!,
I would like to know if there is an example program out on the net using the Project Manager in Pure Basic?
I have a program which I have written & is crammed into a single file with all the windows & events. This is very messy when it comes to trying to make changes even with all the ...
I would like to know if there is an example program out on the net using the Project Manager in Pure Basic?
I have a program which I have written & is crammed into a single file with all the windows & events. This is very messy when it comes to trying to make changes even with all the ...
- Mon Jan 15, 2018 5:19 pm
- Forum: Coding Questions
- Topic: Temporarily Disable Mac Menu Item Quit
- Replies: 2
- Views: 856
Re: Temporarily Disable Mac Menu Item Quit
Hi, some comments:
1. On Mac there is a constant named #PB_Menu_Quit so you don't need to use a magic number like -4.
2. I don't think you CAN disable that menu item... I think it's a special one generated by the OS.
3. Instead of disabling the menu event itself... can't you just disable your ...
1. On Mac there is a constant named #PB_Menu_Quit so you don't need to use a magic number like -4.
2. I don't think you CAN disable that menu item... I think it's a special one generated by the OS.
3. Instead of disabling the menu event itself... can't you just disable your ...
- Sun Jan 14, 2018 11:37 pm
- Forum: Coding Questions
- Topic: Temporarily Disable Mac Menu Item Quit
- Replies: 2
- Views: 856
Temporarily Disable Mac Menu Item Quit
Hello All!,
I have an an application I have been updating to make it more readable and manageable for making changes in it.
After working with my original program for several years there is one thing I never took into account. This was the fact of temporarily disabling the Quit Application menu ...
I have an an application I have been updating to make it more readable and manageable for making changes in it.
After working with my original program for several years there is one thing I never took into account. This was the fact of temporarily disabling the Quit Application menu ...
- Wed Jan 10, 2018 11:54 pm
- Forum: Coding Questions
- Topic: Calling a MenuItem from include file Problem
- Replies: 4
- Views: 1411
***Solved***Re: Calling a MenuItem from include file Problem
spikey,
THANKYOU SO MUCH!!! This solved everything... It was so simple that it was driving me crazzy!!!
THANKYOU SO MUCH!!! This solved everything... It was so simple that it was driving me crazzy!!!
- Wed Jan 10, 2018 4:16 pm
- Forum: Coding Questions
- Topic: Calling a MenuItem from include file Problem
- Replies: 4
- Views: 1411
Re: Calling a MenuItem from include file Problem
Just tried inserting new line this opened the window when the program launched.
- Wed Jan 10, 2018 3:38 pm
- Forum: Coding Questions
- Topic: Calling a MenuItem from include file Problem
- Replies: 4
- Views: 1411
Calling a MenuItem from include file Problem
I am making a new project in which I am centralizing everything.
I am trying to call to call on a menuitem from my main program using this code but I am running into the error: Line 10: 'OpenWindow_1' is not a valid operator.
the code I am using is:
IncludeFile "MainWindow.pbf"
IncludeFile ...
I am trying to call to call on a menuitem from my main program using this code but I am running into the error: Line 10: 'OpenWindow_1' is not a valid operator.
the code I am using is:
IncludeFile "MainWindow.pbf"
IncludeFile ...
- Thu Sep 28, 2017 9:34 pm
- Forum: Coding Questions
- Topic: SOLVED --SQL Query Problems - Search is returning no results
- Replies: 3
- Views: 1993
SOLVED --SQL Query Problems - Search is returning no results
Thanks in advance!
This is the code I am using from one of the examples here in the forums.
I have been sending the out put to the debug console with no results or errors showing up.
I am searching across all rows to find a match from my string$. All rows are text fields. Could someone please ...
This is the code I am using from one of the examples here in the forums.
I have been sending the out put to the debug console with no results or errors showing up.
I am searching across all rows to find a match from my string$. All rows are text fields. Could someone please ...
- Thu Jan 19, 2017 12:11 am
- Forum: Coding Questions
- Topic: Access Mac Menu Items--Can't activate the About Menu Entry
- Replies: 5
- Views: 1942
Re: Access Mac Menu Items--Can't activate the About Menu Ent
THANK YOU Addict! This is exactly what is was needing! Now I know for future reference...
I had thought it was something simple, I just didn't realize it was that SIMPLE in calling the menu item by the negative number...
Thanks again,
Kiefer
I had thought it was something simple, I just didn't realize it was that SIMPLE in calling the menu item by the negative number...
Thanks again,
Kiefer
- Wed Jan 18, 2017 11:08 pm
- Forum: Coding Questions
- Topic: Access Mac Menu Items--Can't activate the About Menu Entry
- Replies: 5
- Views: 1942
Access Mac Menu Items--Can't activate the About Menu Entry
I have been looking on how to find out how to activate and access the Mac Menu Items. Unfortunately I have only found limited info about the menu items having a negative value to keep them deactivated. I also would like to know how does one actually access them?
The Quit Application is working ...
The Quit Application is working ...
- Mon Jan 16, 2017 1:23 am
- Forum: Coding Questions
- Topic: *SOLVED*-Move Selection To The Last Row of a ListIconGadget?
- Replies: 1
- Views: 912
*SOLVED*-Move Selection To The Last Row of a ListIconGadget?
I have a ListIconGadget which I am populating from my database. What I am wishing to do is have the last row of the ListItemGadget selected and highlighted when it has become fully populated. I have been searching the forums and the net all day and not coming up with an answer.
The code I am using ...
The code I am using ...
- Sat Dec 31, 2016 2:14 pm
- Forum: Coding Questions
- Topic: (Mac Version)-Getting Text From EditorGadget
- Replies: 4
- Views: 1374
Re: (Mac Version)-Getting Text From EditorGadget
The reason I had ID in the where clause is I am actually pulling from the sqlite index directly when updating a record. My table index and the sqlite data base index match one another.
Thanks Again Though,
Kiefer
Thanks Again Though,
Kiefer
- Sat Dec 31, 2016 3:34 am
- Forum: Coding Questions
- Topic: (Mac Version)-Getting Text From EditorGadget
- Replies: 4
- Views: 1374
Re: (Mac Version)-Getting Text From EditorGadget
You'll have to forgive I am still figuring out the Forums. I was thinking this particular post was deleted. I actually figured out what I was doing wrong.
The answer was actually what I posted: entryString$ = GetGadgetText(#Editor_0) . I was using entryString$ = GetGadgetItemText(#Editor_0,0) which ...
The answer was actually what I posted: entryString$ = GetGadgetText(#Editor_0) . I was using entryString$ = GetGadgetItemText(#Editor_0,0) which ...
- Mon Dec 26, 2016 2:19 pm
- Forum: Coding Questions
- Topic: (Mac Version)-Getting Text From EditorGadget
- Replies: 4
- Views: 1374
(Mac Version)-Getting Text From EditorGadget
I have my program up and running but I have run into a snag when saving my data. I have an EditorGadget I am using but it is only saving one line of text.
What I am needing to know is what I need to do to save all lines of text after a return, Chr(10) has been placed. I am running PureBasic on a ...
What I am needing to know is what I need to do to save all lines of text after a return, Chr(10) has been placed. I am running PureBasic on a ...
- Tue Apr 19, 2016 3:14 am
- Forum: Coding Questions
- Topic: (Mac Version)-Writing File In App Directory-Solved!
- Replies: 2
- Views: 863
Re: (Mac Version)-Writing File In App Directory-Solved!
Hey Keya,
Thanks for the info this works very well!
Kiefer
Thanks for the info this works very well!
Kiefer